✨ Release Highlights
Netcatty v1.1.70 focuses on smoother terminal interaction, clearer system information, and faster everyday file workflows. It also strengthens the plugin foundation for future extensions.
⚡ Smooth typing after large terminal output
Typing no longer triggers unnecessary full-screen redraws when the terminal is already at the bottom. Large-output sessions remain responsive, while typing still returns you to the latest output when you are viewing earlier history.
💽 Correct disk totals on multi-disk hosts
The compact terminal status now totals all mounted disks instead of showing only the first filesystem. The expanded view still shows each mounted disk separately.
📂 Faster SFTP navigation
SFTP adds an optional “Folders first” mode, keeps sorting consistent across files and folders, and supports incremental keyboard selection in both list and tree views.
📝 Manual logs follow your selected format
Toolbar-started session logs now respect the configured text, raw, or HTML format and use the matching file extension, even when automatic logging is disabled.
🧩 A stronger plugin foundation
The plugin platform gains durable package storage and isolated browser and utility runtimes behind the development gate, providing safer lifecycle and recovery boundaries for upcoming plugin features.
Download based on your OS:
| OS | Download |
|---|---|
| Windows | |
| macOS | |
| Linux |
What's Changed
- feat(plugins): add isolated plugin host runtime by @ryan-wong-coder in #2303
- fix(terminal): avoid redundant redraws after large output by @binaricat in #2312
- fix(session logs): honor configured format for manual logs by @binaricat in #2313
- Improve SFTP sorting and keyboard navigation by @binaricat in #2314
- fix(terminal): aggregate mounted disk summary by @binaricat in #2316
Full Changelog: v1.1.69...v1.1.70