Versie 4.1.1 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.1 zijn de volgende veranderingen en verbeteringen aangebracht:
qBittorrent v4.1.1 release
Important fixes are in the version of libtorrent used. It fixes SOCKS5 issues and and tracker announces about downloaded/uploaded data.
New features:Bugfix:
- Add 'Moving' state for torrents being relocated/moved
- Show rechecking progress
- Add option to remember last used save path
- Torrent name is also renamed if the content was renamed in the "Add New Torrent" dialog
- Relax behavior of "Download first and last piece first". It applies to all files and not only to the previewable.
WebUI:
- Fix issues with translatable strings
- Fix displayed tracker messages
- Make settings file recovery more robust
- Retry saving settings when operation failed
- Log successful torrent move
- Fix deletion of old logs
- Delete non-commited fastresume files
- Don't migrate torrents that have newer fastresumes
- Fix adding multiple torrents at once from WebUI
- Improve "Run External Program" behavior. On Windows, a backslash isn't appended to paths from path variables
- Suppress multiple I/O errors for the same torrent
- Replace raster qbt logo with vector version
WEBUI/RSS:
- Fix wrong API method names
- Filter torrent info endpoint by hashes
- Fix invalid API calls in WebUI
- Improve legacy API params handling
- Fix params handling for some legacy API methods
- Apply locale changes immediately in WebUI
- Use 32px icons for favicon
RSS:
- Properly set RSS settings via API
Cosmetic:
- Fix auto-downloading rule when Smart filter with regular Episode filter are used
- Make "Ignoring days" to behave like other filters
- Place "Use Smart Episode Filter" more correctly
- Use RSS feed update time as a fallback
macOS:
- Fix Stats dialog size
Windows:
- Fix GUI scaling factor on macOS
Linux:
- Update icons
Other:
- Fix open destination folder with Nautilus > 3.28
- Code improvements and refactoring