| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- updated to version 1.3.0 see installed CHANGELOG.md [#]# [1.3.0][] (2017-06-16) * [#109](https://github.com/mattbrictson/airbrussh/pull/109): Add configurable task prefix - [@gondalez](https://github.com/gondalez)
- updated to version 1.2.0 see installed CHANGELOG.md [#]# [1.2.0][] (2017-04-14) * [#95](https://github.com/mattbrictson/airbrussh/pull/95): colorize LogMessage label on WARN level and above - [@klyonrad](https://github.com/klyonrad) * [#106](https://github.com/mattbrictson/airbrussh/pull/106): Remove the `log_file` parameter from the `CommandFormatter#exit_message` method; it was unused - [@mattbrictson](https://github.com/mattbrictson)
- updated to version 1.1.2 see installed CHANGELOG.md [#]# [1.1.2][] (2017-01-02) * Add Ruby 2.4.0 to testing matrix and fix Ruby 2.4 deprecation warnings
- updated to version 1.1.1
see installed CHANGELOG.md
[#]# [1.1.1][] (2016-09-09)
* 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](https://github.com/mattbrictson/airbrussh/issues/91)
- updated to version 1.1.0
see installed CHANGELOG.md
[#]# [1.1.0][] (2016-07-26)
* 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](https://github.com/mattbrictson/airbrussh/issues/84))
- initial package