Skip to content

Releases: SqrtMinusOne/pomm.el

0.2.0

14 Aug 13:40
Compare
Choose a tag to compare

What's Changed

New features:

Fixes:

  • Replaced y-or-n-p with transient.el for commands that can be invoked from a transient buffer. It seems like invoking y-or-n-p while transient is active can screw the transient buffer in recent versions of transient.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

  • @teeann made their first contribution in #6

Full Changelog: 0.1.4...0.2.0

0.1.4

19 Dec 07:33
Compare
Choose a tag to compare

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

25 Nov 18:18
Compare
Choose a tag to compare

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

10 Nov 10:43
Compare
Choose a tag to compare

What's Changed

  • Use locate-user-emacs-file by @swflint in #4
  • Add pomm-csv-history-file-timestamp-format to customize the timestamp format in the CSV history (#3)
  • Add sounds (#2)

Full Changelog: 0.1.1...0.1.2

v0.1.1

06 Nov 10:03
Compare
Choose a tag to compare

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

05 Nov 07:13
cf0e108
Compare
Choose a tag to compare

The first release