diff options
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 20 |
1 files changed, 10 insertions, 10 deletions
@@ -3,14 +3,18 @@ This is just the current plan, plans change. | |||
3 | Annotations: | 3 | Annotations: |
4 | RC == Release Critical | 4 | RC == Release Critical |
5 | 5 | ||
6 | 0.8.0pre1 (new core features): | ||
7 | - adapt to new chat API | ||
8 | - test new pseudonym/namespace APIs | ||
9 | - show chatroom members | ||
10 | |||
6 | 0.8.0 (new core features): | 11 | 0.8.0 (new core features): |
7 | - design and use of short/nice namespace names/search URIs | 12 | - better uritracker support (currently flaky?) |
8 | => need to incorporate into code! | ||
9 | - use new search ranking features | ||
10 | => need to implement function in search.c and update tree views/model | ||
11 | - better uritracker support | ||
12 | - pop-up dialogs / context menus (show extra information, in particular full metadata) [RC] | ||
13 | - much more testing!!! | 13 | - much more testing!!! |
14 | - chat improvements: | ||
15 | * add various options for sending messages | ||
16 | * show chatroom member metadata (right-click pop-up) | ||
17 | * indicate how a message was received (private, signed, etc.) | ||
14 | 18 | ||
15 | 19 | ||
16 | 0.8.1 (expand basics): | 20 | 0.8.1 (expand basics): |
@@ -21,10 +25,6 @@ Annotations: | |||
21 | * for potentially long clists, add option to specify a string | 25 | * for potentially long clists, add option to specify a string |
22 | pattern that must be matched for the lines to be displayed | 26 | pattern that must be matched for the lines to be displayed |
23 | (to further prune search results, for example) | 27 | (to further prune search results, for example) |
24 | - chat improvements: | ||
25 | * add various options for sending messages | ||
26 | * show chatroom members | ||
27 | * indicate how a message was received (private, signed, etc.) | ||
28 | - unindexing: | 28 | - unindexing: |
29 | * add option to list all indexed files and delete from them | 29 | * add option to list all indexed files and delete from them |
30 | (ECRS now supports listing of indexed files! | 30 | (ECRS now supports listing of indexed files! |