- Started to work on a new function to delete torrents permanently that is safer. Not used yet because it is buggy : it works only for simple cases and I'm not sure I can do better right now with the info libtorrent is providing.
- Used downloadThread in search plugin update instead of libcurl (no more gui freeze by the same occasion)
- Still need to handle download from urls errors and use fallback url in search plugin update (before beta2)
- Better i18n thanks to dynamic text support
- Some typos fixed in translatable texts
- Provide exemples to make translators' task easier
- Update translation files
- 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)