diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d5fb43..0895e0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## v1.3.0 - 2025-05-06 + +### Features + +- (pomodoro) Count WORK rounds [#75](https://github.com/sectore/timr-tui/pull/75), [6b068bb](https://github.com/sectore/timr-tui/commit/6b068bbd094d9ec1a36b47598fadfc71296d9590) +- (pomodoro/countdown) Change initial value [#79](https://github.com/sectore/timr-tui/pull/79), [aae5c38](https://github.com/sectore/timr-tui/commit/aae5c38cd6a666d5ba418b12fb67879a2146b9a2) + +### Changes + +- Update keybindings [#76](https://github.com/sectore/timr-tui/pull/76) + +### Misc. + +- (flake) use alsa-lib-with-plugins [#77](https://github.com/sectore/timr-tui/pull/77) +- (readme) add keybindings + toc [#78](https://github.com/sectore/timr-tui/pull/78) + ## v1.2.1 - 2025-04-17 ### Fixes diff --git a/Cargo.lock b/Cargo.lock index 2d9a946..8929e00 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2075,7 +2075,7 @@ dependencies = [ [[package]] name = "timr-tui" -version = "1.2.1" +version = "1.3.0" dependencies = [ "clap", "color-eyre", diff --git a/Cargo.toml b/Cargo.toml index fccb53f..2338cbb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "timr-tui" -version = "1.2.1" +version = "1.3.0" description = "TUI to organize your time: Pomodoro, Countdown, Timer." edition = "2024" # Reminder: Always keep `channel` in `rust-toolchain.toml` in sync with `rust-version`. diff --git a/README.md b/README.md index 0e255ff..f973ab2 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,6 @@ Extra option (if `--features sound` is enabled by local build only): | Key | Description | | --- | --- | | s | save changes | -| ^s | save initial value | | Esc | skip changes | | or | change selection | | | edit to go up | @@ -142,12 +141,14 @@ Extra option (if `--features sound` is enabled by local build only): | --- | --- | | or | switch work/pause | | ^r | reset round | +| ^s | save initial value | **In `Countdown` screen only:** | Key | Description | | --- | --- | | ^e | edit by local time | +| ^s | save initial value | ## Appearance