mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-03 14:12:30 -06:00
- Make use of new torrent_checked_alert that was just included in libtorrent. This allowed to improve torrent that just finished checking handling and progress column sorting. Also allowed to optimize cpu/memory usage a little.
This commit is contained in:
6
TODO
6
TODO
@@ -46,10 +46,8 @@
|
||||
- wait for fastresume data on exit should be in a thread?
|
||||
* beta5
|
||||
- Translations update (IN PROGRESS)
|
||||
- make use of finishedChecking alert if hydri applies my patch for this
|
||||
- Clean up delayed progress column sorting code
|
||||
- Clean up pause after checking code
|
||||
- Check incremental download (looks broken)
|
||||
- improve torrentFinishedList with new alert
|
||||
- Wait for some bug fixes in libtorrent :
|
||||
- upload/download limit per torrent (Ticket #83)
|
||||
|
||||
@@ -69,6 +67,8 @@ LANGUAGES UPDATED:
|
||||
|
||||
beta4->beta5 changelog:
|
||||
- FEATURE: Supports Bittorrent FAST extension
|
||||
- FEATURE: Improved code handling torrents that have just finished checking
|
||||
- FEATURE: Improved progress column sorting code
|
||||
- BUGFIX: Wait for torrent_paused_alert before saving fast resume data on exit
|
||||
- BUGFIX: Wait for torrent_paused_alert before reloading a torrent for full allocation mode
|
||||
- BUFFIG: Fixed overflow causing ratio data to be negative
|
||||
|
||||
Reference in New Issue
Block a user