Skip to content

v1.2.0

Latest

Choose a tag to compare

@davidzanger davidzanger released this 24 Jul 11:34
· 6 commits to main since this release

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