Versie 4.1.2 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 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.2 zijn de volgende veranderingen en verbeteringen aangebracht:
New:Fixed:
- New options for "inhibit sleep"
- Add option for regexps in the transferlist search filter's context menu
- Add async io threads option to AdvancedSettings
- Allow save resume interval to be disabled
- Add checkbox for recursive download dialog
- Add changelog link in program updater
WebUI:
- Avoid allocating large memory when loading a .torrent file
- Notify users on 1st time close/minimize to tray
- Fix I/O error after fetching magnet metadata
- Never save resume data for already paused torrents
- Make ProgramUpdater upgrade to 64-bit qbt when running on 64-bit Windows
- Put temporary files in qbt own temp folder
- Avoid potentially setting the wrong piece priorities
- Various code refactorings/improvements
- Add options "Download in sequential order" and "Download first and last pieces first" in AddNewTorrentDialog
- Download favicon using appropriate protocol
- Apply proxy settings on DownloadManager creation
- Improve torrent initialization
- Save resume data on torrent change events
- Increase default resume data save interval
- Work around crash when procesing recursive download. Closes #9086
- Reduce queries to python version
- Disable certain mouse wheel events in Options dialog
rss:
- Send all rechecks in one request
- Add WebUI Force Reannounce option
- Create non-existing path in setLocationAction()
- Add WebUI support for Mac ⌘ (Command) key
- Show current save path in 'Set location' window
- Fix WebUI cache behavior for css files
- Send Cache-Control header in WebUI responses
- Add form-action to CSP
- Add upgrade-insecure-requests to CSP when HTTPS is enabled
- Reset WebUI ban counter on login success
- Add logging messages in WebUI login action
- Add option to control CSRF protection
- Add option to control WebUI clickjacking protection
Search:
- Implement "Sequential downloading" feature. Closes #6835
- Don't use RSS feed URLs as base for file names. Closes #8399
Windows:
- Add a name filter for search results
- Fix python version detection
- Clear python cache conditionally
- Properly normalize version string before parsing it
macOS:
- Turn on Control Flow Guard for MSVC builds
Other:
- Replace deprecated function IOPMAssertionCreate() on macOS
- Fix CMake build with QtSingleApplication. Fixes #9196