mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 15:37:26 -06:00
- Defined TODO list for v1.4.0
This commit is contained in:
5
TODO
5
TODO
@@ -1,5 +1,10 @@
|
|||||||
See https://blueprints.launchpad.net/qbittorrent/
|
See https://blueprints.launchpad.net/qbittorrent/
|
||||||
|
|
||||||
|
// TODO in v1.4.0
|
||||||
|
- Display peers information (disabled as a default)
|
||||||
|
- Automatically move torrent to another directory on completion (disabled as a default)
|
||||||
|
- Rework program preferences (make easier)
|
||||||
|
|
||||||
// translations done in v1.3.0
|
// translations done in v1.3.0
|
||||||
- Romanian
|
- Romanian
|
||||||
- Russian
|
- Russian
|
||||||
|
|||||||
@@ -14,10 +14,10 @@ CONFIG += qt \
|
|||||||
network
|
network
|
||||||
|
|
||||||
# Update this VERSION for each release
|
# Update this VERSION for each release
|
||||||
DEFINES += VERSION=\\\"v1.3.1\\\"
|
DEFINES += VERSION=\\\"v1.4.0alpha1\\\"
|
||||||
DEFINES += VERSION_MAJOR=1
|
DEFINES += VERSION_MAJOR=1
|
||||||
DEFINES += VERSION_MINOR=3
|
DEFINES += VERSION_MINOR=4
|
||||||
DEFINES += VERSION_BUGFIX=1
|
DEFINES += VERSION_BUGFIX=0
|
||||||
!mac:QMAKE_LFLAGS += -Wl,--as-needed
|
!mac:QMAKE_LFLAGS += -Wl,--as-needed
|
||||||
contains(DEBUG_MODE, 1) {
|
contains(DEBUG_MODE, 1) {
|
||||||
CONFIG += debug
|
CONFIG += debug
|
||||||
|
|||||||
Reference in New Issue
Block a user