Skip to content

Releases: rlue/timer

v0.1.7

09 Feb 23:32
Compare
Choose a tag to compare
  • Fixes lingering FIFO (named pipe) cleanup

v0.1.6

01 Feb 18:28
Compare
Choose a tag to compare
  • Fixes #6 (bash syntax error when using -d)
  • Add emojis when using -p

v0.1.5: Desktop notifications, i3status, prettier formatting

28 Jun 21:34
Compare
Choose a tag to compare

See commit messages and README for details

Improve Linux support, tmux bugfix, and visual bell

05 May 20:39
Compare
Choose a tag to compare

This release:

  • expands mute detection to support Linux (prev. only supported macOS)
  • fixes a display bug in tmux
  • always displays the visual bell, even when the system is not muted

Bugfix: Prevent ringing of accumulated intervals

03 Mar 12:22
Compare
Choose a tag to compare

Prior to v0.1.3, timer would "accumulate" interval bells during system sleep, then ring all of them at once when resuming. This version fixes that.

More precise timing!

19 Jan 13:11
Compare
Choose a tag to compare

Previous versions of this script would gain milliseconds each second it was running, resulting in inaccurate timing over longer periods. (Issue described in this SO post.)

This release implements a different approach to timing (using date) to ensure that the bell always rings at the specified intervals.

v0.1.1

26 May 09:41
Compare
Choose a tag to compare

This version fixes a bug where, when running timer as a background process, it would erase the command line prompt upon completion.

First Release

06 Apr 09:49
Compare
Choose a tag to compare

Get it on Homebrew!

brew install rlue/utils/timer