Skip to content

Releases: mattbrictson/airbrussh

1.3.1

04 Nov 17:57
Compare
Choose a tag to compare
  • Packaging changes to reduce gem size
  • RuboCop and Travis improvements
  • No user-facing changes

1.3.0

16 Jun 15:05
Compare
Choose a tag to compare

1.2.0

14 Apr 16:06
Compare
Choose a tag to compare
  • #95: colorize LogMessage label on WARN level and above - @klyonrad
  • #106: Remove the log_file parameter from the CommandFormatter#exit_message method; it was unused - @mattbrictson

1.1.2

02 Jan 23:14
Compare
Choose a tag to compare
  • Add Ruby 2.4.0 to testing matrix and fix Ruby 2.4 deprecation warnings

1.1.1

09 Sep 16:01
Compare
Choose a tag to compare
  • When a Capistrano deploy fails and the error log is dumped to the console,
    Airbrussh no longer truncates the error output. This ensures that important
    troubleshooting information is not lost.
    #91

1.1.0

26 Jul 23:43
Compare
Choose a tag to compare
  • Use default color for info messages.
    When using the gray color on some implementation of the solarized
    theme the text is not visible. The solarized theme is popular and
    bugs have been reported about missed error messages, so this patch
    switches these messages to the default color.
    (see #84)

1.0.2

13 May 17:24
Compare
Choose a tag to compare
  • Fix a crash that can happen in certain multi-server deployments when
    Capistrano's invoke is used to switch Rake tasks in the middle of SSHKit
    execution (#78,
    #80)

1.0.1

21 Mar 16:41
Compare
Choose a tag to compare
  • Fix support for fake TTYs reporting a 0 width console like Ruby's PTY library #76

1.0.0

28 Feb 00:11
Compare
Choose a tag to compare
  • No changes since 1.0.0.beta1.

1.0.0.beta1

27 Dec 23:45
Compare
Choose a tag to compare

Breaking Changes:

  • None

Added:

  • Airbrussh can now be configured with an options Hash passed to the
    Airbrussh::Formatter constructor. This is in order to standardize how all
    SSHKit formatters are configured
    (see SSHKit #308).