Compatibility note for bots: This release introduces a new bot-friendly API when TERM=bot
is set.
- sshd/terminal: Fix full width unicode rendering bug. #339
(Huge thanks to @yumaokao for tracking down this difficult bug.) - sshd/terminal: Better closing of misbehaving connections.
(Thanks @voldyman for debugging this, it was also a tricky one.) - sshd/terminal: Add more readline-compatible navigation. #330
(Another @voldyman contribution, thank you!) - sshchat: Add
TERM=bot
which makes rendering more bot-friendly. #341 - sshchat: Apply
SSHCHAT_TIMESTAMP
andSSHCHAT_THEME
env vars on connect. #333
(Thanks @millerlogic) - main: Added
--unsafe-passphrase
, but it's discouraged if you can use whitelisting instead. #342 - project: We got a sweet domain for the public server,
ssh.chat
!
(Thank you @tyrelsouza for the donation.)
Binaries built using go version go1.14.
Full list of changes here: v1.8.2...v1.9