Skip to content

Releases: olimorris/tmux-pomodoro-plus

v1.0.2

05 Sep 09:25
48ea221
Compare
Choose a tag to compare

Changes

  • Interpolate all strings

v1.0.1

13 Aug 11:33
Compare
Choose a tag to compare

Changes

  • Ensured that the is_paused function was being used in conditionals
  • Removed a pointless comment and added some whitespace

v1.0.0

11 Aug 15:52
6084d22
Compare
Choose a tag to compare

Breaking changes

  • @pomodoro_start is now @pomodoro_toggle
  • @pomodoro_repeat must be set to on in order to work
  • Users are now prompted to start a Pomodoro/break rather than them starting automatically

New features

  • Pomodoros/breaks can now be paused and resumed with the @pomodoro_toggle keymap
  • Pomodoros/breaks can now be skipped with the @pomodoro_skip keymap
  • The status of a paused Pomodoro can be shown in the statusline (@pomodoro_pause)
  • Long breaks can be triggered after a certain amount of Pomodoros (@pomodoro_intervals)
  • Intervals can be displayed in the statusline (@pomodoro_interval_display)

Deprecations

  • @pomodoro_auto_start_break is no longer used

Misc changes

  • State is now stored in /tmp/pomodoro rather than /tmp

v0.1.0

02 Aug 13:59
Compare
Choose a tag to compare

Releases from now on will follow Semantic Versioning and will be a useful way to follow the latest changes in the plugin