Skip to content

v4.2.0-stable

Compare
Choose a tag to compare
@stickz stickz released this 07 Aug 13:55
· 88 commits to v4.2 since this release

ruTorrent Development Note

We are pleased to announce ruTorrent v4.2 will now be marked as stable. This is anther major milestone in ruTorrent development. We will be supporting ruTorrent v4.1 for a while longer. It's not required to upgrade yet, unless you want the latest bleeding edge improvements.

What's Changed

Performance Improvements

  • Greatly improved WebUI performance using asynchronous background task for torrent information updates. Thanks @TrimmingFool.
  • Upgraded jQuery from v3.6 to v3.7 to improve performance of appending objects to the DOM by @stickz.

New Features

  • Added a new WebUI views feature where different labels or torrents can now be grouped together to form a single "view". This increases the flexibly of ruTorrent to display customized groups of torrents, without having to rework labels. Thanks @TrimmingFool.
  • Improved quick search implementation. Press keydown to search immediately or enter to add the search tag by @TrimmingFool.
  • Added dark loading screen feature for dark themes by @TrimmingFool.

Bug Fixes

  • Resolved status bar overflow on mobile devices by hiding and condensing information as the screen width shrinks by @stickz.
  • Added min width to category list to prevent resizing to value where text flows off the screen by @stickz.
  • Hide the search bar when the screen width is too small, to prevent menu items from breaking by @stickz.
  • Fixed a UTF8 encoding bug with the autotools plugin by @stickz.
  • Cleaned up some deprecated features in the index.html by @TrimmingFool.
  • Fixed multiple bugs and display issues with the Material Design theme by @TrimmingFool.

Full Changelog: v4.1.8...v4.2.0