timr-tui/CHANGELOG.md
Jens Krause d3c436da0b
feat: native desktop notifications (experimental) (#59)
* 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
2025-01-28 19:28:34 +01:00

1.4 KiB

Changelog

v1.1.0 - 2025--

Features

  • (notification) Native desktop notifications (experimental) #49

v1.1.0 - 2025-01-22

Features

  • (countdown) Edit countdown by local time #49

Fixes

  • (ci) Build statically linked binaries for Linux #55
  • (ci) Remove magic nix cache action (#57) #56

Misc.

  • (deps) Latest Rust 1.84, update deps #48

v1.0.0 - 2025-01-10

Happy v1.0.0 🎉

Features

  • (countdown) Mission Elapsed Time (MET). #45, #46
  • (footer) Local time. Optional and with custom formats. #42, #43
  • (docs) More installation instructions: Cargo, AUR (Arch Linux) #41, pre-built release binaries (Linux, macOS, Windows) #47

v0.9.0 - 2025-01-03

Initial version.

Features

  • Add Pomodoro, Timer, Countdown
  • Persist application state
  • Custom styles for digits
  • Toggle deciseconds
  • CLI