All Versions
94
Latest Version
Avg Release Cycle
60 days
Latest Release
551 days ago

Changelog History
Page 7

  • v0.10.0 Changes

    November 05, 2015

    Note: ๐Ÿš€ This release drops CSS support for IE8 and IE9.

    • #459 Wrong datatype passed to converse.chatboxes.getChatBox. [hobblegobber, jcbrand]
    • #493 Roster push fix [jcbrand]
    • #403 emit an event rosterPush when a roster push happens [teseo]
    • #502. Chat room not opened in non_amd version. [rjanbiah]
    • #505 Typo caused [object Object] in room info [gromiak]
    • #508 "Is typing" doesn't automatically disappear [jcbrand]
    • ๐Ÿ’… #509 Updated Polish translations [ser]
    • #510 MUC room memberlist is being cleared with page reload when keepalive option is set. [jcbrand]
    • โž• Add the ability to also drag-resize chat boxes horizontally. [jcbrand]
    • ๐Ÿ’… Updated Sass files and created a new style. [jcbrand]
  • v0.9.6 Changes

    October 12, 2015
    • ๐Ÿ›  Bugfix. Spinner doesn't disappear when scrolling up (when server doesn't support XEP-0313). [jcbrand]
    • #462 Fix MUC rooms with names containing special characters not working [1st8]
    • #467 Fix outgoing chat messages not having a msgid when being put into sessionStorage [1st8]
    • #468 Fix [object Object] being sometimes shown as status [1st8]
    • #472 Fix "Cannot read property 'splitOnce' of undefined" when typing /clear in a chat room. [jcbrand]
    • โšก๏ธ #493 Roster wasn't being updated after a Roster push update [teseo, jcbrand]
    • ๐Ÿ›  #496 Bugfix. Pings weren't being sent out. [teseo, jcbrand]
    • #499 Message not received due to non-unique message ids. [jcbrand]
  • v0.9.5 Changes

    August 24, 2015
    • #306 XEP-0313: Message Archive Management [jcbrand]
    • #439 auto_login and keepalive not working [jcbrand]
    • #440 null added as resource to contact [jcbrand]
    • โž• Add new event serviceDiscovered [jcbrand]
    • Add a new configuration setting muc_history_max_stanzas. [jcbrand]
  • v0.9.4 Changes

    July 04, 2015
    • #144 Add Ping functionality and Pong handler [thierrytiti]
    • ๐Ÿ”Š #234, #431 Messages aren't received when the user logs in with a mixed-case JID. [jcbrand]
    • #367 API methods for changing chat status (online, busy, away etc.) and status message [jcbrand]
    • ๐ŸŒ #389 Allow login panel placeholders and roster item 'Name' translations. [gbonvehi]
    • #394 Option to allow chatting with pending contacts [thierrytiti]
    • ๐Ÿ‘ #396 Add automatic Away mode and XEP-0352 support [thierrytiti]
    • #400, #410 Allow offline pretty status and placeholder for "Insert a smiley" to be translated [thierrytiti]
    • โšก๏ธ #401 Updated French translation [thierrytiti]
    • #404 CSS fix: position and width of the div #conversejs [thierrytiti]
    • #407 CSS: Fonts Path: editabable $font-path via sass/variables.scss [thierrytiti]
    • ๐Ÿ“š #408 MUC: missing toggle call handler and updated documentation about call [thierrytiti]
    • #413 Auto-detect user's locale to show date and time in the right format [thierrytiti]
    • #415 closeAllChatBoxes is giving ReferenceError when 2 chats are open [nevcos, jcbrand]
    • #416 Add icon for XA status [thierrytiti]
    • ๐ŸŒฒ #418 Logging out with auto_reconnect=true causes reconnection retries [jcbrand]
    • โšก๏ธ #420 Updated German translation [1st8]
    • #427 Converse.js does not subscribe back to a contact not in the roster. [emmanuel-florent]
    • โž• Add offline pretty status to enable translation [thierrytiti]
    • ๐Ÿ›  Bugfix. ClearSessions during unload event would throw an error when not logged in. [gbonvehi]
    • Bugfix. Manual login doesn't work when only websocket_url is set and not bosh_service_url. [jcbrand]
    • ๐Ÿ›  Bugfix. Wrong callback argument mapping in XmppStatus initialize: fullname is null [thierrytiti]
    • CSS fix: room-info bug on hover after room description loaded [thierrytiti]
    • CSS: Fonts Path: editabable $font-path via sass/variables.scss [thierrytiti]
    • Chat boxes returned by the API now have an is_chatroom attribute [jcbrand]
    • ๐Ÿ‘ Decouple automatic away and XEP-0352 support. [jcbrand]
    • Don't carbon copy OTR messages. [jcbrand]
    • I18N: Autodetection of User Locale if no i18n setting is set. [thierrytiti]
    • ๐Ÿ”จ Refactored in order to remove the strophe.roster.js dependency. [jcbrand]
    • ๐Ÿ”จ Refactored the plugin architecture. Add overrides convention for automatically overriding converse.js's methods and Backbone views and models. [jcbrand]
    • With keepalive, don't send out a presence stanza on each page load [jcbrand]
  • v0.9.3 Changes

    May 01, 2015
    • โž• Add the ability to log in automatically. [jcbrand]
    • โœ‚ Remove type=email from JID field in login form. Resulting validation error confuses people. [jcbrand]
    • โž• Add Ukranian translations [Andriy Kopystyansky]
    • ๐ŸŒฒ #244 Add the ability to log in anonymously. [jcbrand]
    • ๐Ÿ”ง #344 Enable the path to the sound files to be configured [thierrytiti and jcbrand]
    • #370 Unable to register a new user to ejabberd 2.1.11. [gbonvehi]
    • #372 Some offline users have a visible empty <dd> in the roster. [floriancargoet]
    • #374 Fix collapsed group visibility on page load. [floriancargoet]
    • #378 Expect full JIDs to be returned via XHR user search [thierrytiti]
    • โšก๏ธ #379 Updated French translations [thierrytiti]
    • #379 Fix for bower not finding crypto-js-evanvosberg#3.1.2-5 any more. [jcbrand]
  • v0.9.2 Changes

    April 09, 2015
    • ๐Ÿ›  Bugfix. Prevent attaching twice during initialization. [jcbrand]
    • API method chats.get can now also return chat boxes which haven't been opened yet. [jcbrand]
    • โž• Add API method contacts.add. [pzia]
    • ๐Ÿ”Œ #356 Fix the plugin extend function. [floriancargoet]
    • #357 Fix the known bug where a state notification reopens a chat box. [floriancargoet]
    • ๐Ÿ›  #358 Bugfix. Chat rooms show the same occupants bug. [floriancargoet]
    • โฑ #359 Fix a timeout bug in chat state notifications. [floriancargoet]
    • #360 Incorrect roster height when allow_contact_requests=true. [floriancargoet, jcbrand]
    • #362 Add API for retrieving and opening rooms. [pzia]
    • #364 Text selection in chat boxes not shown in Firefox. [jcbrand]
  • v0.9.1 Changes

    March 26, 2015
    • Set the JID input field in the login form to type=email. [chatme]
    • New configuration setting allow_contact_removal [jcbrand]
    • Document that event handlers receive 'event' obj as first arg. [jcbrand]
    • โž• Add a test to check that notifications are played in chat rooms. [jcbrand]
    • #333 Enable automatic reconnection when prebind and prebind_url are specified. [jcbrand]
    • #339 Require the JID to be specified when using keepalive with prebind. Also add a logout API method. [jcbrand]
    • #349 Indicate visitors in chat rooms. [c143]
  • v0.9.0 Changes

    March 06, 2015
    • ๐Ÿ‘ #204 Support websocket connections. [jcbrand]
    • #252, 253 Add fullname and jid to contact's tooltip in roster. [gbonvehi]
    • ๐Ÿ‘ #292 Better support for XEP-0085 Chat State Notifications. [jcbrand]
    • #295 Document "allow_registration". [gbonvehi]
    • ๐Ÿ’… #304 Added Polish translations. [ser]
    • #305 presence/show text in XMPP request isn't allowed by specification. [gbonvehi]
    • โž• Add new API method chats.open to open chat boxes. [jcbrand]
    • โž• Add new API method to set and get configuration settings. [jcbrand]
    • โž• Add responsiveness to CSS. We now use Sass preprocessor for generating CSS. [jcbrand]
    • ๐Ÿ›  Bugfix. Custom status message form doesn't submit/disappear. [jcbrand]
    • Calling the API method contacts.get() without parameters now returns all contacts. [jcbrand]
    • Don't send out the message carbons IQ stanza on each page load. [jcbrand]
    • ๐Ÿ†• New Makefile.win to build in Windows environments. [gbonvehi]
    • ๐ŸŒ Norwegian Bokmรฅl translations. [Andreas Lorentsen]
    • โœ‚ Removed deprecated API methods. [jcbrand]
    • ๐ŸŒฒ Strophe.log and Strophe.error now uses converse.log to output messages. [gbonvehi]
    • The API method chats.get now only returns already opened chat boxes. [jcbrand]
    • โšก๏ธ Updated Afrikaans translations. [jcbrand]
    • โž• Add new configuration setting prebind_url [jcbrand]
  • v0.8.6 Changes

    December 07, 2014
    • ๐Ÿ›  Bugfix. Login panel didn't appear under certain conditions. [jcbrand]
    • ๐Ÿ›  Bugfix. Error when trying to render chat room configuration form. [jcbrand]
    • ๐Ÿ”ง Text on the registration form was not configurable or i18n aware. [jcbrand]
    • #285 With prebind the jid, rid and sid settings were ignored. [jcbrand]
  • v0.8.5 Changes

    December 01, 2014
    • #117 JIDs or nicknames not shown in chat rooms. [jcbrand]
    • #282 XEP-0077 In-band registration. [jcbrand]