Skip to content

Releases: Novik/ruTorrent

v5.0-beta2

04 Oct 15:10
Compare
Choose a tag to compare
v5.0-beta2 Pre-release
Pre-release

ruTorrent v5.0 Mobile Beta 2

This is the second beta preview for ruTorrent v5.0.0. We are listening to your feedback. We created a new beta release with 10 bug fixes! Please use the following thread for issue reports or feedback. By downloading this release, you accept that it may not be perfect and are willing to help us make it better!

Change Description

  • Removed ipad plugin due to compatibility issues with mobile rewrite of the web client. It's no longer useful.
  • Added a flex layout to the chunks tab for mobile compatibility.
  • Addressed the overlap of the legend text on mobile clients.
  • Fixed a couple issues with the Material Design and Blue themes.
  • Resolved an issue with the save button that could cause a memory leak.
  • Added center of open dialog windows when resizing the web interface.
  • A few other small bug fixes to increase polish of the beta release.

What's Changed

Full Changelog: v5.0-beta1...v5.0-beta2

v5.0-beta1

30 Sep 03:35
d944e9b
Compare
Choose a tag to compare
v5.0-beta1 Pre-release
Pre-release

ruTorrent v5.0 Mobile Beta 1

This is the first beta preview for ruTorrent v5.0.0. It's a major rewrite of the web client for mobile support! Please use the following thread for issue reports or feedback. By downloading this release, you accept that it may not be perfect and are willing to help us make it better!

What's Changed

New Contributors

Full Changelog: v4.3.7...v5.0-beta1

v4.3.7-hotfix

22 Sep 04:54
Compare
Choose a tag to compare

ruTorrent v4.3.7

This hotfix resolves a regression introduced in v4.1 with automatic updating of RSS feeds. It also contains minor translation corrections.

What's Changed

Full Changelog: v4.3.6...v4.3.7

v4.3.6-hotfix

11 Jul 21:35
Compare
Choose a tag to compare

ruTorrent v4.3.6

This hotfix resolves a long standing bug with hardlinks on the autotools plugin. It's highly recommended to upgrade. If a hardlink already exists (like if a torrent is downloaded twice for instance), it would copy a duplicate of the file somewhere else on the hard drive. This was due to a syntax error with the case statement, causing a file copy operation to intendedly be executed.

What's Changed

  • Fix autotools plugin when hardlink already existst by @stickz in 6ecbf02

Full Changelog: v4.3.5...v4.3.6

v4.3.5-hotfix

22 Jun 22:36
Compare
Choose a tag to compare

ruTorrent v4.3.5

This hotfix increases the height of the file browser window to 300 pixels, when creating torrent files. It reduces the amount of scrolling required. Previously, the height was too small with hundreds of files. This made creating torrents more difficult.

We are redoing the add torrent dialog in the next major/minor release of ruTorrent. The feature is implanted now to increase that height as well. It is required to rework the parent object. We do not intend to do this in a patch release for stability reasons.

What's Changed

  • Increase height of torrent creator file browser by @stickz in 899a553

Full Changelog: v4.3.4...v4.3.5

v4.3.4-hotfix

18 Jun 17:39
Compare
Choose a tag to compare

ruTorrent v4.3.4

This hotfix resolves a regression with v4.3 with hiding the views panel. The view panel will now properly hide when Show Views Panel in unchecked in Settings -> Format. We reworked the category list in v4.3 to avoid future regressions for code changes.

What's Changed

Full Changelog: v4.3.3...v4.3.4

v4.3.3-hotfix

12 Jun 15:40
Compare
Choose a tag to compare

ruTorrent v4.3.3

This hotfix resolves a JavaScript error with adding magnet links behind a proxy server.

What's Changed

Full Changelog: v4.3.2...v4.3.3

v4.3.2-hotfix

26 May 02:15
Compare
Choose a tag to compare

ruTorrent v4.3.2

It's recommended common platform upgrade for the oblivion theme fixes.

  • This hotfix also resolves a critical issue when running ruTorrent behind a proxy server.

What's Changed

Full Changelog: v4.3.1...v4.3.2

v4.3.1-hotfix

05 May 12:01
Compare
Choose a tag to compare

ruTorrent v4.3.1

This hotfix contains a few high value fixes for RSS functionality and the Material Design theme. It's highly recommended to upgrade.

Please note you may receive new PHP extension warnings with RSS enabled. Simply install the required PHP dependencies. We added these warnings because the plugin doesn't function properly without them. You will receive parsing errors for certain types of RSS feeds.

What's Changed

  • Fix RSS Downloader button and RSS feeds disabled status. by @ranirahn in #2656
  • Add PHP extension warnings for dom and libxml by @stickz in 253da04
  • Increase Material Design theme font visibility by @stickz in a03c752

Full Changelog: v4.3.0...v4.3.1

v4.3.0-stable

29 Mar 19:40
4e47301
Compare
Choose a tag to compare

ruTorrent v4.3 is here!

This release has been in development for almost six months now! We have ironed out as many bugs and glitches as possible ahead of time. We recommend that common platforms wait one week to upgrade. There is a hotfix release planned, should it be required.

A few highlights include:

  1. We have dropped support for the older RPC plugin, in favour of using HTTPRPC instead. We have optimized the performance of HTTPRPC in previous major releases. RPC is not able to handle a large number of torrents unlike HTTPRPC. By dropping support here, we were able to reduce webserver load, by reducing the request timeout threshold from 30s to 10s. Also, improve the speed of torrent information updates by 500ms. This has a positive performance and stability impact for the web client.

  2. Hybrid torrents can now be created in all situations. It will use the internal PHP implementation if the selected software doesn't support it. This allows threaded regular torrent creation on mktorrent for instance, without losing support to create hybrid torrents.

  3. We have restructured the code for the ruTorrent web client to be more developer friendly. This will prevent some of those frustrating bugs and glitches, every time we do a major version bump. This releases addresses the core issues, which cause instability to happen!

Code restructuring

Development cycle bug fixes

General bug fixes

New features

Full Changelog: v4.2.11...v4.3.0