Releases: Novik/ruTorrent
v4.1.8-hotfix
ruTorrent Development Update
The development cycle and testing phase of ruTorrent v4.2
has been extended to incorporate more features and bug fixes. Here anther hotfix release, while we patiently wait for the next leap forward!
We're on hotfix number eight so far. ruTorrent v4.1
is faster, more stable and more reliable than it has ever been in the history of the project. Special thanks to all our issue reporters and contributors. The web client frontend would not be where it is today without you!
What's Changed
- Change default portchecker from yougetsignal to portchecker @Rathorian in #2540
- Fix announce URLs bug with retrackers plugin by @dguskovv in #2541
Change Description
- This hotfix changes the default port checker API from YouGetSignal to PortChecker. YouGetSignal was offline for over a week and users could not use the open port checker feature. We hope the PortChecker API will be more reliable.
- This hotfix resolves a bug with the retrackers plugin, where announce URLs can not be removed from torrents. Special thanks to @dguskovv.
New Contributors
- @Rathorian made their first contribution in #2540
- @dguskovv made their first contribution in #2541
Full Changelog: v4.1.7...v4.1.8
v4.1.7-hotfix
ruTorrent Development Update
This is the last release for v4.1
. It contains additional stability and ease of usage improvements. It's recommended to upgrade.
- The testing phase for
v4.2
will began shortly.v4.2
is a performance release which contains asynchronous web interface updates, with the implementation of a background task. It also fixes some styling issues and resolves status bar overflow on mobile devices.
What's Changed
- Fixed multiple bugs with Material Design theme by @TrimmingFool in #2522
- Decrease loading screen brightness to remove blinding effect by @stickz in 09cbecc
- Fix adding new torrents with reverse proxy by @stickz in 7860b9e
Full Changelog: v4.1.6...v4.1.7
v4.1.6-hotfix
It's recommended to upgrade to this release for additional stability and ease of usage improvements.
- The fast resume feature is fixed when adding torrents.
- The search bar no longer requires the user to click search or press enter twice to display results.
- Brazilian Portuguese and European Portuguese are now both supported.
What's Changed
- Add pt-PT translations by @Frias in #2503 Syntax fixed by @SimonAfek in #2505
- extsearch: Fix fast resume by @ml-1 in #2511
- Fix double click requirement for searches by @stickz in 26e0537, e0dd134
New Contributors
- @Frias made their first contribution in #2503
- @SimonAfek made their first contribution in #2505
- @ml-1 made their first contribution in #2511
Full Changelog: v4.1.5...v4.1.6
v4.1.5-hotfix
It's recommended to upgrade to this release. It fixes permalinks for RSS and torrent deleting with the ratio plugin.
$replaceRemoveTorrent
released in v4.0.4 now works as intended for theerasedata
plugin.
What's Changed
- rss: Fix regex for valid permalink by @TrimmingFool in #2502
- Fixed ratio plugin not always removing torrents by @stickz in bfb1808
Full Changelog: v4.1.4...v4.1.5
v4.1.4-hotfix
It's recommended to upgrade to this release. It includes stability fixes for caching and RSS feeds.
- RSS Feeds are fixed for users which don't have the proper PHP extensions installed.
DOM and XML should still be installed for optimized loading speeds. - Cache age expiry is removed due to bugs with various dynamic hooks including unloading plugins.
- File paths are fixed for two plugins (jQuery File Drop and History) to ensure proper caching during injectScript.
What's Changed
- rss: Fix DOMDocument dependency check by @TrimmingFool in #2498
- Remove cache age expiry by @stickz in 551af5d
- Fix file paths for injectScript by @stickz in b7f9d5f
Full Changelog: v4.1.3...v4.1.4
v4.1.3-hotfix
It's highly recommended to upgrade to this release. It fixes a regression with version 4.1 causing the RSS context menu not to display. The rssurlrewrite
plugin was subsequently not updated and broke the RSS context menu when enabled.
What's Changed
Full Changelog: v4.1.2...v4.1.3
v4.1.2-hotfix
It's highly recommended to upgrade to this release for stability reasons. It resolves critical issues which break the web interface. The web interface becomes non-functional when the settings fail to load.
What's Changed
- webui: Fix speed graph with removed tab by @TrimmingFool in #2493
- resolve url encoding bug with search results by @stickz in b0f3ab4
Full Changelog: v4.1.1...v4.1.2
v4.1.1-hotfix
This is a small hot fix release. It's recommended to upgrade to this release.
What's Changed
- Remove double include from javascript files by @stickz in d38f102
- Fix bug with removing packages from system by @stickz in 51bd6e8
- Initialize speed graph after webui to fix V3 upgrades by @stickz in 0019e62
- Reduce usage of realpath due to unreliability by @stickz in cac8205
Full Changelog: v4.1...v4.1.1
v4.1-stable
Version 4.1 Is Now Stable
Special thanks to @TrimmingFool for these features, improvements and fixes. The unlisted changes were back ported to version 4.
- Major changes include RSS Feeds, Label Selection, Icon Uploading and Graphs (CPU, Traffic and Disk).
- Minor changes include Peer Details, Tracker Display and Material Design Theme.
What's Changed
Features
- Add tracklabels icon upload by @TrimmingFool in #2397
- Multi select labels by @TrimmingFool in #2393
- Add bbcode support in rss description by @TrimmingFool in #2428
- RSS parsing with libxml by @TrimmingFool in #2404
Improvements/Fixes
- webui: Replace tracker focus with size by @TrimmingFool in #2463
- webui: Use a link for peer details by @TrimmingFool in #2464
- graph: Improve speed and trafic graphs by @TrimmingFool in #2466
- graph: Adjust cpuload graph by @TrimmingFool in #2472
- sTable: Fix progress-bar color by @TrimmingFool in #2474
- MaterialDesign: Add row hover and move cpuload icon by @TrimmingFool in #2475
- webui: Fix actLbls.plabel_cont undefined by @TrimmingFool in #2479
Full Changelog: v4.0.4...v4.1
v4.0.4-feature
This a small feature release with improvements to erasedata and Hungarian translations.
$replaceRemoveTorrent
is a simple option added to erasedata
plugin configuration file. It will replace the torrent remove
button with a new script to always delete torrent data when removing torrents. This is useful for simplicity in situations such as a shared seed box. This feature is disabled by default and is intended for users who want one button to remove torrents. It prevents accidentally leaving torrent data behind.
What's Changed
- Update Hungarian translations by @sbdvhjrfw in #2477
- Add always delete torrent data feature by @stickz in 6dca8d2
New Contributors
- @sbdvhjrfw made their first contribution in #2477
Full Changelog: v4.0.3...v4.0.4