Releases: olimorris/tmux-pomodoro-plus
Releases · olimorris/tmux-pomodoro-plus
v1.0.2
v1.0.1
v1.0.0
Breaking changes
@pomodoro_start
is now@pomodoro_toggle
@pomodoro_repeat
must be set toon
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
Releases from now on will follow Semantic Versioning and will be a useful way to follow the latest changes in the plugin