Skip to content

v1.3.0

Choose a tag to compare

@baairon baairon released this 07 Jul 06:08

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

Full Changelog: v1.2.0...v1.3.0