Skip to content

Releases: davidzanger/Locking-Pomodoro-Timer

v1.2.0

24 Jul 11:34
Compare
Choose a tag to compare

1.2.0 - 2024-07-24

Added

  • Add option interval_reminder_after_break to 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 if auto_start_pomodoro is false. The default value is 5.
  • Add option event_reminder_after_break to specify the event to be executed after the reminder interval after a break ends. The default value is EndEvent::Sound, using the default sound.

Full Changelog: v1.1.0...v1.2.0

Version 1.1.0

22 May 10:15
Compare
Choose a tag to compare

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

22 May 08:53
Compare
Choose a tag to compare

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