Skip to content

KKTerm v3000.0.6

Choose a tag to compare

@ryantsai ryantsai released this 22 Aug 17:48
· 50 commits to main since this release

Direct Downloads

Highlights

  • Reconnect the active Session faster with a new shortcut (SSH / Telnet / Serial), and get a reconnect button in the terminal pane when disconnected—because waiting for networks is a test of patience, not a feature.
  • Preserve native context menus across dynamic dashboard backgrounds.

New

  • Added a reconnect active session shortcut (and related terminal/connectivity documentation + i18n updates).

Improved

  • Connection Tree shortcut handling: F5 can reconnect a connection while avoiding default browser reload behavior.
  • Terminal pane: shows a reconnect button when the terminal is disconnected.
  • Dashboard: native context menus are preserved across dynamic backgrounds.

Fixed

  • Ignore private Store operations (to prevent unnecessary private store handling).

Internal

  • Add/update Tauri updater support using separate manifests for macOS and Linux.
  • Docs and code comments improvements (e.g., keyboard handling notes in ConnectionSidebar).
  • Remove outdated localization todo entry related to the reconnect active session shortcut.
  • Ignore private Store operations (via .gitignore).

亮點

  • 使用新增的捷徑更快速地重新連線(Reconnect)目前的 Session(支援 SSH / Telnet / Serial),並在終端機面板於中斷時顯示重新連線按鈕——等待網路回應本來就該是考驗耐心,不是功能。
  • 在動態儀表板背景下保留原生的內容選單。

新增

  • 新增重新連線目前 Session的捷徑(並同步終端機/連線相關說明文件與多語系 i18n)。

改進

  • 連線樹(Connection Tree)捷徑處理:F5 可用於重新連線,且避免觸發瀏覽器的預設重新載入行為。
  • 終端機面板:中斷連線時會顯示重新連線按鈕。
  • 儀表板:動態背景下可保留原生內容選單。

修正

  • 忽略私有 Store 的操作(避免不必要的私有 Store 處理)。

Internal

  • 支援 Tauri updater,並針對 macOS 與 Linux 使用不同的 manifest。
  • 文件與程式碼註解更新(例如 ConnectionSidebar 的鍵盤處理註解)。
  • 移除與重新連線目前 Session 捷徑相關的舊版 localization todo 記錄。
  • 透過 .gitignore 忽略私有 Store 操作。