aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.md18
-rw-r--r--Makefile1
2 files changed, 19 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
new file mode 100644
index 0000000..890920f
--- /dev/null
+++ b/CHANGES.md
@@ -0,0 +1,18 @@
1## Version 0.1.0
2* This release requires the GNUnet Messenger Service 0.1!
3* It allows account management (creation, listing and deletion).
4* Clients are able to switch between accounts during runtime.
5* The client can rename an account or update its key.
6* Contact exchange is possible via lobbies in form of URIs to be shared as text form or potentially QR encoded.
7* Each resource allows handling a user pointer for the client application.
8* Contacts and groups can be managed individually and given a custom nick name.
9* It is possible to request and open a direct chat with any contact.
10* Groups allow listing their members with custom user pointers related to the group memberships.
11* Chats can be left explicitly.
12* Each chat will be represented as context resource abstracting the variant of chat.
13* It is possible to send text messages, send files, share files and send read receipts explicitly.
14* Received messages allow checking for a read receipt status.
15* Messages can be deleted with a custom delay.
16* Files in a chat can be fully managed (they can be uploaded, downloaded, unindexed and provide a decrypted temporary preview if necessary) while being encrypted individually.
17* The status of each operation (upload, download, unindex) regarding files can be tracked.
18* Received invitations to new chats can be accepted.
diff --git a/Makefile b/Makefile
index 5ac8e6f..2ea9832 100644
--- a/Makefile
+++ b/Makefile
@@ -38,6 +38,7 @@ LIBRARIES = gnunetarm\
38 38
39DIST_FILES = Makefile\ 39DIST_FILES = Makefile\
40 AUTHORS\ 40 AUTHORS\
41 CHANGED.md\
41 COPYING\ 42 COPYING\
42 Doxyfile\ 43 Doxyfile\
43 HOWTO.md\ 44 HOWTO.md\