1 |
(priority: + high, * normal, - low) |
2 |
|
3 |
version 0.11.x |
4 |
+ Use a combo box for selecting the keyserver and have |
5 |
a separate dialog for the configuration (add, remove, edit). |
6 |
* File register code needs an additional param "%1". |
7 |
+ Handle the case that while WinPT tries to change GPG data, |
8 |
but before GPG is executed, an external event changed the |
9 |
keyring. So do not use BUG but issue an error. |
10 |
* implement property sheets at some places to improve usability. |
11 |
* Implement a mechanism to download and update language files. |
12 |
|
13 |
version >= 1.0.0 |
14 |
* The key cache reload is much faster when no progress callback |
15 |
is used. Allow to disable the progress dialog. |
16 |
- Use '!' in the encrypt dialog to use the subkey which was selected |
17 |
and not the newest. |
18 |
- Revamp the group database code. Use the GPG --group feature and make |
19 |
* Implement to recognize one-pass sigs for files also. |
20 |
* CARD |
21 |
- sign/decrypt |
22 |
- factor out some common code into wptCardManager.cpp |
23 |
* Implement --armor in the FM for --symmetric. |
24 |
* Winpt should take care for a multi user environment. |
25 |
* Use accelators for some dialogs to support 'hotkeys'. |
26 |
|
27 |
version >= 2.0.0 |
28 |
* Move the both managers (key/file) to separate applications |
29 |
and use ActiveX control elemens for the treelist element. |
30 |
* Implement the non-swapable memory for passphrase handling. |