Skip to content

v1.4.0

Choose a tag to compare

@github-actions github-actions released this 08 Jul 15:25
c18f6bc

Streaming quality-of-life improvements and much better media-player detection on Windows.

Highlights

🎬 Smarter stream file picker

When an archive holds several videos, the picker is now easier to work with:

  • Sorted by title by default (numeric-aware, so E02 comes before E10) instead of by file size.
  • Press s to toggle between title and size ordering — your highlighted file stays selected across the switch.
  • Fills the window — the list now uses the available screen height (with scrolling and an n/total counter) instead of a fixed 8-row box, and no longer clips the last file.

🪟 Better Windows media-player detection

Windows GUI players are rarely on PATH, so torlink often couldn't find an installed player. It now looks in the standard install locations for:

  • VLC
  • Windows Media Player
  • mpv.net
  • MPC-HC / MPC-HC64 (including K-Lite Codec Pack)
  • MPC-BE
  • PotPlayer

Downloads

Grab the build for your platform below and run torlnk. Verify against SHA256SUMS if you like.

Platform Asset
Linux (x64) torlnk-linux-x64.tar.gz
macOS (Apple Silicon) torlnk-macos-arm64.tar.gz
macOS (Intel) torlnk-macos-x64.tar.gz
Windows (x64) torlnk-windows-x64.zip

What's Changed

  • Sync with upstream baairon/torlink v1.3.1 by @WarlaxZ in #20
  • feat: add local Windows bundle cross-build script by @WarlaxZ in #21
  • Stream picker: title sort + toggle, taller list; broader Windows player detection by @WarlaxZ in #22
  • chore: bump version to 1.4.0 by @WarlaxZ in #23

Full Changelog: v1.2.1...v1.4.0