October 21st, 2024

New

Improved

Fixed

v4.8

Website

  • Adds link back to Login page on Forgot Password page.

  • Allows sorting on the dashboard! The following are options and what they do:

    • Default is the default option. It shows newest at the top, with inactive and cached at the bottom.

    • Newest puts the newest items (created time) at the top.

    • Oldest does the opposite, putting oldest items (created time) at the top.

    • Last Updated puts the most recently updated at the top. This is good for watching active downloads.

    • A to Z sorts from A to Z, pretty simple.

    • Z to A sorts opposite of the above.

  • Allows filtering on the dashboard. You can filter by preset filters or by searching for a name or a file name, which was a highly requested feature. It also resolves this issue.

    • Can filter by Usenet Downloads, Web Downloads, Torrents, Cached, Inactive, Download Ready, Active, Downloading, and Uploading.

    • Searching is a fuzzy search, and likely still needs some tuning, so if you run into any issues, especially with Kanji or Chinese characters, please let us know!

    • Searching should be performant enough, but if you run into any issues, such as with a large list with a lot of files, please let us know.

  • Sort and filter added to the settings so that you can set your account to have a default, if you don’t like the current defaults. Changing from the dashboard won’t override your settings in the settings page.

  • Better error messages when adding torrents, Usenet and web downloads. Previously the generic errors were confusing users.

  • Various style changes to front page.

  • Redesigned Avatar panel.

  • Redesigned More Info panel.

  • Changes arrow for CTA enabled site-wide announcements.

Stremio Addon

  • Fixed “Your Media” showing non-video files.

Service

  • TorBox no longer selects cached torrents from other user’s accounts. If the torrent is actually cached, then it won’t use a slot. Previously even if the torrent was cached, it used a slot on every account that added the torrent. Now, cached torrents won’t use a slot, regardless. Resolves this issue.

  • TorBox now checks for file size on .torrent files, prior to adding to the client. Previously this would cause issues with users downloading too large of torrents from private trackers costing a lot of download quota, and counting as a leech.

    • This won’t be done for magnet links due to the time it takes to figure out the real size of the torrent before adding to a client, since it requires contact with the network.

  • Upgraded all servers to qBittorrent v5.0.0. We required API’s from their most recent update which was not available on older versions (previously v4.6.1). This should also bring more benefits such as security, and speed.

  • General service stability fixes.

API

  • Adds offset and limit parameters to all /mylist routes. This means that pagination is possible for users with over 1000 (the default limit) downloads to get all of their downloads in a few requests rather than not at all. API DOCS.

  • Fixes cached /torrents/torrentinfo data showing entire request response.