Skip to content

ExaTerm v0.8.0

Choose a tag to compare

@github-actions github-actions released this 24 Jul 15:30
6de64f2

v0.8.0

Changed

  • Improved the desktop Settings experience with clearer categories, accessibility, save and revert feedback, and safer dependent-control behavior.
  • Made AI provider setup and saved API-key management easier to understand and safer to use.
  • Refined the dark desktop interface for more consistent visuals.

Added

  • Added global SSH algorithm selection for key exchange, host keys, ciphers, MACs, and compression.
  • Added a terminal tab action for opening a prefilled new SSH or Telnet connection to the same destination without retaining credentials.
  • Added a terminal tab context menu for closing tabs or moving terminal sessions to a new window.
  • Added PowerShell-style right-click copy and paste, with confirmation before multi-line terminal pastes.

Fixed

  • Improved terminal-tab ordering, focus, and visibility when opening, closing, moving, and reordering tabs, including across Settings and Logs.
  • Fixed terminal input encoding so the selected UTF-8, Shift_JIS, or EUC-JP setting is applied to outgoing SSH, Serial, Telnet, and external-control input.
  • Improved SSH private-key validation, including DSA and EC PEM headers.
  • Improved Settings reliability with an anchored save bar, clearer load and save errors, and validated terminal input ranges.
  • Made SSH output loss during overload visible in the terminal.
  • Fixed SSH sessions so remote disconnects are reflected more reliably in the UI.
  • Improved SSH connections so stalled connection setup no longer leaves the connection dialog waiting indefinitely.
  • Improved SSH sessions so stalled input sends and terminal resizes time out instead of waiting indefinitely.
  • Made desktop error messages respect the selected app language.

主な変更

仕様変更

  • 設定画面の刷新

機能追加

  • SSHアルゴリズムの個別設定機能
  • 右クリックによるコピー&ペースト

不具合修正

  • タブの並べ替え・表示の修正
  • SSH使用時にフリーズする不具合を修正
  • 文字コードの設定が送信時にも適用されるよう修正
  • 一部メッセージの多言語対応