@@ -1,6 +1,6 @@
{
"name": "converse",
- "version": "0.8.0",
+ "version": "0.8.1",
"devDependencies": {
"jasmine": "https://github.com/jcbrand/jasmine.git#1_3_x",
"otr": "0.2.12",
@@ -1,11 +1,12 @@
Changelog
=========
-0.8.1 (Unreleased)
+0.8.1 (2014-08-23)
------------------
-* Bugfix: Contacts weren't properly sorted according to chat status. [jcbrand]
-* #63 Support for sound notification on message received. [jcbrand]
+* Bugfix: Roster contacts' cache key too vague. [jcbrand]
+* Bugfix: Roster contacts weren't properly sorted according to chat status. [jcbrand]
+* #63 Support for sound notification when message is received. [jcbrand]
* #212 Provide a live filter of the roster contacts. [jcbrand]
0.8.0 (2014-08-04)
@@ -48,9 +48,9 @@ copyright = u'2014, JC Brand'
# built documents.
#
# The short X.Y version.
-version = '0.8.0'
+version = '0.8.1'
# The full version, including alpha/beta/rc tags.
-release = '0.8.0'
+release = '0.8.1'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
@@ -234,7 +234,6 @@
auto_list_rooms: false,
auto_subscribe: false,
bosh_service_url: 'https://bind.conversejs.org', // Please use this connection manager only for testing purposes
- debug: true,
hide_muc_server: false,
i18n: locales['en'], // Refer to ./locale/locales.js to see which locales are supported
play_sounds: true,
"name": "converse.js",
"description": "Browser based XMPP instant messaging client",
"main": "main.js",
"directories": {