mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-31 17:04:34 +00:00
- Removed some debug
- Updated Changelog (now libtorrent supports Bittorrent FAST extension)
This commit is contained in:
parent
12fd87ab85
commit
d5fa6cefe4
@ -2,6 +2,7 @@
|
||||
- FEATURE: Based on new libtorrent v0.13
|
||||
- FEATURE: Added UPnP / NAT-PMP port forwarding support
|
||||
- FEATURE: Added encryption support (compatible with Azureus)
|
||||
- FEATURE: Bittorrent FAST extension support
|
||||
- FEATURE: Added RSS support
|
||||
- FEATURE: Support files prioritizing in a torrent
|
||||
- FEATURE: Finished torrents are now moved to another tab for seeding
|
||||
|
1
TODO
1
TODO
@ -70,6 +70,7 @@ LANGUAGES UPDATED:
|
||||
- Polish *BETA5*
|
||||
|
||||
beta4->beta5 changelog:
|
||||
- FEATURE: Supports Bittorrent FAST extension
|
||||
- BUGFIX: Wait for torrent_paused_alert before saving fast resume data
|
||||
- BUFFIG: Fixed overflow causing ratio data to be negative
|
||||
- BUGFIX: Fixed progress column delayed sorting (after torrent finished checking)
|
||||
|
@ -541,7 +541,7 @@ void GUI::updateDlList(bool force){
|
||||
// No need to update if qBittorrent DL list is hidden
|
||||
return;
|
||||
}
|
||||
BTSession->printPausedTorrents();
|
||||
//BTSession->printPausedTorrents();
|
||||
LCD_UpSpeed->display(tmp); // UP LCD
|
||||
LCD_DownSpeed->display(tmp2); // DL LCD
|
||||
// browse handles
|
||||
|
Loading…
x
Reference in New Issue
Block a user