Releases: guard/notiffany
Releases · guard/notiffany
v0.1.3
Bugfixes
#38 Fix when tmux is not installed or is not found again - thanks to @eitoball!
v0.1.2
Bugfixes
#35 Fix when tmux is not installed or is not found - thanks to @eitoball!
Development
#36 Adds ruby 2.4, 2.5, and 2.6. Drops ruby 2.2. Allow failure in ruby-head because ruby-head bundles bundler 2.1. - thanks to @eitoball!
v0.1.1
Bugfixes
- #23 properly handle case when
which
command is not available - thanks to @wadetandy !
Development
- fix the mess with tags in GitHub (lots of tags from another project) and re-tag v0.1.0 - thanks to @sanemat !
v0.1.0
Bugfixes
- #21 prevent manually configured notifier from crashing when unavailable (d19df8d)
Improvements
- #20 - reworked emacs support (using Elisp ERB template)
Development
- breakup Tmux notifier into smaller files
- fix many RuboCop offenses
- bump development dependencies
- update Ruby versions in travis.yml
v0.0.8
Bugfixes
- #17 - fixed crash when display_on_all_clients is true (fix by @kaosf)
v0.0.7
Bugfixes
- #15 - avoid hanging when no Emacs server running
Improvements
- reduce gem size (avoid large images)
v0.0.6
Bugfixes
- #11 - allow resetting notifiers in tests with nil
Improvements
- #10 - add higher res images for high DPI displays
v0.0.5
Bugfixes
- #9 - avoid misleading gem error for notify-send
v0.0.4
Bugfixes
- #8 - add support Linux Mint ("linux-gnu" os name)
v0.0.3
Bugfixes
- #4 - Fixed Growl support (NoMethodError)