diff --git a/CHANGELOG.md b/CHANGELOG.md index a57d281..e0f253a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ # Changelog -## [unreleased] +## v1.9.0 - 2026-05-26 ### Features -- (countdown) Show finish time (formatted, optional) [#174](https://github.com/sectore/timr-tui/pull/174) by @MkP369, [#175](https://github.com/sectore/timr-tui/pull/175), [#176](https://github.com/sectore/timr-tui/pull/176), [#177](https://github.com/sectore/timr-tui/pull/177), [#178](https://github.com/sectore/timr-tui/pull/178) +- (countdown) Add finish time (toggleable) [#174](https://github.com/sectore/timr-tui/pull/174) by @MkP369, [#175](https://github.com/sectore/timr-tui/pull/175), [#176](https://github.com/sectore/timr-tui/pull/176), [#177](https://github.com/sectore/timr-tui/pull/177), [#178](https://github.com/sectore/timr-tui/pull/178) ### Fix diff --git a/Cargo.lock b/Cargo.lock index 06d55e6..c55acf8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2602,7 +2602,7 @@ dependencies = [ [[package]] name = "timr-tui" -version = "1.8.1" +version = "1.9.0" dependencies = [ "clap", "color-eyre", diff --git a/Cargo.toml b/Cargo.toml index 97bebb6..1918b37 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "timr-tui" -version = "1.8.1" +version = "1.9.0" description = "TUI to organize your time: Pomodoro, Countdown, Timer, Event." edition = "2024" # Reminder: Always keep `channel` in `rust-toolchain.toml` in sync with `rust-version`.