Releases: davidzanger/Locking-Pomodoro-Timer
Releases · davidzanger/Locking-Pomodoro-Timer
v1.2.0
1.2.0 - 2024-07-24
Added
- Add option
interval_reminder_after_breakto specify the interval in minutes after which a reminder should be triggered after a break ends. This shall remind the user to either go back to work or to start a new Pomodoro session if already working. This option is only relevant ifauto_start_pomodoroisfalse. The default value is5. - Add option
event_reminder_after_breakto specify the event to be executed after the reminder interval after a break ends. The default value isEndEvent::Sound, using the default sound.
Full Changelog: v1.1.0...v1.2.0
Version 1.1.0
1.1.0 - 2024-05-22
Added
- Add option to skip one minute of a Pomodoro session or a break by pressing
s.
Full Changelog: v1.0.0...v1.1.0
Version 1.0.0
1.0.0 - 2024-05-22
Added
- Create default option JSON on first start.
- Upload package to crates.io.
Changed
- Update README.md with installation instructions.
Full Changelog: v0.5.0...v1.0.0