blob: 1ec89305612b29f45e6ef07df2d43e2a3fc7f1b0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
|
This is just the current plan, plans change.
0.8.1 [8'08] (aka "growth"):
- improve collection handling
* show content of current collection somewhere
* add 'publish now' button / menu entry
- improved download
* copy-URI to clipboard in pop-up menu for downloads in summary
* allow renaming of downloaded files (#914 / #1073)
* visualize download progress (#918)
- improved publishing
* show metadata pop-up menu for uploads in summary
* show metadata pop-up menu for namespace content
* show metadata pop-up menu for available content in advanced
* handle indexing failure more gracefully (#1107)
* option to have global keywords when sharing directory (#1107)
* show list of indexed files (#1107)
- unindexing:
* add option to list all indexed files and delete from them
(ECRS now supports listing of indexed files!
=> but this ECRS functionality may need to be tested!)
0.8.2 [12'08] (aka "integration"):
- command line (#1083)
* if file is passed, start publishing
* if URI is passed, start search/download
* if gnunet-gtk is already running, somehow tell the
running instance about the new action!
- clipboard support (#1052)
* pasting of URI
* pasting of file path
* pasting of keywords (questionable)
- gnunet-tracekit plugin
- improved search:
* implement search bookmarking (e.g. user could add/edit/delete
favourite namespace/key etc combinations)
* add right button popup menu operations for "Select by pattern" in the search result list.
* for potentially long clists, add option to specify a string
pattern that must be matched for the lines to be displayed
(to further prune search results, for example)
* different search views for different types of data collections
(#1119)
0.8.3 [5'09] (aka "chat"):
- improved chat:
* add various options for sending messages
* indicate how a message was received (private, signed, etc.)
* allow specifying metadata with nickname
* show chatroom member metadata (right-click pop-up)
1.0.0 [6'09] (goal: "userfriendly"):
- a completely new interactive directory building
module that would allow importing files/directories from
disk and edit various parameters, file descriptions and
the dir tree structure before the insertion.
- also allow creation of directory from known file IDs
+ have sortability
+ have multiselection
+ print filenames as well
|