Releases: binaricat/Netcatty
Releases · binaricat/Netcatty
v1.0.37
Download based on your OS:
| OS | Download |
|---|---|
| Windows | |
| macOS | |
| Linux |
What's Changed
- fix(macos): restore main window when app activated by @RoryChou-flux in #208
- security: harden external navigation / window.open by @RoryChou-flux in #209
- feat: add swap usage display in server stats by @RoryChou-flux in #210
- feat: credential protection guards for enc:v1: placeholders by @RoryChou-flux in #212
Full Changelog: v1.0.36...v1.0.37
v1.0.36
Download based on your OS:
| OS | Download |
|---|---|
| Windows | |
| macOS | |
| Linux |
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
- @Misaka21 made their first contribution in #204
- @RoryChou-flux made their first contribution in #203
Full Changelog: v1.0.35...v1.0.36
v1.0.35
Download based on your OS:
| OS | Download |
|---|---|
| Windows | |
| macOS | |
| Linux |
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
v1.0.33
Download based on your OS:
| OS | Download |
|---|---|
| Windows | |
| macOS | |
| Linux |
What's Changed
- fix: tray panel logic & type improvements by @AkarinServer in #188
- fix: restore built-in text editor paste behavior by @binaricat in #190
- fix: wrap terminal paste in bracketed paste sequences by @binaricat in #191
- fix: show sessions on first TrayPanel open by @binaricat in #192
Full Changelog: v1.0.32...v1.0.33
v1.0.32
v1.0.31
v1.0.30
Download based on your OS:
| OS | Download |
|---|---|
| Windows | |
| macOS | |
| Linux |
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
Download based on your OS:
| OS | Download |
|---|---|
| Windows | |
| macOS | |
| Linux |
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
Download based on your OS:
| OS | Download |
|---|---|
| Windows | |
| macOS | |
| Linux |
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