Download based on your OS:
| OS | Download |
|---|---|
| Windows | |
| macOS | |
| Linux |
What's Changed
- [codex] Fix Catty tool result history repair by @binaricat in https://github.com/binaricat/Netcatty/pull/1192
- [codex] Fix terminal wheel font zoom capture by @binaricat in https://github.com/binaricat/Netcatty/pull/1195
- Add SSH debug logging setting by @binaricat in https://github.com/binaricat/Netcatty/pull/1197
- fix: hover feedback for window controls by @pyroch in https://github.com/binaricat/Netcatty/pull/1203
- feat(distro): add Alibaba Cloud Linux distro icon by @binaricat in https://github.com/binaricat/Netcatty/pull/1205
- fix(ai): make the top AI button toggle and remove unused reminder button by @binaricat in https://github.com/binaricat/Netcatty/pull/1206
- fix(autocomplete): flip popup at window edges and follow accent color (#1202) by @binaricat in https://github.com/binaricat/Netcatty/pull/1207
- fix(ssh): reuse authenticated SSH connections for Copy Tab (#1204) by @binaricat in https://github.com/binaricat/Netcatty/pull/1209
- fix: show host stats in Mosh mode with a companion SSH connection (#1198) by @binaricat in https://github.com/binaricat/Netcatty/pull/1213
- fix: persist OneDrive token refreshes and show reconnect prompts (#1189) by @binaricat in https://github.com/binaricat/Netcatty/pull/1208
- fix: persist Google Drive token refreshes (follow-up to [#1208]) by @binaricat in https://github.com/binaricat/Netcatty/pull/1219
- fix(terminal): encode input with the session charset (#1216) by @binaricat in https://github.com/binaricat/Netcatty/pull/1222
- fix: unblock macOS auto-update installation by allowing the app to quit by @binaricat in https://github.com/binaricat/Netcatty/pull/1224
- fix(terminal): destructure sshDebugLogEnabled in TerminalPane (fixes ReferenceError) by @binaricat in https://github.com/binaricat/Netcatty/pull/1231
- feat(terminal): support startup arguments for custom local shells (#1221) by @binaricat in https://github.com/binaricat/Netcatty/pull/1225
- refactor(ai): migrate agent backends from ACP to official SDKs (claude/codex/copilot) by @binaricat in https://github.com/binaricat/Netcatty/pull/1229
- fix: route Cmd+W through existing tab close flow by @atoz03 in https://github.com/binaricat/Netcatty/pull/1234
- [codex] compact long Catty agent context by @binaricat in https://github.com/binaricat/Netcatty/pull/1237
- Add full EternalTerminal (ET) protocol support alongside the existing SSH, Mosh, Telnet, and Serial protocols. ET automatically reconnects when the network drops or the user's IP changes, making it ideal for mobile and unreliable networks. by @lateautumn233 in https://github.com/binaricat/Netcatty/pull/1212
- feat(sftp): add Open with system default for native Windows file association (fixes [#1236]) by @binaricat in https://github.com/binaricat/Netcatty/pull/1239
- [codex] fix CJK IME composition overflow by @binaricat in https://github.com/binaricat/Netcatty/pull/1240
- fix(terminal): use composed CJK font stack in xterm constructor to fix Chinese char width (#1226) by @binaricat in https://github.com/binaricat/Netcatty/pull/1233
- [codex] redact attachment payloads during context compaction by @binaricat in https://github.com/binaricat/Netcatty/pull/1241
- fix(ai): make SDK deps optional, degrade gracefully when missing by @binaricat in https://github.com/binaricat/Netcatty/pull/1242
- [codex] fix copilot thinking stream by @binaricat in https://github.com/binaricat/Netcatty/pull/1243
- [codex] improve codex live progress by @binaricat in https://github.com/binaricat/Netcatty/pull/1247
- Support pasting local files into SFTP by @binaricat in https://github.com/binaricat/Netcatty/pull/1248
- [codex] reuse SSH channel for terminal splits by @binaricat in https://github.com/binaricat/Netcatty/pull/1249
New Contributors
- @atoz03 made their first contribution in https://github.com/binaricat/Netcatty/pull/1234
Full Changelog: https://github.com/binaricat/Netcatty/compare/v1.1.20...v1.1.21