Browse Source

- Updated version

adaptive-webui-19844
Christophe Dumez 18 years ago
parent
commit
4615df6998
  1. 6
      TODO
  2. 2
      src/about_imp.h

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

2
src/about_imp.h

@ -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…
Cancel
Save