mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-30 16:34:16 +00:00
- Updated to v1.0.0alpha8 (not a v0.10 after all)
- Added a new splash screen by our graphist but still unfinished
This commit is contained in:
parent
ada614a956
commit
85fd33a619
1
TODO
1
TODO
@ -43,7 +43,6 @@
|
|||||||
- Update to libtorrent SVN (0.13) - DONE
|
- Update to libtorrent SVN (0.13) - DONE
|
||||||
- Use its UPnP/NAT-PMP built-in support instead of ours DONE (enabled as a default)
|
- Use its UPnP/NAT-PMP built-in support instead of ours DONE (enabled as a default)
|
||||||
- Use its piece prioritization support (debug)
|
- Use its piece prioritization support (debug)
|
||||||
- Get upload/download limit per torrent (uncomment some code) ALMOST
|
|
||||||
- Improve ratio display / calculation / saving / per torrent...
|
- Improve ratio display / calculation / saving / per torrent...
|
||||||
- Sorting in Download Status column should be smarter than just an alphabetical sort
|
- Sorting in Download Status column should be smarter than just an alphabetical sort
|
||||||
- Windows port : http://www.peerweb.nl/qbittorrent/experimentalbuild/testing.zip
|
- Windows port : http://www.peerweb.nl/qbittorrent/experimentalbuild/testing.zip
|
Binary file not shown.
Before Width: | Height: | Size: 111 KiB After Width: | Height: | Size: 95 KiB |
@ -11,9 +11,9 @@ 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=\\\"v0.10.0alpha7\\\"
|
DEFINES += VERSION=\\\"v1.0.0alpha8\\\"
|
||||||
DEFINES += VERSION_MAJOR=0
|
DEFINES += VERSION_MAJOR=1
|
||||||
DEFINES += VERSION_MINOR=10
|
DEFINES += VERSION_MINOR=0
|
||||||
DEFINES += VERSION_BUGFIX=0
|
DEFINES += VERSION_BUGFIX=0
|
||||||
|
|
||||||
# Temporary hack
|
# Temporary hack
|
||||||
|
Loading…
x
Reference in New Issue
Block a user