Skip to content

v0.7.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 22 Nov 00:32
· 263 commits to main since this release
82a2444

Changes

Minimum required glibc version on Linux is now 2.18

Fixes

  • fffd799: fixed #406 - Apple ID SSO not working - ⚠️ note the config layout changes
  • 9714570: SSH: fixed #477 - send ssh-rsa hostkey in addition to rsa-sha* - fixes Termius support on iOS
  • SSH: correctly report channel open failures to client
  • d90abcf: SSH: fixed missing CHANNEL_CLOSE messages - #459