mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-24 10:16:00 +03:00
- Updated version
This commit is contained in:
parent
86dfbecd2e
commit
4615df6998
2 changed files with 2 additions and 6 deletions
6
TODO
6
TODO
|
@ -4,6 +4,7 @@
|
||||||
- Improve man page
|
- Improve man page
|
||||||
- Add more keyboard shortcuts
|
- Add more keyboard shortcuts
|
||||||
- Improve torrent creation tool (look & features)
|
- Improve torrent creation tool (look & features)
|
||||||
|
- Allow user to choose DHT port
|
||||||
|
|
||||||
// Intermediate
|
// Intermediate
|
||||||
- Move novaUpdater to a Thread (probably use downloadThread) to prevent GUI freezing
|
- Move novaUpdater to a Thread (probably use downloadThread) to prevent GUI freezing
|
||||||
|
@ -31,9 +32,4 @@
|
||||||
- Split kernel from GUI? (would be a lot better but require some deep changes)
|
- Split kernel from GUI? (would be a lot better but require some deep changes)
|
||||||
- Web interface?
|
- Web interface?
|
||||||
|
|
||||||
// Before 0.7.0
|
|
||||||
- Test tracker authentication
|
|
||||||
- Wait for libtorrent v0.11rc release
|
|
||||||
- Test selective download
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
#define ABOUT_H
|
#define ABOUT_H
|
||||||
|
|
||||||
#include "ui_about.h"
|
#include "ui_about.h"
|
||||||
#define VERSION "v0.7.0rc4"
|
#define VERSION "v0.7.0rc5"
|
||||||
|
|
||||||
class about : public QDialog, private Ui::AboutDlg{
|
class about : public QDialog, private Ui::AboutDlg{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
|
Loading…
Reference in a new issue