mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-12-03 07:29:59 +08:00
- beta5 release
This commit is contained in:
parent
cfacac7dbf
commit
680f6409d8
9
TODO
9
TODO
@ -47,12 +47,11 @@
|
|||||||
- Keep documention up to date
|
- Keep documention up to date
|
||||||
- Windows port (Chris - Peerkoel)
|
- Windows port (Chris - Peerkoel)
|
||||||
- write a patch for file_priority(int index);
|
- write a patch for file_priority(int index);
|
||||||
* beta5
|
* beta 6
|
||||||
- Translations update (IN PROGRESS)
|
- Translations update (IN PROGRESS)
|
||||||
- Wait for some bug fixes in libtorrent :
|
- Wait for some bug fixes in libtorrent :
|
||||||
- Mutex invalid argument on exit (Ticket #126)
|
- Mutex invalid argument on exit (Ticket #126) - FIXED?
|
||||||
- Number of seeds non null for finished torrent (Ticket #122)
|
- Number of seeds non null for finished torrent (Ticket #122)
|
||||||
- upload/download limit per torrent (Ticket #83)
|
|
||||||
|
|
||||||
LANGUAGES UPDATED:
|
LANGUAGES UPDATED:
|
||||||
- French *BETA3*
|
- French *BETA3*
|
||||||
@ -84,7 +83,7 @@ beta4->beta5 changelog:
|
|||||||
- BUGFIX: Wait for torrent_paused_alert before reloading a torrent for full allocation mode
|
- BUGFIX: Wait for torrent_paused_alert before reloading a torrent for full allocation mode
|
||||||
- BUFFIG: Fixed overflow causing ratio data to be negative
|
- BUFFIG: Fixed overflow causing ratio data to be negative
|
||||||
- BUGFIX: Fixed progress column delayed sorting (after torrent finished checking)
|
- BUGFIX: Fixed progress column delayed sorting (after torrent finished checking)
|
||||||
- BUGFIX: Finished torrents were still displayed as checking when paused by libtorrent on full disk (hit an assert)
|
- BUGFIX: Finished torrents were still displayed as checking when paused by libtorrent on full disk (hitted an assert)
|
||||||
- BUGFIX: Fixed the way icons are installed to avoid problems on some systems
|
- BUGFIX: Fixed the way icons are installed to avoid problems on some systems
|
||||||
- BUGFIX: Fixed qBittorrent version in .desktop file
|
- BUGFIX: Fixed qBittorrent version in .desktop file
|
||||||
- BUGFIX: Fixed session ratio value (was either 10. or 1.)
|
- BUGFIX: Fixed session ratio value (was either 10. or 1.)
|
||||||
@ -94,4 +93,4 @@ beta4->beta5 changelog:
|
|||||||
- BUGFIX: Improved unicode support
|
- BUGFIX: Improved unicode support
|
||||||
- BUGFIX: Add torrents in pause before applying settings to avoid race conditions
|
- BUGFIX: Add torrents in pause before applying settings to avoid race conditions
|
||||||
- I18N: Updated Italian, Polish, Portuguese, Brazilian, German, Russian, Korean and Spanish translations
|
- I18N: Updated Italian, Polish, Portuguese, Brazilian, German, Russian, Korean and Spanish translations
|
||||||
- COSMETIC: Changed the way progress bars are rendered
|
- COSMETIC: Improved the way progress bars are rendered
|
||||||
|
@ -11,7 +11,7 @@ TARGET = qbittorrent
|
|||||||
CONFIG += qt thread x11 network
|
CONFIG += qt thread x11 network
|
||||||
|
|
||||||
# Update this VERSION for each release
|
# Update this VERSION for each release
|
||||||
DEFINES += VERSION=\\\"v1.0.0beta4\\\"
|
DEFINES += VERSION=\\\"v1.0.0beta5\\\"
|
||||||
DEFINES += VERSION_MAJOR=1
|
DEFINES += VERSION_MAJOR=1
|
||||||
DEFINES += VERSION_MINOR=0
|
DEFINES += VERSION_MINOR=0
|
||||||
DEFINES += VERSION_BUGFIX=0
|
DEFINES += VERSION_BUGFIX=0
|
||||||
|
Loading…
Reference in New Issue
Block a user