mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-30 16:34:16 +00:00
- bump version to v0.10.0alpha1 because now there is a branch for v0.9.x
This commit is contained in:
parent
92eed29ded
commit
a0e49f8162
9
TODO
9
TODO
@ -28,15 +28,10 @@
|
|||||||
- Option to shutdown computer when downloads are finished
|
- Option to shutdown computer when downloads are finished
|
||||||
- Add a torrent scheduler
|
- Add a torrent scheduler
|
||||||
|
|
||||||
// in v1.0.0 (partial)
|
// in v0.10 (partial)
|
||||||
- Download from RSS feeds (WIP by gtsoul)
|
- Download from RSS feeds (WIP by gtsoul)
|
||||||
- Move finished torrent to another tab and keep on seeding them even after restart
|
- Move finished torrent to another tab and keep on seeding them even after restart
|
||||||
- Allow to edit the trackers for a torrent
|
- Allow to edit the trackers for a torrent
|
||||||
- Improve torrent creation dialog (look & features)
|
- Improve torrent creation dialog (look & features)
|
||||||
- Add IPv6 support (at least start working on it)
|
- Add IPv6 support (at least start working on it)
|
||||||
- UPnP support?
|
- UPnP support?
|
||||||
|
|
||||||
// In v0.9.0
|
|
||||||
- Update translations (FR, SV, NB, PL, RU, DE, SK done)
|
|
||||||
- Bug squashing
|
|
||||||
- Wait for libtorrent v0.12 official release
|
|
@ -11,9 +11,9 @@ TARGET = qbittorrent
|
|||||||
CONFIG += qt x11
|
CONFIG += qt x11
|
||||||
|
|
||||||
# Update this VERSION for each release
|
# Update this VERSION for each release
|
||||||
DEFINES += VERSION=\\\"v0.9.0beta7\\\"
|
DEFINES += VERSION=\\\"v0.10.0alpha1\\\"
|
||||||
DEFINES += VERSION_MAJOR=0
|
DEFINES += VERSION_MAJOR=0
|
||||||
DEFINES += VERSION_MINOR=9
|
DEFINES += VERSION_MINOR=10
|
||||||
DEFINES += VERSION_BUGFIX=0
|
DEFINES += VERSION_BUGFIX=0
|
||||||
|
|
||||||
contains(DEBUG_MODE, 1){
|
contains(DEBUG_MODE, 1){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user