Making 0.8.1 release

This commit is contained in:
JC Brand 2014-08-23 11:15:56 +02:00
parent 83c68696cd
commit c9958182ff
10 changed files with 13 additions and 13 deletions

View File

@ -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",

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -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)

View File

@ -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.

View File

@ -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,

View File

@ -1,6 +1,6 @@
{
"name": "converse.js",
"version": "0.8.0",
"version": "0.8.1",
"description": "Browser based XMPP instant messaging client",
"main": "main.js",
"directories": {