Skip to content

v1.13.0

Compare
Choose a tag to compare
@bill-ahmed bill-ahmed released this 02 Sep 23:31
· 20 commits to master since this release

v1.13.0

Broken

  • Torrent table pagination
    • This feature has been entirely removed in favour of a new implementation which is much faster. See below for more details!

New

  • A better torrent table (#65)

    • Mostly rewritten with the help of virtual scrolling
    • Loads much faster and is generally more stable with larger number of open torrents
    • Should easily be able to handle thousands of torrents at the same time
  • Register to handle magnet URLs (#130)

    • Clicking magnet URLs can quickly open the torrent upload dialog
    • Located under: Settings > Web UI > General > Events
  • Quickly choose which table columns to show on the top-right

Fixes

  • #131 - Selecting all torrents via button could change the sort order
  • Less glitchy when re-ordering table columns and choosing which to appear
  • Various other styling improvements