Jens Krause
|
3d9b235f12
|
Rust 1.85.0 + Rust 2024 Edition (#68)
- Add `rust-toolchain.toml`
- Refactor `flake` to consider `rust-toolchain.toml`, especially Rust version
- `just`: Add run-sound command
- Ignore sound files
- Format
|
2025-02-25 20:30:20 +01:00 |
|
jk
|
e094d7d81b
|
feat(logging): add --log arg to enable logs
and/or to pass a custom log directory.
|
2025-02-06 20:33:52 +01:00 |
|
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 |
|
Jens K.
|
7312ad51d8
|
fix: use data_local_dir if state_dir not found (#31)
Fixes #30
|
2024-12-30 19:56:27 +01:00 |
|
Jens K.
|
c9b444e91a
|
Persist app state (#21)
|
2024-12-22 18:56:55 +01:00 |
|
Jens K.
|
634884d483
|
Logging (#8)
- Add `Logger`, `Config`
- Back to `nixos-unstable`
- `nix flake update`
|
2024-12-04 13:29:58 +01:00 |
|