1. Converse.js is now relicensed under the `Mozilla Public License <http://www.mozilla.org/MPL/2.0/>`_.
1. Converse.js is now relicensed under the `Mozilla Public License <http://www.mozilla.org/MPL/2.0/>`_.
2. Configuration options for the chat toolbar have changed.
2. Configuration options for the chat toolbar have changed. Please refer to the `relevant documentation <http://devbox:8890/docs/html/index.html#visible-toolbar-buttons>`_.
Please refer to the `relevant documentation <http://devbox:8890/docs/html/index.html#visible-toolbar-buttons>`_.
3. This release has reduced support for IE8 (some features won't work).
3. This release drops support for IE8.
4. Events have been renamed to remove "on" prefix (sorry for any inconvenience).
* Events have been renamed to remove "on" prefix (which is redundant when used with 'on' method). [jcbrand]
* Simplified Chinese Translations [Lancelot]
* Simplified Chinese Translations [Lancelot]
* No initial HTML markup is now needed in the document body for converse.js to work. [jcbrand]
* No initial HTML markup is now needed in the document body for converse.js to work. [jcbrand]
* All date handling is now done with moment.js. [jcbrand]
* All date handling is now done with moment.js. [jcbrand]
...
@@ -29,6 +28,8 @@ Changelog
...
@@ -29,6 +28,8 @@ Changelog
* #180 RID and SID undefined [g8g3]
* #180 RID and SID undefined [g8g3]
* #191 No messages history [heban]
* #191 No messages history [heban]
* #192 Error: xhr_user_search_url is not defined. [jcbrand]
* #192 Error: xhr_user_search_url is not defined. [jcbrand]
* #196 [Safari v7.0.5] TypeError: Attempted to assign to readonly property. [g8g3]