Versie 3.3.5 van qBittorrent is uitgebracht. Deze opensource-torrentclient heeft versies voor Windows, Linux, OS X 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 releasenotes voor deze uitgave zien er als volgt uit:
New features:Performance:
- Implement Torrent Management Mode(TMM)
- New cookies management dialog and various related fixes
- Use unique temp directories (temp_path/). Closes #5154.
- Display notifications when a torrent is added. Closes #334 and #915.
- Sort labels with natural sort algorithm in the right-click menu. Closes #3919.
- Add option to automatically remove .torrent files upon adding
- Add option to bind directly to an IP instead of using a network Interface
- Detailed tooltips on the progress and availability bars in the General button of each torrent.
- Let user able to specifiy a filter when choosing an IP filter file
- Improve usability of "Run External Program". Users can write (platform dependent) shell scripts now.
Bugfix:
- Optimize drawing in speed graph
WebUI:
- Fix memory leak.
- Fix resizing bug in "add torrent dialog". Closes #5036.
- Fix qBittorrent doesn't exit immediately when "all donwloads are done -> exit" option enabled.
- Display the filepath when a torrent fails to load. Closes #100 and #805.
- Fix Add tracker dialog empty trackers
- Fix Add tracker dialog URL download
- Fix torrent adding with existing data
- Try to find incomplete files for new torrent
- Fix rechecking after torrent is finished
- Fix duplicate network interfaces. Closes #5131
- Fix .!qB extension is added when disabled
- Fix "IP Filtering - Apply to trackers" wasn't being applied. Closes #5217.
- Don't resize the Country column needlessly
- Fix crashing when exiting the program while the Options window was showing. Closes #4871, #5049.
- Fix parsing of eMule .DAT filters. Closes #5281.
Search:
- Implement in setting/removing/showing categories.
- Add 'Added on' column in Webui. Closes #5145,#1092,#738
- Add command to get the logs
- Expose Add trackers feature
- Bump API_VERSION and API_VERSION_MIN to 10.
RSS:
- Implement search filters in the proxy model.
- Optimize widgets inside of the search tab
- Remove duplicated code from search tab and widget
- Use nova2dl.py script instead of DownloadManager. Closes #5026.
- Various UI cleanups and optimizations.
- Fix Torrentz, Mininova, LegitTorrents, PirateBay plugins
- Fix toolbar resizing when m_searchFilter appears/disappears. Closes #5120.
- Use QPalette::LinkVisited color for downloaded items in search results
- Update Python version requirements (min 2.7.9 / 3.3.0)
- Remove filters from Torrentreactor, BTDigg and Demonoid. It is done in the GUI now.
Cosmetic:
- Default refresh interval to 30 mins
Windows:
- Improve TransferListDelegate::sizeHint
- Fix long text clipping. Closes #5091.
- Minor change in Stats dialog
- Fix Update all button height in RSS tab
- Disable `comboHideZero` when `checkHideZero` is unchecked.
- Disable `checkLimituTPConnections` when `checkuTP` is unchecked.
- Enable word wrap for "Run external program" help text
- Fix mutually exclusive radio buttons can be unselected.
- Set About tab font-size to default
- Improve wordings in "Auto download torrent" section
- Change "Auto download torrent" default save path to "default location".
- Change ambiguous text "Copy selected" to "Copy IP:port"
- Improve error messages for "Auto download torrents"
- Slim down 'Downloads' page of options window.
- Cleanup Connection page in Option dialog. Closes #845.
- Fix reload button size is not the same size as "..." button in options dialog.
OS X:
- Let Windows handle all widgets scaling.
- Improve stack trace for windows by including source filenames and line numbers
Other:
- Fix qt5 bundle on OSX. Closes #4014.
- Make AddNewTorrentDialog behavior uniform
- Optimize the shutdown dialog
- Enable access to shutdown functions when configured with `--disable-gui` option
- Delete Import Torrent Dialog. Just use the "add new torrent" dialog.
- Optimize code for natural sorting
- Use new alert dispathing API for libtorrent 1.1.x
- Fix gcc 6 compilation with qmake. See #5237.