Download qBittorrent 4.1.0
In version 4 the switch from Qt4 to 5 has been made and the program has also been given a new look and logo. Furthermore, the program can be used in portable mode, torrents can now also be shared for a certain time and can not be reached until a certain percentage, and the screen in which you can make torrents yourself is under hands taken. In version 4.1.0 the following changes and improvements have been made:
qBittorrent v4.1.0 release
This is a major version bump, purely because there was a ton or code commits from the last one. There a new v2 WebAPI now, but v1 is still supported too. The Windows 32-bit installer now uses Qt 5.6.3 instead of 5.7.1. The 5.6.3 version is an LTS release and newer than the 5.7.1 version. The 5.7.x series does not offer anything useful for our usage.
New:
- Add “Coalesce reads & writes” checkbox in advanced options
- Smart Filter for RSS
- Possibility to configure at which speed a torrent is considered slow
- A new, redesigned and refactored WebAPI
Fixed:
- Redefine CacheStatus.readRatio field.
- Clarify some terms in stats dialog
- Fix possible crash when using both share limits
- Disable options when Disable connections are not enabled
- Add link to an explanation of Disable connections not supported by proxies
- Fix typo in a log message
- Fix loading very large torrents. Closes # 8449.
- Fix reverting backslashes to slashes in run external program. Closes # 7800
- Use https for documentation links
- Use original scheme when downloading favicons
- Parse URL query string at application level
- Properly reply to announce request
- Add Tags parameter to “Run External Program”
- Fix various typos
- Refactor filesystem watcher. Delay before processing new files
- Do not strip empty arguments passed to external program. Closes # 8454.
- Stop creating Download folder on start
- Avoid data corruption when rechecking paused torrents
- Fix crashes due to invalid iterator use
- Fix renaming completed files
- Fix path separator in log messages [19659011] WebUI:
- Switch built-in Web UI html to HTML5
- WebUI Save user’s resized window sizes
- Make download + upload windows resizable
- Add option to show / hide webui status bar
- Add “Use proxy only for torrents” option to webui
- Various fixes in the html code
- Do not unselect selected torrents after a few seconds
- Enable Http / 1.1 persistence connection
- Format Read cache hits as percentage
- Re-order and rename stats
- Right align stat values
- Save WebUI Statistics window size
- Make WebUI iframe windows scrollable on iOS
- Remove unused CSS from WebUI login page [19659007] Consolidate CSS into style.css
- Resolve JavaScript errors
- Fix spacing in login form (Thomas Piccirello)
- Update WebUI to be more compliant with HTML5 standard
- Update clipboard.js to v2.0.0 [19659007] Remove unused JavaScript library
- Fix setting preferences via WebAPI
- Rename property to match its definition
- Add Limit Share Ratio context menu option
RSS:
- Disable Auto TMM when RSS rules has save path
- Process loaded RSS articles in case of error
- Resolve (X) HTML entities in RSS content
Search:
- Improve Search handling
- Calculate supported categories based on selected plugin
- Fix memory leak
Cosmetic:
- Use spinbox suffix to display rate / time units
- Avoiding an empty row in AdvancedSettings
Other:
- Various code optimizations and fixes
- Fix build when using Clang under CMake
- Allow to disable Stacktrace support
- Use RNG provided by OS