Commit c9958182 authored by JC Brand's avatar JC Brand

Making 0.8.1 release

parent 83c68696
{
"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",
......
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
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",
"version": "0.8.0",
"version": "0.8.1",
"description": "Browser based XMPP instant messaging client",
"main": "main.js",
"directories": {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment