Skip to content

Releases: jvacek/TransmissionSwift

TransmissionSwift 0.5.1

Choose a tag to compare

@github-actions github-actions released this 24 Aug 22:39
fa48378

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

Choose a tag to compare

@github-actions github-actions released this 24 Aug 09:42
90d6da9

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

Choose a tag to compare

@github-actions github-actions released this 24 Aug 09:29
c5fdf08

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

Choose a tag to compare

@github-actions github-actions released this 23 Aug 21:56
eec6db5

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

Choose a tag to compare

@github-actions github-actions released this 23 Aug 11:56
cfbe8cb

23rd August 2026

  • Change build version numbering to allow multiple releases on same day
  • Simplify release flow

TransmissionSwift 0.2.1

Choose a tag to compare

@github-actions github-actions released this 23 Aug 00:41
6dd1ea0
  • Fix favicons not fetching
  • Show entire changelog in sparkle

TransmissionSwift 0.2.0

Choose a tag to compare

@github-actions github-actions released this 23 Aug 00:14
43d532e

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

Pre-release

Choose a tag to compare

@github-actions github-actions released this 22 Aug 14:02
aa4a121

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

Pre-release 2026-07-11 f6f17ca82cc5

Pre-release

Choose a tag to compare

Changes since prerelease-2026-07-11-70a8c4ddcd5c

f6f17ca add time to prerelease version

Pre-release 2026-07-11 70a8c4ddcd5c

Pre-release

Choose a tag to compare

Changes since prerelease-2026-07-11-b4376c00b680

70a8c4d add about page
3709abb add about view
b7192ab disable hardened runtime now that we have an external dependency