diff --git a/Readme.md b/Readme.md index 4fa442f..acb9b5f 100644 --- a/Readme.md +++ b/Readme.md @@ -7,7 +7,7 @@ Head to the [project homepage](http://mwitte.github.io/EmberChat/). It uses ### Main Features ### - common chat features - native applications - - end to end encryption for user-user chats with RSA(512 - 4096 bit) and AES + - end to end encryption for user-user chats with RSA(1024 bit) and AES ### Features ### - authentication @@ -41,6 +41,7 @@ Head to the [project homepage](http://mwitte.github.io/EmberChat/). It uses - conversations - rooms - @mention in rooms + - dedicated admin backend(appliance setup, creating users etc.) - and lots of more(global voting/message system, file transfer, semantic rendering(code), emoticons ;-), video conversation, more test coverage, design, user state) ### Build ### diff --git a/doc/Changelog.md b/doc/Changelog.md index 1d4f180..d5c7ff9 100644 --- a/doc/Changelog.md +++ b/doc/Changelog.md @@ -1,6 +1,8 @@ -### v0.x -*2014* +### v0.1.0 +*2014-03-22* +- fix: #6: Update button failed +- updated server application for appserver.io 0.6beta - fix: history for user-conversation when conversation gets opened in background - vertical spread for conversation-, user- and room-list - history for room conversations diff --git a/package.json b/package.json index 9f3122a..40b0fea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "emberchat", - "version": "0.0.1", + "version": "0.1.0", "description": "A websocket based chat with ember.js", "author": "Matthias Witte", "homepage": "http://mwitte.github.io/EmberChat/",