Skip to content

Commit

Permalink
docs: Make changelog easier to maintain
Browse files Browse the repository at this point in the history
  • Loading branch information
donovanglover committed Aug 9, 2024
1 parent d53d29f commit 7b8a7f0
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,26 +5,25 @@ 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

- Added colors to `--help`. Optionally disable with `NO_COLOR=1`.
- 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.

0 comments on commit 7b8a7f0

Please sign in to comment.