Skip to content

Releases: guard/notiffany

v0.1.3

01 Aug 06:57
c726a05
Compare
Choose a tag to compare

Bugfixes

#38 Fix when tmux is not installed or is not found again - thanks to @eitoball!

v0.1.2

31 Jul 06:39
caf272c
Compare
Choose a tag to compare

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

29 Jul 09:34
@e2 e2
Compare
Choose a tag to compare

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

29 Jul 09:31
@e2 e2
Compare
Choose a tag to compare

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

15 Sep 20:13
@e2 e2
Compare
Choose a tag to compare

Bugfixes

  • #17 - fixed crash when display_on_all_clients is true (fix by @kaosf)

v0.0.7

27 Jul 20:36
@e2 e2
Compare
Choose a tag to compare

Bugfixes

  • #15 - avoid hanging when no Emacs server running

Improvements

  • reduce gem size (avoid large images)

v0.0.6

19 Feb 15:32
@e2 e2
Compare
Choose a tag to compare

Bugfixes

  • #11 - allow resetting notifiers in tests with nil

Improvements

  • #10 - add higher res images for high DPI displays

v0.0.5

10 Feb 02:45
@e2 e2
Compare
Choose a tag to compare

Bugfixes

  • #9 - avoid misleading gem error for notify-send

v0.0.4

05 Feb 10:55
@e2 e2
Compare
Choose a tag to compare

Bugfixes

  • #8 - add support Linux Mint ("linux-gnu" os name)

v0.0.3

09 Jan 04:44
@e2 e2
Compare
Choose a tag to compare

Bugfixes

  • #4 - Fixed Growl support (NoMethodError)