github binaricat/Netcatty v1.1.72

3 hours ago

✨ Release Highlights

Netcatty v1.1.72 is a focused follow-up to the v1.1.71 transfer-center release. The headline is restoring SFTP upload/download throughput on the default resumable path, so large transfers on high-latency links no longer crawl as sequential 32 KB requests. Alongside that: keychain layout polish, more reliable AI terminal command completion when output has no trailing newline, and a stronger Cursor CLI issue/PR automation loop in CI.

⚡ SFTP transfer throughput restored

v1.1.71 made normal SFTP transfers resumable by default, but that path accidentally bypassed the parallel read/write window. On high-latency connections a single file could fall back to sequential small requests and look much slower than before.

In v1.1.72:

  • Default resumable uploads and downloads again use parallel request windows, recovering previous throughput characteristics.
  • Pause checkpoints wait for in-flight ranges before reporting pause, so resume integrity stays intact.
  • Compatibility stream fallbacks remain available when a dedicated SFTP channel cannot be opened.

If transfers felt slower right after updating to 1.1.71, this build is the fix (see #2424 / #2429).

🔑 Keychain layout polish

Vault keychain UI is easier to scan and more consistent:

  • Identity/layout discoverability improvements for credentials (#2421 / #2426).
  • The header New Key action matches Import Certificate and New Identity as a secondary control, so the three header actions read as peers instead of one primary accent button (#2435).

🤖 AI terminal tools: complete without a trailing newline

Agent-driven terminal execution no longer hangs when command output ends without a final newline (for example curl ... | head -c 200). Completion markers can sit immediately after the last output byte; Netcatty still detects finish, preserves the final bytes for foreground and background jobs, and returns promptly instead of waiting until timeout (#2431 / #2437).

🛠️ CI automation (internal)

Issue/PR automation now uses a Cursor CLI implement path with a Codex review loop, safer sandbox defaults on GitHub Actions, code-first triage that must open real paths before classifying, and the ability to open draft PRs with the triage token. These changes mainly improve how fixes land in the repo; they do not change day-to-day app UI.

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

What's Changed

Full Changelog: v1.1.71...v1.1.72

Don't miss a new Netcatty release

NewReleases is sending notifications on new releases.