- Better i18n thanks to dynamic text support
- Some typos fixed in translatable texts
- Provide exemples to make translators' task easier
- Update translation files
- Fixed a bug in options (scan dir widget were not initialized well, still disabled when they shouldn't)
- Fixed a bug in scan dir (doesn't display torrent addition dialog several times for the same torrent if we don't close the dialog before next scan refresh
- Splitted GUI from Bittorrent, lot of code rewritten and optimized. Code changed so much that we will spend the next few days squashing eventual new bugs ;)
- We don't use the hash table to store the torrent handles anymore because libtorrent is already doing it for us (save memory)
- Use fileHash as ID instead of fileName so that different torrents can have the same name
- WARNING: Changed a lot of code and it may include new bugs, please report them as soon as possible.
+ - FEATURE: Added a menu action to report a bug in qBittorrent
+ - FEATURE: User is warned when hard drive becomes full and downloads are paused
+ - FEATURE: Seeds / Leechers are displayed in download list as well as in torrent properties
+ - BUGFIX: Save directory was reset to default when filtering files in torrent
+ - BUGFIX: Force a refresh of download list when the window is shown (avoid delay)
+ - FEATURE: Now updating pieces progress in real time in torrent properties
+ - BUGFIX: Fixed memory leaks in torrent properties
Updated italian and German translation
- Removed torrentReactor search engine (hopefully temporarilly) because I can't manage to download from their links using libcurl
- When HTTP response code is 500 (5xx in fact: too busy), downloader will retry 10 times every second.