Releases: rlue/timer
Releases · rlue/timer
v0.1.7
v0.1.6
v0.1.5: Desktop notifications, i3status, prettier formatting
See commit messages and README for details
Improve Linux support, tmux bugfix, and visual bell
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
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!
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
First Release
Get it on Homebrew!
brew install rlue/utils/timer