Skip to content

v0.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Dec 18:28
· 47 commits to main since this release

What's new

Added 🎉

  • Added pomo.get_all_timers() function.
  • Added sticky option to "Default" notifier.
  • Added ability to show/hide a timer's notifiers, if they support that, via the commands and functions:
    • :TimerShow / pomo.show_timer()
    • :TimerHide / pomo.hide_timer()
  • Made the "Default" timer hide-able, which has the same affect as the sticky option.
  • Added ability to pause/resume timers via the commands and functions:
    • :TimerPause / pomo.pause_timer()
    • :TimerResume / pomo.resume_timer()

Changed ⚠️

  • pomo.start_timer(...) now returns a pomo.Timer instead of an integer timer ID.
  • pomo.stop_timer(...) now takes a pomo.Timer or an integer timer ID.

Commits

4d8a1da chore(docs): auto generate docs
f4dd32c add ability to pause/resume timers (#6)
3b7721c add ability to show/hide notifiers dynamically (#5)
dde2cbd fix non-sticky Default notifier
d34fc52 chore(docs): auto generate docs
f062543 clarify class
f125bd6 chore(docs): auto generate docs
0eacc91 Add sticky option
df0b24e Add pomo.get_all_timers() function
d8df96e chore(docs): auto generate docs
0db5be5 update readme