From 7b8a7f023c34ffcd949f20eb33576a6cd82a0f34 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Fri, 9 Aug 2024 14:34:50 -0400 Subject: [PATCH] docs: Make changelog easier to maintain --- CHANGELOG.md | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be64745..c2b0d73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,14 +5,16 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## Unreleased -## [0.3.0] - 2024-05-14 +## 0.3.0 - 2024-05-14 - New `--cycle` flag to cycle between workspaces in a given direction - Added support for Hyprland v0.40.0+ -## [0.2.0] - 2023-10-30 +**Full Changelog**: https://github.com/donovanglover/hyprnome/compare/0.2.0...0.3.0 + +## 0.2.0 - 2023-10-30 ### New Features @@ -20,11 +22,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Simplified `--no-empty-before` and `--no-empty-after` to `--no-empty`. Old flags are preserved for backwards compatibility. - Special workspaces now close by default when switching workspaces. Optionally disable with `--keep-special`. -## [0.1.0] - 2023-08-30 +**Full Changelog**: https://github.com/donovanglover/hyprnome/compare/0.1.0...0.2.0 -- Initial release. +## 0.1.0 - 2023-08-30 -[unreleased]: https://github.com/donovanglover/hyprnome/compare/0.3.0...HEAD -[0.3.0]: https://github.com/donovanglover/hyprnome/compare/0.2.0...0.3.0 -[0.2.0]: https://github.com/donovanglover/hyprnome/compare/0.1.0...0.2.0 -[0.1.0]: https://github.com/donovanglover/hyprnome/releases/tag/0.1.0 +- Initial release.