• v1.10.0 5cfaaa764e

    V1.10.0 Stable

    serrebi released this 2026-08-08 17:20:09 -07:00 | 3 commits to main since this release

    Breaking

    • None

    Features

    • feat: verify self-contained Windows releases

    Fixes

    • None

    Other

    • docs: update latest release version
    Downloads
  • v1.9.0 1d47578558

    V1.9.0 Stable

    serrebi released this 2026-08-08 16:17:45 -07:00 | 3 commits to main since this release

    Breaking

    • None

    Features

    • The torrent search adopts blindDL's indexers when both are installed on the same computer. SerrebiTorrent still ships with none of its own, so anyone who had already set a Prowlarr or Jackett up in blindDL no longer has to type the URL and key in again. It reads a file on your own machine -- nothing about anybody's indexers travels in the release -- and it only ever adds, so an indexer you have edited here is never overwritten.

    Fixes

    • None

    Other

    • None
    Downloads
  • v1.8.0 2038710ab5

    V1.8.0 Stable

    serrebi released this 2026-08-08 15:52:40 -07:00 | 5 commits to main since this release

    Breaking

    • None

    Features

    • Search torrent indexers from the Tools menu. Tools, Search for Torrents (Ctrl+F) searches Knaben, The Pirate Bay, EZTV, Nyaa, Torrents-CSV, LimeTorrents and BitSearch at once and adds what you pick to the connected client. Indexers run in parallel and the list fills as each answers, so one slow site does not hold up the rest. Sort by seeders, best match, size, newest or name; Ctrl+C copies magnet links.
    • Add your own Torznab or Newznab endpoints under My indexers -- a whole Prowlarr or Jackett instance counts as one. That is how private trackers are searched: those tools already hold the login and the passkey, so SerrebiTorrent never stores a tracker password. A private tracker's authenticated .torrent is fetched with your own credentials when you add it.

    Fixes

    • None

    Other

    • The qBittorrent version reported to trackers and peers is now looked up from qBittorrent's own releases once a day and cached, instead of being a constant that had to be edited before each release.
    Downloads
  • v1.7.13 a5903b9b96

    V1.7.13 Stable

    serrebi released this 2026-07-09 19:13:11 -07:00 | 7 commits to main since this release

    Breaking

    • None

    Features

    • None

    Fixes

    • fix: tolerate delayed qBittorrent removal

    Other

    • None
    Downloads
  • v1.7.12 cbc077e8a4

    V1.7.12 Stable

    serrebi released this 2026-07-04 21:49:34 -07:00 | 9 commits to main since this release

    Breaking

    • None

    Features

    • None

    Fixes

    • fix: speed up app close during update by skipping disk-cache flush

    Other

    • save_state() runs on the blocking shutdown path (busy cursor shown while
    • it waits) and was requesting flush_disk_cache for every torrent's resume
    • data, forcing a synchronous disk write flush per torrent before the app
    • could exit. That's what made "closing to install update" feel slow with
    • several active torrents. The periodic background autosave already added
    • for ratio persistence still flushes for real crash safety, but it runs
    • off the UI thread and doesn't block anything, so drop the flush from the
    • blocking shutdown save and tighten its poll timeout accordingly.
    • Co-Authored-By: Claude Sonnet 5 noreply@anthropic.com
    Downloads
  • v1.7.11 75989598e3

    V1.7.11 Stable

    serrebi released this 2026-07-04 21:42:40 -07:00 | 12 commits to main since this release

    Breaking

    • None

    Features

    • None

    Fixes

    • fix: persist seeding ratio/resume data periodically, not only at shutdown
    • Reorganizes sections, adds Telegram community callout, fixes stale

    Other

    • Resume data (ratio, upload/download totals) was only flushed to disk when
    • the app fully shut down gracefully. The local libtorrent session already
    • runs continuously in the background regardless of which client profile
    • (local/remote) is active in the UI, but any crash, force-kill, or
    • update-triggered restart rolled every torrent's stats back to whatever
    • was last saved. Add a periodic background autosave so seeding stats
    • survive regardless of how the process ends or which profile is switched to.
    • Co-Authored-By: Claude Sonnet 5 noreply@anthropic.com
    • docs: rewrite README in BlindRSS style
    • version number, and removes duplicate/broken content.
    • Co-Authored-By: Claude Sonnet 5 noreply@anthropic.com
    Downloads
  • v1.7.10 e79fadad48

    V1.7.10 Stable

    serrebi released this 2026-06-27 07:54:39 -07:00 | 14 commits to main since this release

    Breaking

    • None

    Features

    • None

    Fixes

    • fix manual updater launcher test

    Other

    • None
    Downloads
  • v1.7.9 d709298ffe

    V1.7.9 Stable

    serrebi released this 2026-06-27 07:45:24 -07:00 | 16 commits to main since this release

    Breaking

    • None

    Features

    • None

    Fixes

    • fix ci dependency setup
    • fix release and runtime edge cases

    Other

    • None
    Downloads
  • v1.7.8 b37fa8647d

    V1.7.8 Stable

    serrebi released this 2026-06-26 20:10:16 -07:00 | 19 commits to main since this release

    Breaking

    • None

    Features

    • None

    Fixes

    • fix updater visibility and qbit removal

    Other

    • None
    Downloads
  • v1.7.7 70a31b0b11

    V1.7.7 Stable

    serrebi released this 2026-06-21 10:26:00 -07:00 | 23 commits to main since this release

    Breaking

    • None

    Features

    • None

    Fixes

    • fix(a11y): emit list row focus events

    Other

    • None
    Downloads