diff --git a/CHANGELOG.md b/CHANGELOG.md index 948890e..ef152c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ All notable changes to this project will be documented in this file. ### Added +### Changed + +### Fixed + +## [0.6.0] - 2024-10-28 + +### Added + - Arrow keys as secondary navigation keybinds alongside hjkl - Support for basic control with mouse. Check docs for more info. - Scrolloff option to keep some context the various lists/tables @@ -140,7 +148,8 @@ All notable changes to this project will be documented in this file. ## [0.1.0] - 2024-06-21 -[unreleased]: https://github.com/mierak/rmpc/compare/v0.5.0...HEAD +[unreleased]: https://github.com/mierak/rmpc/compare/v0.6.0...HEAD +[0.6.0]: https://github.com/mierak/rmpc/compare/v0.5.0...v0.6.0 [0.5.0]: https://github.com/mierak/rmpc/compare/v0.4.0...v0.5.0 [0.4.0]: https://github.com/mierak/rmpc/compare/v0.3.0...v0.4.0 [0.3.0]: https://github.com/mierak/rmpc/compare/v0.2.1...v0.3.0 diff --git a/Cargo.lock b/Cargo.lock index 3d9bfd2..8193add 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1552,7 +1552,7 @@ dependencies = [ [[package]] name = "rmpc" -version = "0.5.0" +version = "0.6.0" dependencies = [ "anyhow", "base64 0.22.1", diff --git a/Cargo.toml b/Cargo.toml index fb5ad90..6a55f83 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rmpc" -version = "0.5.0" +version = "0.6.0" edition = "2021" license = "BSD-3-Clause" description = "A beautiful and configurable TUI client for MPD"