Skip to content

Releases: conversejs/converse.js

10.1.7 (2024-03-15)

15 Mar 06:29
v10.1.7
Compare
Choose a tag to compare
  • Update to Strophe 2.0.0. Fixes login issue with newer versions of Ejabberd

10.1.6 (2023-08-31)

31 Aug 19:37
v10.1.6
Compare
Choose a tag to compare
  • #3246: Badge color not responsive to dark theme
  • Fix a GIF rendering bug that causes a memory overflow

10.1.5 (2023-06-29)

30 Jun 04:52
v10.1.5
Compare
Choose a tag to compare
  • #3209: Fix error when importing the converse global with bootstrap modal API
  • #3207: .po translation files weren't included in previous release
  • Updated Galician and Portuguese translations

10.1.4 (2023-06-25)

25 Jun 09:08
v10.1.4
Compare
Choose a tag to compare
  • Fix dist directory not included in NPM package

10.1.3 (2023-06-23)

23 Jun 08:36
v10.1.3
Compare
Choose a tag to compare
  • Add the ability to set roles and affiliations via the MUC occupant modal

  • Fix isOnlyEmojis is not a function when using only @converse/headless

  • Fix autojoin checkbox state in MUC bookmark form

  • Remove call to api.confirm in @converse/headless

  • Generate TypeScript declaration files into dist/types

  • Removed documentation about the no longer implemented fullname option.

  • Updated translations

  • #3123: Contacts do not show up online until chat is opened with them.

  • #3156: Add function to prevent drag stutter effect over iframes when resize is called in overlay mode

  • #3165: Use configured nickname in profile view in the control box

  • New config option stanza_timeout

10.1.2 (2023-02-17)

17 Feb 11:17
v10.1.2
Compare
Choose a tag to compare
  • #1490: Busy-loop when fetching registration form fails
  • #1556: Can't switch to registration form afrer logout
  • #3137: Various UI/UX bugfixes regarding the registration form
  • XEP-0437: Room Activity Indicators (RAI) optimizations

10.1.1 (2023-02-15)

15 Feb 14:23
v10.1.1
Compare
Choose a tag to compare
  • #1851: Sort open groupchats alphabetically
  • #2240: Ad-Hoc command result form not shown
  • #3128: Second bookmarked room shows info of the first one
  • Bugfix. Uyghur translations weren't loading

Version 10.1.0 - 2023-01-07

07 Jan 20:25
v10.1.0
Compare
Choose a tag to compare
  • #326: Add the ability to reset your password

  • #2759: Don't automatically log in again if the user manually logged out

  • #2816: Chat highlight behaves odd

  • #2925: File upload is not always enabled

  • #3001: Add option to save SCRAM details and to use them to stay logged in upon reload

  • Add a "Add to Contacts" button in MUC occupant modals

  • Updated tranlsations and new language Uyghur

  • New config option reuse_scram_keys

Version 10.0.0 - 2022-10-30

31 Oct 08:07
v10.0.0
Compare
Choose a tag to compare
  • Update to Strophe.js 1.6.0 which adds support for SCRAM-SHA-256 and SCRAM-SHA-512
  • Don't automatically convert OpenStreetMap URLs into geo: URIs in sent messages
  • Remove the allow_chat_pending_contacts config option.
  • Show roster contacts with subscription set to none
  • Remove the converse-carbons plugin and make carbons part of the converse-chat plugin.
  • Remove the message_carbons configuration setting. Carbons are now always enabled.
  • Move the converse-oauth plugin to the community-plugins
  • Don't apply message corrections when the MUC occupant-id doesn't match.
  • Update nick attribute on ChatRoom when user nickname changes
  • Restrict editing of MUC messages to ones with the same XEP-0421 occupant ID
  • Remove unfurls for links removed in a subsequent message correction
  • Bookmarks now appear in a modal and the hide_open_bookmarks config setting has been removed.
  • #1004: Stop using fonts to render icons and use SVG instead
  • #2797: Weird unicode characters rendering outside of line-height
  • #2870: Fix for multiple URLs to be linkified when sent together in chat and adds a test for this.
  • #2879: Quotes, lines not aligned to the first line
  • #2925: Fix missing disco-items in browser storage.
  • #2936: Fix documentation about enable_smacks option, which is true by default.
  • #2939: Data forms with a field named "username" are not displayed
  • #3005: Fix MUC messages with a fallback body not rendering.
  • #3007: Fix links becoming text when a message is edited
  • #3018: Fix MUC icons not functioning.
  • #3028: Fix encrypted media from Conversations/Quicksy not properly decrypting

Version 9.1.1 - 2022-05-05

05 May 21:01
v9.1.1
Compare
Choose a tag to compare
  • GIFs don't render inside unfurls and cause a TypeError
  • Improve how the muc_domain setting is populated via service discovery
  • Remove local (non-requesting) contacts not returned from a full roster response
  • Improve performance by looking up VCards via map instead of traversing an array
  • Fix infinite loop when receiving service discovery entities with a circular dependency
  • #1130: Display the room’s vCard-temp avatar
  • #2746: Always reply to all iqs, even those not understood
  • #2794: Some display problems with mobile view mode
  • #2868: Selected emoji is inserted into all open chat boxes

Remove the very old and largely unused config option allow_muc.
If you don't want MUC support, you can add 'converse-muc' to the
blacklisted_plugins setting.