File tree Expand file tree Collapse file tree 4 files changed +22
-6
lines changed Expand file tree Collapse file tree 4 files changed +22
-6
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.4.0 (2015-06-04)
2
+
3
+ Enhancements
4
+
5
+ * Private and password-protected rooms
6
+ * Private 1-to-1 chat between XMPP users
7
+ * Giphy image search
8
+ * @all mentions are highlighted for everyone
9
+ * Basic server-side i18n support
10
+
1
11
## 0.3.13 (2015-05-29)
2
12
3
13
Fixes
Original file line number Diff line number Diff line change @@ -9,16 +9,19 @@ A self-hosted chat app for small teams built by [Security Compass][seccom].
9
9
* BYOS (bring your own server)
10
10
* Persistent messages
11
11
* Multiple rooms
12
+ * Private and password-protected rooms
12
13
* New message alerts / notifications
13
- * Mentions (hey @you )
14
- * Image embeds
14
+ * Mentions (hey @you / @ all )
15
+ * Image embeds / Giphy search
15
16
* Code pasting
16
17
* File uploads (Local / [ Amazon S3] [ s3 ] / [ Azure] [ azure ] )
17
18
* Transcripts / chat history
18
19
* XMPP Multi-user chat (MUC)
20
+ * 1-to-1 chat between XMPP users
19
21
* Local / [ Kerberos] [ kerberos ] / [ LDAP] [ ldap ] authentication
20
22
* [ Hubot Adapter] [ hubot ]
21
23
* REST-like API
24
+ * Basic i18n support
22
25
* MIT Licensed
23
26
24
27
Original file line number Diff line number Diff line change 71
71
"Revoke token" : " Revoke token" ,
72
72
"Your generated token is below. It will not be shown again." : " Your generated token is below. It will not be shown again." ,
73
73
"Add Room" : " Add Room" ,
74
- "Slug" : " Slug"
74
+ "Slug" : " Slug" ,
75
+ "XMPP/Jabber" : " XMPP/Jabber" ,
76
+ "Private?" : " Private?" ,
77
+ "Empty for public room" : " Empty for public room"
75
78
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " lets-chat" ,
3
- "version" : " 0.3.13 " ,
3
+ "version" : " 0.4.0 " ,
4
4
"description" : " A chat app for small teams." ,
5
- "license" : " MIT" ,
5
+ "license" : " MIT" ,
6
6
"main" : " app.js" ,
7
7
"scripts" : {
8
8
"start" : " node app.js" ,
97
97
"grunt" : " ~0.4.5" ,
98
98
"grunt-bower" : " ~0.19.0" ,
99
99
"grunt-bower-task" : " ~0.4.0" ,
100
- "eslint" : " ^0.21.2 "
100
+ "eslint" : " ^0.22.1 "
101
101
}
102
102
}
You can’t perform that action at this time.
0 commit comments