Changes since 0.3.5.
Added
- Share limits Stop seeding at a ratio, after a set time, or whichever
comes first, then pause or remove the torrent. Set globally, or per torrent. - Alternative speed limits A second pair of rate limits, on a schedule or
switched by hand from the toolbar. - Queue order Move torrents up and down the queue from the toolbar.
- Per-file priorities Choose what gets downloaded first within a torrent.
- Tags Label torrents and filter the list by them.
- Watched folder Any .torrent dropped into it is added automatically.
- Tracker editing Add, edit and remove a torrent's trackers, in announce
tiers, and have the changes survive a restart. - Encrypted settings The settings database can be encrypted with no
password to type, and settings exported and imported as JSON. - Import from PicoTorrent Bring across torrents, save paths and labels from
an existing PicoTorrent installation. - Web interface Queue order, the speed switch, and a per-torrent panel for
files, trackers, tags and limits. - Rarest-first Pieces that few peers have are asked for first.
- BitTorrent v2 seeding v2 and hybrid torrents can now be seeded to others,
not only downloaded.
Fixed
- Magnet links open the Add torrent dialog A magnet opened from a browser,
the shell, or File > Add magnet went straight into the session and started
downloading, whatever Preferences > "Skip 'Add torrent' dialog" said. Its
metadata is now fetched first, so the same dialog appears as for a .torrent
file and the save path and file selection can be set before anything is
written. Ticking the setting still skips it, for both kinds. - Folder layout for multi-file torrents A torrent holding several files
emptied them loose into the save path. It now gets a folder named after it,
as every client does, while a torrent holding one file still writes that file
straight into the save path. A folder already named after the torrent is used
as it is, rather than nested inside itself.
Changed
- Performance Lower processor and memory use while the window is open: the
torrent list and the details panel now repaint the rows that actually changed
instead of rebuilding themselves once a second. - Dependencies maxminddb, open, reqwest, rhai and rustls updated.