Versie 4.1.0 van qBittorrent is uitgebracht. Deze opensource-torrentclient heeft versies voor Windows, Linux, macOS en FreeBSD, en toont geen advertenties. Het programma wordt met Qt ontwikkeld en is gebaseerd op libtorrent (rasterbar) en Boost. Het programma is het geesteskind van de Franse student Christophe Dumez, die er sinds begin 2006 aan werkt. Tegenwoordig wordt het door de community onderhouden.
In versie 4 is onder meer de overstap van Qt4 naar 5 gemaakt en heeft het programma verder ook een nieuw uiterlijk en logo gekregen. Verder kan het programma in portable-modus gebruikt worden, kunnen torrents nu ook voor een bepaalde tijd worden gedeeld en niet meer alleen tot een bepaald percentage bereikt is, en is het scherm waarin je zelf torrents kunt maken, onder handen genomen. In versie 4.1.0 zijn de volgende veranderingen en verbeteringen aangebracht:
qBittorrent v4.1.0 release
This is a major version bump, purely because there was a ton of 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 doesn't offer anything useful for our usage.
New:Fixed:
- Add "Coalesce reads & writes" checkbox in advanced options
- Smart Filter for RSS
- Possibility to configure at which speed a torrent is considered slow
- When creating a torrent you can choose to preserve the file order
- A new, redesigned and refactored WebAPI
WebUI:
- Redefine CacheStatus.readRatio field.
- Clarify some terms in stats dialog
- Fix possible crash when using both share limits
- Disable options when Disable connections not supported by proxies is 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.
- Don't 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
RSS:
- 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
- Don't 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
- Enable Statistics window to be scrolled and resized
- Save WebUI Statistics window size
- Make WebUI iframe windows scrollable on iOS
- Remove unused CSS from WebUI login page
- 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
- Remove unused JavaScript library
- Fix setting preferences via WebAPI
- Rename property to match its definition
- Add Limit Share Ratio context menu option
Search:
- Disable Auto TMM when RSS rule has save path
- Process loaded RSS articles in case of error
- Resolve (X)HTML entities in RSS content
Cosmetic:
- Improve Search handling
- Calculate supported categories based on selected plugin
- Fix memory leak
Other:
- Use spinbox suffix to display rate/time units
- Avoid showing an empty row in AdvancedSettings
- Various code optimizations and fixes
- Fix build when using Clang under CMake
- Allow to disable Stacktrace support
- Use RNG provided by OS