* desktop notification by entering `Mode::DONE` for `countdown` and `pomodoro` * remove redundant `on_done_called` check * remove build warning (release only) * log notification errors * cli arg to enable desktop notifications * persistant notification settings * ctrl shortcut * update changelog * max timer notification
45 lines
1.4 KiB
Markdown
45 lines
1.4 KiB
Markdown
# Changelog
|
|
|
|
## v1.1.0 - 2025-__-__
|
|
|
|
### Features
|
|
|
|
- (notification) Native desktop notifications (experimental) [#49](https://github.com/sectore/timr-tui/pull/59)
|
|
|
|
## v1.1.0 - 2025-01-22
|
|
|
|
### Features
|
|
|
|
- (countdown) Edit countdown by local time [#49](https://github.com/sectore/timr-tui/pull/49)
|
|
|
|
### Fixes
|
|
|
|
- (ci) Build statically linked binaries for Linux [#55](https://github.com/sectore/timr-tui/pull/55)
|
|
- (ci) Remove magic nix cache action (#57) [#56](https://github.com/sectore/timr-tui/issues/56)
|
|
|
|
### Misc.
|
|
|
|
- (deps) Latest Rust 1.84, update deps [#48](https://github.com/sectore/timr-tui/pull/48)
|
|
|
|
## v1.0.0 - 2025-01-10
|
|
|
|
Happy `v1.0.0` 🎉
|
|
|
|
### Features
|
|
|
|
- (countdown) Mission Elapsed Time ([MET](https://en.wikipedia.org/wiki/Mission_Elapsed_Time)). [#45](https://github.com/sectore/timr-tui/pull/45), [#46](https://github.com/sectore/timr-tui/pull/46)
|
|
- (footer) Local time. Optional and with custom formats. [#42](https://github.com/sectore/timr-tui/pull/42), [#43](https://github.com/sectore/timr-tui/pull/43)
|
|
- (docs) More installation instructions: Cargo, AUR (Arch Linux) [#41](https://github.com/sectore/timr-tui/pull/41), pre-built release binaries (Linux, macOS, Windows) [#47](https://github.com/sectore/timr-tui/pull/47)
|
|
|
|
## v0.9.0 - 2025-01-03
|
|
|
|
Initial version.
|
|
|
|
### Features
|
|
|
|
- Add `Pomodoro`, `Timer`, `Countdown`
|
|
- Persist application state
|
|
- Custom styles for digits
|
|
- Toggle deciseconds
|
|
- CLI
|