You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Moved duplicate implementations of make, rake, test, capture, background on to Abstract backend.
Backend implementations now only need to implement execute_command, upload! and download!
Removed Printer from backend hierarchy for Local and Netssh backends (they now just extend Abstract)
Removed unused Net::SSH:LogLevelShim
Removed dependency on the colorize gem. SSHKit now implements its own ANSI color logic, with no external dependencies. Note that SSHKit now only supports the :bold or plain modes. Other modes will be gracefully ignored. #263
New API for setting the formatter: use_format. This differs from format= in that it accepts options or arguments that will be passed to the formatter's constructor. The format= syntax will be deprecated in a future release. #295
SSHKit now immediately raises a NameError if you try to set a formatter that does not exist. #295