Releases: SqrtMinusOne/pomm.el
Releases · SqrtMinusOne/pomm.el
0.2.0
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
0.1.4
What's changed
- Somehow I redefined a method for the base
transient-switch
, which broke magit. This fixes it.
Full Changelog: 0.1.3...0.1.4
0.1.3
What's Changed
- Added "context" - a string that describes a current task. The context shows up in the history section of the buffer and the CSV file. For now, there is no integration with Org Mode or something like that; the feature is specifically of this package. (#5).
Full Changelog: 0.1.2...0.1.3
0.1.2
v0.1.1
Features:
- Added optional CSV history
- Added minor mode for displaying timer in the modeline
Fixes:
- Native compilation warnings
Docs:
- Added a comparison table to README
v0.1.0
The first release