February 18th, 2026

New

Improved

Fixed

v8.4.1

Website

  • Allows searching your dashboard by hash, alternative hashes or tags.

  • Shows tags in purple on your downloads.

    • You can add these tags by editing the download, or by the API.

  • New editor for downloads. This allows you to edit the name of the download, the tags and alternative hashes.

    • This shows a nice preview, so you will see what it will look like on the dashboard.

  • Allows filtering your dashboard by your tags. This is useful for only showing specific tags.

  • Adds button in Stremio Integration settings for resetting settings back to default.

  • Sort, filter and sort icons now change to TorBox’s green color when in use (or different than your preset settings).

API

  • Adding cached downloads should be slightly faster, by roughly 30%.

    • Adding cached usenet downloads got the most improvement by over 200% time savings in most cases.

  • Adding a cached download now requests TorBox to generate the download link in the background, saving multiple seconds in most cases when you eventually go to download the resulting file.

    • The science is that most users will immediately download the file after adding it to their account, so we can speed up the process by doing all the hard work in the background, and using the cached link when it is eventually requested.

  • Allows editing data about torrents. This allows you to update the name, tags, and alternative hashes on the torrent. API DOCS.

  • Allows editing data about usenet downloads. This allows you to update the name, tags, and alternative hashes on the torrent. API DOCS.

  • Allows editing data about web downloads. This allows you to update the name, tags, and alternative hashes on the torrent. API DOCS.

  • Fixes deleting cached downloads. The download would be deleted but would error the request through the API. This has been resolved.

Web Downloads/Debrid

  • Handles Bunkr video links.

  • Fixes Extmatrix downloads.

  • Handles Archive.org embed links.

Search API

  • Fixes many bugs.

  • Adds the cached_only parameter to all search endpoints, which searches only for items already cached on TorBox. API DOCS.