mirror of
https://github.com/qbittorrent/qBittorrent
synced 2024-11-14 19:12:46 +01:00
- Updated version
This commit is contained in:
parent
86dfbecd2e
commit
4615df6998
6
TODO
6
TODO
@ -4,6 +4,7 @@
|
||||
- Improve man page
|
||||
- Add more keyboard shortcuts
|
||||
- Improve torrent creation tool (look & features)
|
||||
- Allow user to choose DHT port
|
||||
|
||||
// Intermediate
|
||||
- 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)
|
||||
- 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
|
||||
|
||||
#include "ui_about.h"
|
||||
#define VERSION "v0.7.0rc4"
|
||||
#define VERSION "v0.7.0rc5"
|
||||
|
||||
class about : public QDialog, private Ui::AboutDlg{
|
||||
Q_OBJECT
|
||||
|
Loading…
Reference in New Issue
Block a user