Skip to content

Commit

Permalink
version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mwitte committed Mar 22, 2014
1 parent 5bc10a1 commit d19701c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 2 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 ###
Expand Down
6 changes: 4 additions & 2 deletions doc/Changelog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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/",
Expand Down

0 comments on commit d19701c

Please sign in to comment.