Releases: spider-gazelle/ssh2.cr
Releases · spider-gazelle/ssh2.cr
v1.1.0
Adds the following:
- multiple commands at once using spawn
- support for terminal modes
v1.0.0
A re-factor of datanoise/ssh2.cr
- no longer blocks the crystal lang event loop
- non-blocking is the only option
- works on crystal lang 0.7+
- added travis CI