Skip to content

Commit

Permalink
Release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Bartlett committed Jun 4, 2015
1 parent e7c8584 commit ebdd712
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 6 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 0.4.0 (2015-06-04)

Enhancements

* Private and password-protected rooms
* Private 1-to-1 chat between XMPP users
* Giphy image search
* @all mentions are highlighted for everyone
* Basic server-side i18n support

## 0.3.13 (2015-05-29)

Fixes
Expand Down
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,19 @@ A self-hosted chat app for small teams built by [Security Compass][seccom].
* BYOS (bring your own server)
* Persistent messages
* Multiple rooms
* Private and password-protected rooms
* New message alerts / notifications
* Mentions (hey @you)
* Image embeds
* Mentions (hey @you/@all)
* Image embeds / Giphy search
* Code pasting
* File uploads (Local / [Amazon S3][s3] / [Azure][azure])
* Transcripts / chat history
* XMPP Multi-user chat (MUC)
* 1-to-1 chat between XMPP users
* Local / [Kerberos][kerberos] / [LDAP][ldap] authentication
* [Hubot Adapter][hubot]
* REST-like API
* Basic i18n support
* MIT Licensed


Expand Down
5 changes: 4 additions & 1 deletion locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,8 @@
"Revoke token": "Revoke token",
"Your generated token is below. It will not be shown again.": "Your generated token is below. It will not be shown again.",
"Add Room": "Add Room",
"Slug": "Slug"
"Slug": "Slug",
"XMPP/Jabber": "XMPP/Jabber",
"Private?": "Private?",
"Empty for public room": "Empty for public room"
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "lets-chat",
"version": "0.3.13",
"version": "0.4.0",
"description": "A chat app for small teams.",
"license" : "MIT",
"license": "MIT",
"main": "app.js",
"scripts": {
"start": "node app.js",
Expand Down Expand Up @@ -97,6 +97,6 @@
"grunt": "~0.4.5",
"grunt-bower": "~0.19.0",
"grunt-bower-task": "~0.4.0",
"eslint": "^0.21.2"
"eslint": "^0.22.1"
}
}

0 comments on commit ebdd712

Please sign in to comment.