Skip to content

Commit

Permalink
Making 0.8.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbrand committed Aug 23, 2014
1 parent 83c6869 commit c995818
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion builds/converse-no-locales-no-otr.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion builds/converse-no-otr.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion builds/converse.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion builds/converse.website-no-otr.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion builds/converse.website.min.js

Large diffs are not rendered by default.

7 changes: 4 additions & 3 deletions docs/CHANGES.rst
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
# 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.
Expand Down
1 change: 0 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,6 @@ <h2>Contact</h2>
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,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit c995818

Please sign in to comment.