Versie 3.3.8 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 maart 2006 aan werkt. Tegenwoordig wordt het door de community onderhouden. De changelog voor deze uitgave kan hieronder worden gevonden.
New:Fixed:
- Start using new libtorrent 1.1.x APIs (needs at least 1.1.2). Still unofficial support.
- Add a new DHT bootstrap node run by libtorrent author arvidn.
- Option to disable tracker's favicon download.
- Shift + scroll = horizontal scroll. Closes #5980. Only for TransferListWidget, PeerListWidget.
WebUI:
- Actually set new path as default when checkBox is enabled in Add New Torrent dialog.
- Properly fix the handling of default save path store/load.
- Fix crash when restoring from tray. Closes #5854.
- Export torrents added only after the setting was enabled.
- Delete old rss favicon before assigning new one.
- Don't revert save path value in the Dialog when metadata are received. Closes #5482.
- Don't ever stop seeding forced torrents. Closes #5784.
- Fix potential crash in TransferList widget. Closes #5873.
- Sort torrent names case insensitively.
- Fix mistake in getting values for sorting in TransferList widget.
- Fix memory leaks.
Search:
- Fix webui port overflow.
- Changed meaning of the value of the 'dl_limit', 'up_limit', 'alt_dl_limit' and 'alt_up_limit' tokens. The value is expressed in bytes and not in KiB.
- Don't request client SSL certificate. Closes #3883.
- Bump API_VERSION and API_VERSION_MIN to 11.
Cosmetic:
- Fixed extratorrent search not working Closes #5736 #5753.
- Update Demonoid plugin.
- Remove TorrentReactor plugin.
- Fix python auto install, deletion of installer and use 3.5.x series for Vista+. Closes #5871.
- Set /usr/local/bin before default PATH on macOS. closes #5639 #5571. This enables finding newer python installs.
macOS:
- Log: set embedded Tracker [OFF] msg type as info.
- Remove (mostly) useless log warnings about tracker's favicon.
- Change RSS view layout to horizontal. Closes #5920.
Linux:
- Fix crash on exit using Qt4.
- Change QSettings to IniFormat on macOS. Closes #5770 #5808.
Other:
- Workaround a Qt5 bug which results in a flood of network interface change singals.
- Turkish translation for installer.
- Update portugueseBR for installer.
- Update portuguese for installer.
- Add --disable-qt-dbus to configure if $host_os is macOS.
- New translations: Icelandic, Latvian, Malay, Occitan, Uzbek.
- A whole lot of code refactoring by various people.