Skip to content

Releases: binaricat/Netcatty

v1.0.37

25 Feb 07:49
2215d52

Choose a tag to compare

Download based on your OS:

OS Download
Windows Setup x64 Setup arm64
macOS DMG Apple Silicon DMG Intel X64
Linux AppImage x64 DebPackage x64 RpmPackage x64
AppImage arm64 DebPackage arm64 RpmPackage arm64

What's Changed

Full Changelog: v1.0.36...v1.0.37

v1.0.36

13 Feb 16:05
cfaee48

Choose a tag to compare

Download based on your OS:

OS Download
Windows Setup x64 Setup arm64
macOS DMG Apple Silicon DMG Intel X64
Linux AppImage x64 DebPackage x64 RpmPackage x64
AppImage arm64 DebPackage arm64 RpmPackage arm64

What's Changed

  • feat: localize empty hosts message to Chinese by @Misaka21 in #204
  • fix: encrypt sensitive credentials at rest via safeStorage by @RoryChou-flux in #203
  • Remove extra space next to close button on Windows by @Copilot in #207

New Contributors

Full Changelog: v1.0.35...v1.0.36

v1.0.35

12 Feb 15:33
c0199c4

Choose a tag to compare

Download based on your OS:

OS Download
Windows Setup x64 Setup arm64
macOS DMG Apple Silicon DMG Intel X64
Linux AppImage x64 DebPackage x64 RpmPackage x64
AppImage arm64 DebPackage arm64 RpmPackage arm64

What's Changed

  • Fix ERR_FAILED on second instance by moving single-instance lock before app.whenReady() by @Copilot in #199
  • fix: tray quit button, tree view multi-select, and SFTP banner handling by @binaricat in #200
  • fix: prevent zombie processes and improve window recovery on restart by @binaricat in #201

Full Changelog: v1.0.34...v1.0.35

v1.0.34

11 Feb 04:19
b5feb88

Choose a tag to compare

Download based on your OS:

OS Download
Windows Setup x64 Setup arm64
macOS DMG Apple Silicon DMG Intel X64
Linux AppImage x64 DebPackage x64 RpmPackage x64
AppImage arm64 DebPackage arm64 RpmPackage arm64

What's Changed

  • Fix incorrect character encoding over Telnet and Serial connections by @Copilot in #196

Full Changelog: v1.0.33...v1.0.34

v1.0.33

07 Feb 07:32
62d1997

Choose a tag to compare

Download based on your OS:

OS Download
Windows Setup x64 Setup arm64
macOS DMG Apple Silicon DMG Intel X64
Linux AppImage x64 DebPackage x64 RpmPackage x64
AppImage arm64 DebPackage arm64 RpmPackage arm64

What's Changed

Full Changelog: v1.0.32...v1.0.33

v1.0.32

04 Feb 18:41

Choose a tag to compare

Download based on your OS:

OS Download
Windows Setup x64 Setup arm64
macOS DMG Apple Silicon DMG Intel X64
Linux AppImage x64 DebPackage x64 RpmPackage x64
AppImage arm64 DebPackage arm64 RpmPackage arm64

Full Changelog: v1.0.31...v1.0.32

v1.0.31

04 Feb 18:03

Choose a tag to compare

Download based on your OS:

OS Download
Windows Setup x64 Setup arm64
macOS DMG Apple Silicon DMG Intel X64
Linux AppImage x64 DebPackage x64 RpmPackage x64
AppImage arm64 DebPackage arm64 RpmPackage arm64

What's Changed

  • feat: Add global hotkey to toggle window visibility (Quake mode) by @Copilot in #187

Full Changelog: v1.0.30...v1.0.31

v1.0.30

03 Feb 06:23

Choose a tag to compare

Download based on your OS:

OS Download
Windows Setup x64 Setup arm64
macOS DMG Apple Silicon DMG Intel X64
Linux AppImage x64 DebPackage x64 RpmPackage x64
AppImage arm64 DebPackage arm64 RpmPackage arm64

What's Changed

  • Fix SFTP jump connection unsupported algorithm chacha20-poly1305 error by @Copilot in #184
  • Feature: Host-level keyword highlighting with toolbar popover by @Copilot in #185

Full Changelog: v1.0.29...v1.0.30

v1.0.29

02 Feb 18:47

Choose a tag to compare

Download based on your OS:

OS Download
Windows Setup x64 Setup arm64
macOS DMG Apple Silicon DMG Intel X64
Linux AppImage x64 DebPackage x64 RpmPackage x64
AppImage arm64 DebPackage arm64 RpmPackage arm64

What's Changed

  • Add tooltip to port forwarding rules showing relay host details by @Copilot in #175
  • Expand SSH algorithm support for modern servers by @Copilot in #178
  • Add keyboard shortcuts for snippets by @Copilot in #174
  • fix: remove chacha20-poly1305 cipher and upgrade Electron to 40.1.0 by @binaricat in #179
  • feat: Add SFTP keyboard shortcuts for copy, paste, cut, select all, rename, delete by @Copilot in #180
  • feat(sftp): add visual focus indicator for pane selection by @binaricat in #181

Full Changelog: v1.0.28...v1.0.29

v1.0.28

01 Feb 18:33
554bc3d

Choose a tag to compare

Download based on your OS:

OS Download
Windows Setup x64 Setup arm64
macOS DMG Apple Silicon DMG Intel X64
Linux AppImage x64 DebPackage x64 RpmPackage x64
AppImage arm64 DebPackage arm64 RpmPackage arm64

What's Changed

  • Use dynamic package version for sync payload by @binaricat in #153
  • ⚡ Optimize SSH key discovery to use async I/O by @binaricat in #156
  • ⚡ Optimize SFTP directory existence check by @binaricat in #155
  • ⚡ Optimize key persistence to be asynchronous by @binaricat in #154
  • perf: make window state saving async to avoid blocking main thread by @binaricat in #157
  • ⚡ Optimize managed source host filtering from O(N*M) to O(N) by @binaricat in #158
  • Implement device name update for cloud sync by @binaricat in #160
  • Implement Workspace Creation in Quick Switcher by @binaricat in #162
  • Sync port forwarding rules by @binaricat in #161
  • Add passphrase input support to SSH key import panel by @Copilot in #169
  • ⚡ Optimize Cloud Sync Performance by @binaricat in #159
  • Enable MFA for export-key exec by @binaricat in #172
  • Show connection details in host selector by @binaricat in #173

Full Changelog: v1.0.27...v1.0.28