Changelog
All notable changes to Schooner, most recent first.
v0.9 — 2026-05-03
Fixed
- Directory transfer progress now advances per-file instead of resetting to 0% at the start of each file.
- SSH connection no longer hangs on long directory uploads. TCP and application-layer keepalive packets are now sent every 15 seconds to prevent servers from dropping idle connections.
v0.8 — 2026-05-02
New
- Startup notification with a permanent disable option in Settings → General.
- Deployment target lowered to macOS 14 Sonoma (was 26.3).
v0.7 — 2026-04-30
New
- Host selector in the Transfer window replaced with a popover — search by alias, nickname, or hostname; shows host icon and user info.
- Right-clicking empty space in the Transfer window file list now shows a "New Folder…" context menu item.
Fixed
- Conflict resolution dialog (Replace / Keep Both / Skip / Cancel) is now shown when a destination file or folder already exists, instead of silently overwriting.
v0.6 — 2026-04-28
New
- Recursive folder upload and download over SFTP.
- Remote sub-directories are now created automatically during folder uploads.
Fixed
- Double-slash in remote path during directory upload.
- Progress total was incorrectly calculated during chunked copy.