Skip to content

Commit d19701c

Browse files
committed
version 0.1.0
1 parent 5bc10a1 commit d19701c

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

Readme.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Head to the [project homepage](http://mwitte.github.io/EmberChat/). It uses
77
### Main Features ###
88
- common chat features
99
- native applications
10-
- end to end encryption for user-user chats with RSA(512 - 4096 bit) and AES
10+
- end to end encryption for user-user chats with RSA(1024 bit) and AES
1111

1212
### Features ###
1313
- authentication
@@ -41,6 +41,7 @@ Head to the [project homepage](http://mwitte.github.io/EmberChat/). It uses
4141
- conversations
4242
- rooms
4343
- @mention in rooms
44+
- dedicated admin backend(appliance setup, creating users etc.)
4445
- and lots of more(global voting/message system, file transfer, semantic rendering(code), emoticons ;-), video conversation, more test coverage, design, user state)
4546

4647
### Build ###

doc/Changelog.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
### v0.x
2-
*2014*
1+
### v0.1.0
2+
*2014-03-22*
33

4+
- fix: #6: Update button failed
5+
- updated server application for appserver.io 0.6beta
46
- fix: history for user-conversation when conversation gets opened in background
57
- vertical spread for conversation-, user- and room-list
68
- history for room conversations

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "emberchat",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"description": "A websocket based chat with ember.js",
55
"author": "Matthias Witte",
66
"homepage": "http://mwitte.github.io/EmberChat/",

0 commit comments

Comments
 (0)