Skip to content

v1.1.78

Latest

Choose a tag to compare

@binaricat binaricat released this 11 Aug 17:10
· 2 commits to main since this release
8285d70

✨ Release Highlights

Netcatty v1.1.78 focuses on desktop feel: smoother notes sidebar resizing and truncation, more reliable terminal focus and shortcuts, port-forward listeners that survive client disconnects, and several SFTP/session lifecycle fixes that stop browse panes from disappearing when you switch tools.

📝 Notes tree UX

  • Dragging the notes sidebar width no longer re-renders the whole notes shell (including MDX) every pixel — live width is applied via the DOM and committed on pointer-up (#2909).
  • Long note and folder titles ellipsize when the tree is narrowed instead of clipping into the gutter (#2908).

⌨️ Terminal focus, shortcuts, and context menu

  • Ctrl+= / Ctrl+- / Ctrl+0 stay scoped to terminal font size when the terminal has focus, and keep routing correctly across window focus changes (#2906).
  • Optional 1–9 shortcut badges on top tabs while holding the modifier; custom shortcut bindings drive tab previews (#2900, #2904).
  • Fullscreen apps (tmux/vim) honor the setting for showing the terminal context menu; mouse-mode state is reflected correctly in the menu (#2905).

🔌 Port forwarding and side panels

  • Local-forward listeners stay up after a client disconnects so reconnects do not leave a dead rule (#2901).
  • Port-forwarding side panels get a polish pass for clearer editing and layout (#2889).

📂 SFTP and session lifecycle

  • Switching side-panel tools no longer drops SFTP browse sessions or split-pane close behavior (#2884).
  • Drag-drop / locate-path after sudo keeps the login-shell cwd instead of landing in the wrong directory (#2888).
  • Keyword-highlight work during Enter is deferred so scrollback stays responsive; End-scroll is preserved during the Enter guard (#2880).

🖥️ System, vault, and platform

  • Network FUSE mounts are excluded from disk overview totals so remote/network filesystems do not inflate local disk usage (#2894).
  • Vault host search keeps focus after selecting a host (#2903).
  • macOS ships valid small app-icon representations (Dock / menu bar fidelity) (#2896).
  • Snippet execution results are preserved across the run UI (#2907); Chinese snippet autocomplete works on Windows CMD path prompts (#2885).

✨ Smaller polish

  • Inline side-panel content clipping is reduced; assorted review follow-ups for tabs, focus routing, and panel lifecycle.

Download based on your OS:

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

Code signing policy

Netcatty is applying to the SignPath Foundation open-source program. Once
approved, covered Windows release artifacts will use Free code signing provided by SignPath.io, certificate by SignPath Foundation.
See the
Code signing policy
and Privacy policy.

What's Changed

New Contributors

Full Changelog: v1.1.77...v1.1.78