What's Changed
New features:
- Add option
pomm-ask-before-work
by @teeann in #6 - Add option
pomm-audio-tick-enabled
to disable ticking sound by @teeann in #7 - Add Third Time technique by @SqrtMinusOne in #9 (suggested by @maikol-solis in #8)
Fixes:
- Replaced
y-or-n-p
withtransient.el
for commands that can be invoked from a transient buffer. It seems like invokingy-or-n-p
while transient is active can screw the transient buffer in recent versions oftransient.el
- The timer now restarts automatically on initialization. That can help if Emacs is closed and reopened while the timer is running.
- Fixed a bunch of checkdoc and package-lint errors
- Fixed some typos and grammar errors
New Contributors
Full Changelog: 0.1.4...0.2.0