Releases: jvacek/TransmissionSwift
Releases · jvacek/TransmissionSwift
Release list
TransmissionSwift 0.5.1
25th August 2026
- Redesign Torrent add menu
- Make CMD+O open the Add torrent sheet
- Fix colours that wouldn't change when triggering dark/light modes
- Show active speed limits on the bottom status bar
- Remove turtle mode toggle from the top nav
- Move turtle mode toggle closer to the limits
TransmissionSwift 0.4.1
24th August 2026
- Add support for setting torrent priorities
- Add support for setting file-level priorities
- Add a "no label" section under labels
- Fix a bug where if filtering on a torrent/label/folder, removing the last instance of aforementioned would get you stuck in a filter impossible to get out of.
TransmissionSwift 0.4.0
24th August 2026
- Implement file mapping via URI patterns
- Presets for Locally hosted daemons, Cyberduck, Swizzin files, SSHFS/rsync
- Works via URIs so you can choose whatever protocol you want
- Option to override the default app that would receive the URI (e.g. to VLC for http:// or sftp:// addresses)
- Placeholder substitution system so you can make your mappings dynamic
- Options for encoding your credentials for HTTP basic auth
- Help with explanations available next to the placeholder dropdown
- Allow duplicating server profiles
- Redesign the file list in the inspector
- Add action for updating the tracker
TransmissionSwift 0.3.0
23rd August 2026
- Allow multiple tags to be set on a torrent
- Add colour-coding to the tags
- Adjust background colour of progress bar
TransmissionSwift 0.2.2
23rd August 2026
- Change build version numbering to allow multiple releases on same day
- Simplify release flow
TransmissionSwift 0.2.1
- Fix favicons not fetching
- Show entire changelog in sparkle
TransmissionSwift 0.2.0
Changelog for 0.1.0
23rd August 2026
- Major rewrite of the main table to NSTableView directly instead of using the SwiftUI table due to perf and stability
- Fetching favicons for trckers for the sidebar
- Testing suite improvements
- Links in tracker messages are clickable in inspector
- Add snapshot feature to help with troubleshooting
- Do a quick refresh after start/pause to get a quicker refres on the rows
- Add Apple Silicon-only builds
- Add little about view+page
Pre-release 2026-08-22 aa4a1217afd8
Changes since prerelease-2026-07-11-655c28cf2584
aa4a121 fix unmutated vars in tests
dbca9f4 Make urls in error messages clickable
bf12cf1 Get tracker stats in the poll so we can show torrents that actually have all failed trackers
fdff428 note on sandboxing because of saving files
6a14e0b Clean up after --mock-data
ebe7ba1 Add snapshot preference pane
c076611 Make snapshots and snapshot loading to make troubleshooting easier
4fa1fe9 refresh the torrent after any mutation call for a faster response in the UI without waiting for the poll loop