v1.3.0
This one is mostly about downloads: D picks a folder per download, e opens a finished download's folder, and s exports the .torrent file so you can take a torrent anywhere.
On the search side: sort results by date added, and z hides dead torrents. Sources that never report seeders (FitGirl, SubsPlease) are left alone instead of being wiped as dead.
Fixes: clipboard writes on Nix-wrapped binaries, a macOS crash on launch (port 5350), and escape sequences leaking into the result detail view.
What's Changed
- chore: update nix package 1.1.1 -> 1.2.0 by @Ghastrum in #41
- fix: disable NAT-PMP on macOS to prevent EADDRINUSE crash on port 5350 by @Manak-hash in #45
- fix(ui): sanitize terminal escape sequences in result detail view by @aaronjmars in #44
- feat: sort search results by date added by @Ayush7614 in #48
- feat: open a download's folder with e by @amalbijukurian in #51
- feat: pick a folder per download with D by @TechNapoleon in #54
- feat: hide zero-seeder results with z key by @Ayush7614 in #49
- feat: export torrent files by @blokboy in #62
- Use exit event for clipboard write on wrapped nix binaries by @ahfoysal in #57
New Contributors
- @Manak-hash made their first contribution in #45
- @aaronjmars made their first contribution in #44
- @Ayush7614 made their first contribution in #48
- @amalbijukurian made their first contribution in #51
- @TechNapoleon made their first contribution in #54
- @blokboy made their first contribution in #62
- @ahfoysal made their first contribution in #57
Full Changelog: v1.2.0...v1.3.0