mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-21 07:57:22 -06:00
- Updated version
This commit is contained in:
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
|
||||||
|
|||||||
Reference in New Issue
Block a user