Skip to content

Releases: guard/guard

v2.6.0

24 Mar 08:09
Compare
Choose a tag to compare

@docwhat is in the place!

Bug fixes

  • #539 & #559 Fixes (or not, see #563) #turn_on and #turn_off for tmux notifier.
  • #568 Fix Guardfile re-evaluation.

Improvements

  • #560 Ignore tags file.
  • #561 Add docs Inline docs badge to README.
  • #564 RSpec 3.0 syntax.
  • #565 Prevent user's .guard.rb from breaking tests.
  • #567 Delete specifying RSpec dependency twice. Also move all development dependencies to the Gemfile.

v2.5.1

24 Feb 18:09
Compare
Choose a tag to compare

Bug fix

  • #557 Set listen_on at false by default.

v2.5.0

24 Feb 12:48
Compare
Choose a tag to compare

New feature

  • #555 Add support for network events in Listen 2.5.

v2.4.0

06 Feb 13:50
Compare
Choose a tag to compare

Bug fixes

  • #546 Fixed show command.
  • #551, #552 Invalid Guardfile with ignore and multiple parameters.

Improvement

  • #550 Change minimum Ruby version from 1.9.2 to 1.9.3.

v2.3.0

17 Jan 17:58
Compare
Choose a tag to compare

New features

  • #533 New display_on_all_clients option for the TMux notifier to notify all clients connected to a Tmux server.
  • #543 Allow overriding Listener wait_for_delay option from CLI.

Improvements

  • #534 Test for 2.1 compatibility since it's "due soon."
  • #535 Safely handle a condition of no home directory.
  • #537 Upgrade to RSpec 3.0.0.beta1 (edge edge edge!).
  • #538 Update terminal notifier docs.
  • #541 Update wrong example about the --plugin flag in the README.

v2.2.5

13 Dec 21:19
Compare
Choose a tag to compare

Bug fix

  • #531, #532 Fix the hooks/callbacks feature.

v2.2.4

17 Nov 12:21
Compare
Choose a tag to compare

Bug fixes

  • #518 Emacs notifier closes IO object instead of Array object.
  • #521 Fix Guard::Plugin::Hooker.

v2.2.3

04 Nov 23:00
Compare
Choose a tag to compare

Bug fixes

  • #487 Close pipe after running commands in Emacs notifier.
  • #512 Change quiet handling for Tmux <= 1.6.
  • Fix "Run all all" message, "Run all" should be clear enough. (@rymai)
  • #517 Properly sending titles through notify-send.

v2.2.2

23 Oct 16:19
Compare
Choose a tag to compare

Bug fix

  • #509 Fix options changed after pass it to any notifiers.

v2.2.1

22 Oct 13:50
Compare
Choose a tag to compare

Bug fix

  • #500, #506 & #507 Ensure nil image doesn't break notifications.