Skip to content

Releases: Novik/ruTorrent

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

v4.2.11-hotfix

17 Mar 01:29
Compare
Choose a tag to compare

ruTorrent v4.3 coming soon

We rewrote the web client to be more developer friendly. Everything for the most part is the same. The code is just restructured in a different way, to reduce the amount of annoying JavaScript errors every time we release new features.

A core change is also made to how ruTorrent handles torrent creation. Hybrid torrents are enabled by default. If the external program doesn't support creating Hybrid torrents, ruTorrent will now fallback to the PHP script. This may seem trivial, but it's game changing for seed box providers and hosted servers. If mktorrent is built with hash threads, regular torrent creation will be almost instantaneous.

Recommended upgrade

It's highly recommended to upgrade to this release for RSS stability. A bunch of JavaScript errors that may render the web client in operatable (until the page is refreshed) are resolved. A problem that prevents opening the RSS menu to manage feeds is also resolved.

Bug fixes

  • Resolves an error preventing the RSS menu from opening up by @stickz in 3198cbd.
  • Cleanup unnecessary items (some of which cause errors) from the RSS menu by @stickz in 6276e6f.
  • Backport stable change for CSS cache buster from v4.3 by @stickz in ee412c9.

Translations

New Contributors

Full Changelog: v4.2.10...v4.2.11

v4.2.10-hotfix

09 Jan 17:52
Compare
Choose a tag to compare

Happy New Year!

Here's some more translations, a fix for the yggtorrent search engine and anther cache buster to prevent version upgrade issues. This release is optional. Upgrading will not serve much purpose for individual users. It's recommended common platforms upgrade.

This release will help you upgrade to v4.2, if you're still running an outdated v3 release. ruTorrent performance and stability has come lightyears since v3. ruTorrent v4.2.10 is the most polished release in ruTorrent history!

ruTorrent v4.3 will address bugs that are created by code changes. We are not rushing it. It doesn't serve much purpose to the end user, other than to prevent bugs from occurring between major version bumps. It is purely symbolic of the progress made!

What's Changed

New Contributors

Full Changelog: v4.2.9...v4.2.10

v4.2.9-hotfix

18 Nov 16:14
Compare
Choose a tag to compare

It's recommended to upgrade for additional polish. The search feature fix is high value.

What's Changed

Change description

  • Fixed JavaScript errors associated with adding and removing search tags.
  • Fixed the seedingtime plugin not updating finished time without a page refresh
  • Fixed the file list disappearing occasionally when using the double click download feature.

Full Changelog: v4.2.8...v4.2.9

v4.2.8-hotfix

12 Nov 14:00
Compare
Choose a tag to compare

This releases fixes three critical but uncommon JavaScript errors. It's recommended to upgrade.

What's Changed

Full Changelog: v4.2.7...v4.2.8

v4.2.7-hotfix

04 Nov 17:48
Compare
Choose a tag to compare

This release contains multiple bug fixes and corrects Turkish translations. It's recommended to upgrade.

What's Changed

Full Changelog: v4.2.6...v4.2.7

v4.2.6-hotfix

03 Sep 22:55
Compare
Choose a tag to compare

Due to the search bug, it's highly recommended to upgrade to this release. It also contains additional performance and stability improvements.

What's Changed

Change description

  • Cache fonts for material design theme to improve performance. Thanks @TrimmingFool.
  • Fix more bugs with quick search introduced in ruTorrent v4.2. Thanks @TrimmingFool.
  • Resolve a slow table update when selecting a label by syncing the dom. Thanks @TrimmingFool.
  • Resolve error by not calling php-mbstring if function is not available. Thanks @TrimmingFool.

Full Changelog: v4.2.5...v4.2.6

v4.2.5-hotfix

27 Aug 15:45
Compare
Choose a tag to compare

It's crucial to upgrade to resolve a regression with the search feature in ruTorrent v4.2.3.

What's Changed

Change Description

  • Resolved search feature regression with v4.2.3, where a JavaScript error is triggered when searching for torrents.
  • Resolved view panel bug with v4.2 where the label size feature does not respect the settings in the format menu.

Full Changelog: v4.2.4...v4.2.5

v4.2.4-hotfix

22 Aug 11:48
Compare
Choose a tag to compare

This hotfix resolves a critical regression with ruTorrent v4.2.3 when adding a new torrent. It's crucial to upgrade. Full Changelog: v4.2.3...v4.2.4