Skip to content

0.8.0 (2014-08-04)

Compare
Choose a tag to compare
@jcbrand jcbrand released this 04 Aug 21:37
· 7238 commits to master since this release
v0.8.0
  1. Converse.js is now relicensed under the Mozilla Public License
  2. Configuration options for the chat toolbar have changed. Please refer to the relevant documentation
  3. This release has reduced support for IE8 (some features won't work).
  4. Events have been renamed to remove "on" prefix (sorry for any inconvenience caused).
  • 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]
  • Add a new toolbar button for clearing chat messages. [jcbrand]
  • Chat boxes and rooms can now be resized vertically. [jcbrand]
  • Upgraded dependencies to their latest versions. [jcbrand]
  • Add new configuration setting forward_messages.
    Message forwarding was before a default behavior but is now optional (and disabled by default). [jcbrand]
  • Newly opened chat boxes always appear immediately left of the controlbox. [jcbrand]
  • #71 Chat boxes and rooms can be minimized. [jcbrand]
  • #83 Roster contacts can be shown according to their groups. [jcbrand]
    Note: Converse.js can show users under groups if you have assigned them
    already via another client or server configuration. There is not yet a way
    to assign contacts to groups from within converse.js itself.
  • #123 Show converse.js in the resource assigned to a user. [jcbrand]
  • #130 Fixed bootstrap conflicts. [jcbrand]
  • #132 Support for XEP-0280: Message Carbons
    Configured via message_carbons[hejazee]
  • #176 Add support for caching in sessionStorage as opposed to localStorage. [jcbrand]
  • #180 RID and SID undefined [g8g3]
  • #191 No messages history [heban]
  • #192 Error: xhr_user_search_url is not defined. [jcbrand]
  • #195 Chinese translations. [lancelothuxi]
  • #196 [Safari v7.0.5] TypeError: Attempted to assign to readonly property. [g8g3]
  • #199 Improved Spanish translations [chilicuil]
  • #201 Add zh-locale to fix build task [schoetty]