Skip to content

Tags: dheemanthrk/matrix-react-sdk

Tags

v3.64.2

Toggle v3.64.2's commit message
* Fix second occurence of a crash in older browsers 

v3.64.1

Toggle v3.64.1's commit message
* Fix crash in older browsers (replace .at() with array.length-1) ([\m… …atrix-org#9933](matrix-org#9933)). Fixes element-hq/element-web-rageshakes#19281.

v3.64.0

Toggle v3.64.0's commit message
* Switch threads on for everyone ([\matrix-org#9879](matrix-org#9879)). * Make threads use new UTD UI ([\matrix-org#9876](matrix-org#9876)). Fixes element-hq/element-web#24060. * Add edit and remove actions to link in RTE ([\matrix-org#9864](matrix-org#9864)). * Remove extensible events v1 experimental rendering ([\matrix-org#9881](matrix-org#9881)). * Make create poll dialog scale better (PSG-929) ([\matrix-org#9873](matrix-org#9873)). Fixes element-hq/element-web#21855. * Change RTE mode icons ([\matrix-org#9861](matrix-org#9861)). * Device manager - prune client information events after remote sign out ([\matrix-org#9874](matrix-org#9874)). * Check connection before starting broadcast ([\matrix-org#9857](matrix-org#9857)). * Enable sent receipt for poll start events (PSG-962) ([\matrix-org#9870](matrix-org#9870)). * Change clear notifications to have more readable copy ([\matrix-org#9867](matrix-org#9867)). * Combine search results when the query is present in multiple successive messages ([\matrix-org#9855](matrix-org#9855)). Fixes element-hq/element-web#3977. Contributed by @grimhilt. * Disable bubbles for broadcasts ([\matrix-org#9860](matrix-org#9860)). Fixes element-hq/element-web#24140. * Enable reactions and replies for broadcasts ([\matrix-org#9856](matrix-org#9856)). Fixes element-hq/element-web#24042. * Improve switching between rich and plain editing modes ([\matrix-org#9776](matrix-org#9776)). * Redesign the picture-in-picture window ([\matrix-org#9800](matrix-org#9800)). Fixes element-hq/element-web#23980. * User on-boarding tasks now appear in a static order. ([\matrix-org#9799](matrix-org#9799)). Contributed by @GoodGuyMarco. * Device manager - contextual menus ([\matrix-org#9832](matrix-org#9832)). * If listening a non-live broadcast and changing the room, the broadcast will be paused ([\matrix-org#9825](matrix-org#9825)). Fixes element-hq/element-web#24078. * Consider own broadcasts from other device as a playback ([\matrix-org#9821](matrix-org#9821)). Fixes element-hq/element-web#24068. * Add link creation to rich text editor ([\matrix-org#9775](matrix-org#9775)). * Add mark as read option in room setting ([\matrix-org#9798](matrix-org#9798)). Fixes element-hq/element-web#24053. * Device manager - current device design and copy tweaks ([\matrix-org#9801](matrix-org#9801)). * Unify notifications panel event design ([\matrix-org#9754](matrix-org#9754)). * Add actions for integration manager to send and read certain events ([\matrix-org#9740](matrix-org#9740)). * Device manager - design tweaks ([\matrix-org#9768](matrix-org#9768)). * Change room list sorting to activity and unread first by default ([\matrix-org#9773](matrix-org#9773)). Fixes element-hq/element-web#24014. * Add a config flag to enable the rust crypto-sdk ([\matrix-org#9759](matrix-org#9759)). * Improve decryption error UI by consolidating error messages and providing instructions when possible ([\matrix-org#9544](matrix-org#9544)). * Honor font settings in Element Call ([\matrix-org#9751](matrix-org#9751)). Fixes element-hq/element-web#23661. * Device manager - use deleteAccountData to prune device manager client information events ([\matrix-org#9734](matrix-org#9734)). * Display rooms & threads as unread (bold) if threads have unread messages. ([\matrix-org#9763](matrix-org#9763)). Fixes element-hq/element-web#23907. * Don't prefer STIXGeneral over the default font ([\matrix-org#9711](matrix-org#9711)). Fixes element-hq/element-web#23899. * Use the same avatar colour when creating 1:1 DM rooms ([\matrix-org#9850](matrix-org#9850)). Fixes element-hq/element-web#23476. * Fix space lock icon size ([\matrix-org#9854](matrix-org#9854)). Fixes element-hq/element-web#24128. * Make calls automatically disconnect if the widget disappears ([\matrix-org#9862](matrix-org#9862)). Fixes element-hq/element-web#23664. * Fix emoji in RTE editing ([\matrix-org#9827](matrix-org#9827)). * Fix export with attachments on formats txt and json ([\matrix-org#9851](matrix-org#9851)). Fixes element-hq/element-web#24130. Contributed by @grimhilt. * Fixed empty `Content-Type` for encrypted uploads ([\matrix-org#9848](matrix-org#9848)). Contributed by @K3das. * Fix sign-in instead link on password reset page ([\matrix-org#9820](matrix-org#9820)). Fixes element-hq/element-web#24087. * The seekbar now initially shows the current position ([\matrix-org#9796](matrix-org#9796)). Fixes element-hq/element-web#24051. * Fix: Editing a poll will silently change it to a closed poll ([\matrix-org#9809](matrix-org#9809)). Fixes element-hq/element-web#23176. * Make call tiles look less broken in the right panel ([\matrix-org#9808](matrix-org#9808)). Fixes element-hq/element-web#23716. * Prevent unnecessary m.direct updates ([\matrix-org#9805](matrix-org#9805)). Fixes element-hq/element-web#24059. * Fix checkForPreJoinUISI for thread roots ([\matrix-org#9803](matrix-org#9803)). Fixes element-hq/element-web#24054. * Snap in PiP widget when content changed ([\matrix-org#9797](matrix-org#9797)). Fixes element-hq/element-web#24050. * Load RTE components only when RTE labs is enabled ([\matrix-org#9804](matrix-org#9804)). * Ensure that events are correctly updated when they are edited. ([\matrix-org#9789](matrix-org#9789)). * When stopping a broadcast also stop the playback ([\matrix-org#9795](matrix-org#9795)). Fixes element-hq/element-web#24052. * Prevent to start two broadcasts at the same time ([\matrix-org#9744](matrix-org#9744)). Fixes element-hq/element-web#23973. * Correctly handle limited sync responses by resetting the thread timeline ([\matrix-org#3056](matrix-org/matrix-js-sdk#3056)). Fixes element-hq/element-web#23952. * Fix failure to start in firefox private browser ([\matrix-org#3058](matrix-org/matrix-js-sdk#3058)). Fixes element-hq/element-web#24216.

v3.64.0-rc.4

Toggle v3.64.0-rc.4's commit message
* Correctly handle limited sync responses by resetting the thread tim… …eline ([\matrix-org#3056](matrix-org/matrix-js-sdk#3056)). Fixes element-hq/element-web#23952.

v3.64.0-rc.3

Toggle v3.64.0-rc.3's commit message
* Fix failure to start in firefox private browser ([\matrix-org#3058](m… …atrix-org/matrix-js-sdk#3058)). Fixes element-hq/element-web#24216.

v3.64.0-rc.2

Toggle v3.64.0-rc.2's commit message
* Switch threads on for everyone ([\matrix-org#9879](matrix-org#9879)). 

v3.64.0-rc.1

Toggle v3.64.0-rc.1's commit message
* Make threads use new UTD UI ([\matrix-org#9876](matrix-org#9876)). F… …ixes element-hq/element-web#24060. * Add edit and remove actions to link in RTE ([\matrix-org#9864](matrix-org#9864)). * Remove extensible events v1 experimental rendering ([\matrix-org#9881](matrix-org#9881)). * Make create poll dialog scale better (PSG-929) ([\matrix-org#9873](matrix-org#9873)). Fixes element-hq/element-web#21855. * Change RTE mode icons ([\matrix-org#9861](matrix-org#9861)). * Device manager - prune client information events after remote sign out ([\matrix-org#9874](matrix-org#9874)). * Check connection before starting broadcast ([\matrix-org#9857](matrix-org#9857)). * Enable sent receipt for poll start events (PSG-962) ([\matrix-org#9870](matrix-org#9870)). * Change clear notifications to have more readable copy ([\matrix-org#9867](matrix-org#9867)). * Combine search results when the query is present in multiple successive messages ([\matrix-org#9855](matrix-org#9855)). Fixes element-hq/element-web#3977. Contributed by @grimhilt. * Disable bubbles for broadcasts ([\matrix-org#9860](matrix-org#9860)). Fixes element-hq/element-web#24140. * Enable reactions and replies for broadcasts ([\matrix-org#9856](matrix-org#9856)). Fixes element-hq/element-web#24042. * Improve switching between rich and plain editing modes ([\matrix-org#9776](matrix-org#9776)). * Redesign the picture-in-picture window ([\matrix-org#9800](matrix-org#9800)). Fixes element-hq/element-web#23980. * User on-boarding tasks now appear in a static order. ([\matrix-org#9799](matrix-org#9799)). Contributed by @GoodGuyMarco. * Device manager - contextual menus ([\matrix-org#9832](matrix-org#9832)). * If listening a non-live broadcast and changing the room, the broadcast will be paused ([\matrix-org#9825](matrix-org#9825)). Fixes element-hq/element-web#24078. * Consider own broadcasts from other device as a playback ([\matrix-org#9821](matrix-org#9821)). Fixes element-hq/element-web#24068. * Add link creation to rich text editor ([\matrix-org#9775](matrix-org#9775)). * Add mark as read option in room setting ([\matrix-org#9798](matrix-org#9798)). Fixes element-hq/element-web#24053. * Device manager - current device design and copy tweaks ([\matrix-org#9801](matrix-org#9801)). * Unify notifications panel event design ([\matrix-org#9754](matrix-org#9754)). * Add actions for integration manager to send and read certain events ([\matrix-org#9740](matrix-org#9740)). * Device manager - design tweaks ([\matrix-org#9768](matrix-org#9768)). * Change room list sorting to activity and unread first by default ([\matrix-org#9773](matrix-org#9773)). Fixes element-hq/element-web#24014. * Add a config flag to enable the rust crypto-sdk ([\matrix-org#9759](matrix-org#9759)). * Improve decryption error UI by consolidating error messages and providing instructions when possible ([\matrix-org#9544](matrix-org#9544)). * Honor font settings in Element Call ([\matrix-org#9751](matrix-org#9751)). Fixes element-hq/element-web#23661. * Device manager - use deleteAccountData to prune device manager client information events ([\matrix-org#9734](matrix-org#9734)). * Display rooms & threads as unread (bold) if threads have unread messages. ([\matrix-org#9763](matrix-org#9763)). Fixes element-hq/element-web#23907. * Don't prefer STIXGeneral over the default font ([\matrix-org#9711](matrix-org#9711)). Fixes element-hq/element-web#23899. * Use the same avatar colour when creating 1:1 DM rooms ([\matrix-org#9850](matrix-org#9850)). Fixes element-hq/element-web#23476. * Fix space lock icon size ([\matrix-org#9854](matrix-org#9854)). Fixes element-hq/element-web#24128. * Make calls automatically disconnect if the widget disappears ([\matrix-org#9862](matrix-org#9862)). Fixes element-hq/element-web#23664. * Fix emoji in RTE editing ([\matrix-org#9827](matrix-org#9827)). * Fix export with attachments on formats txt and json ([\matrix-org#9851](matrix-org#9851)). Fixes element-hq/element-web#24130. Contributed by @grimhilt. * Fixed empty `Content-Type` for encrypted uploads ([\matrix-org#9848](matrix-org#9848)). Contributed by @K3das. * Fix sign-in instead link on password reset page ([\matrix-org#9820](matrix-org#9820)). Fixes element-hq/element-web#24087. * The seekbar now initially shows the current position ([\matrix-org#9796](matrix-org#9796)). Fixes element-hq/element-web#24051. * Fix: Editing a poll will silently change it to a closed poll ([\matrix-org#9809](matrix-org#9809)). Fixes element-hq/element-web#23176. * Make call tiles look less broken in the right panel ([\matrix-org#9808](matrix-org#9808)). Fixes element-hq/element-web#23716. * Prevent unnecessary m.direct updates ([\matrix-org#9805](matrix-org#9805)). Fixes element-hq/element-web#24059. * Fix checkForPreJoinUISI for thread roots ([\matrix-org#9803](matrix-org#9803)). Fixes element-hq/element-web#24054. * Snap in PiP widget when content changed ([\matrix-org#9797](matrix-org#9797)). Fixes element-hq/element-web#24050. * Load RTE components only when RTE labs is enabled ([\matrix-org#9804](matrix-org#9804)). * Ensure that events are correctly updated when they are edited. ([\matrix-org#9789](matrix-org#9789)). * When stopping a broadcast also stop the playback ([\matrix-org#9795](matrix-org#9795)). Fixes element-hq/element-web#24052. * Prevent to start two broadcasts at the same time ([\matrix-org#9744](matrix-org#9744)). Fixes element-hq/element-web#23973.

v3.63.0

Toggle v3.63.0's commit message
* Prevent unnecessary m.direct updates ([\matrix-org#9805](matrix-org… …#9805)). Fixes element-hq/element-web#24059. * Fix checkForPreJoinUISI for thread roots ([\matrix-org#9803](matrix-org#9803)). Fixes element-hq/element-web#24054. * Add inline code formatting to rich text editor ([\matrix-org#9720](matrix-org#9720)). * Add emoji handling for plain text mode of the new rich text editor ([\matrix-org#9727](matrix-org#9727)). * Overlay virtual room call events into main timeline ([\matrix-org#9626](matrix-org#9626)). Fixes element-hq/element-web#22929. * Adds a new section under "Room Settings" > "Roles & Permissions" which adds the possibility to multiselect users from this room and grant them more permissions. ([\matrix-org#9596](matrix-org#9596)). Contributed by @GoodGuyMarco. * Add emoji handling for rich text mode ([\matrix-org#9661](matrix-org#9661)). * Add setting to hide bold notifications ([\matrix-org#9705](matrix-org#9705)). * Further password reset flow enhancements ([\matrix-org#9662](matrix-org#9662)). * Snooze the bulk unverified sessions reminder on dismiss ([\matrix-org#9706](matrix-org#9706)). * Honor advanced audio processing settings when recording voice messages ([\matrix-org#9610](matrix-org#9610)). Contributed by @MrAnno. * Improve the visual balance of bubble layout ([\matrix-org#9704](matrix-org#9704)). * Add config setting to disable bulk unverified sessions nag ([\matrix-org#9657](matrix-org#9657)). * Only display bulk unverified sessions nag when current sessions is verified ([\matrix-org#9656](matrix-org#9656)). * Separate labs and betas more clearly ([\matrix-org#8969](matrix-org#8969)). Fixes element-hq/element-web#22706. * Show user an error if we fail to create a DM for verification. ([\matrix-org#9624](matrix-org#9624)). * Fix issue where thread panel did not update correctly ([\matrix-org#9746](matrix-org#9746)). Fixes element-hq/element-web#23971. * Remove async call to get virtual room from room load ([\matrix-org#9743](matrix-org#9743)). Fixes element-hq/element-web#23968. * Check each thread for unread messages. ([\matrix-org#9723](matrix-org#9723)). * Device manage - handle sessions that don't support encryption ([\matrix-org#9717](matrix-org#9717)). Fixes element-hq/element-web#23722. * Fix hover state for formatting buttons (Rich text editor) (fix element-hq/element-web/issues/23832) ([\matrix-org#9715](matrix-org#9715)). * Don't allow group calls to be unterminated ([\matrix-org#9710](matrix-org#9710)). * Fix replies to emotes not showing as inline ([\matrix-org#9707](matrix-org#9707)). Fixes element-hq/element-web#23903. * Update copy of 'Change layout' button to match Element Call ([\matrix-org#9703](matrix-org#9703)). * Fix call splitbrains when switching between rooms ([\matrix-org#9692](matrix-org#9692)). * bugfix: fix an issue where the Notifier would incorrectly fire for non-timeline events ([\matrix-org#9664](matrix-org#9664)). Fixes element-hq/element-web#17263. * Fix power selector being wrongly disabled for admins themselves ([\matrix-org#9681](matrix-org#9681)). Fixes element-hq/element-web#23882. * Show day counts in call durations ([\matrix-org#9641](matrix-org#9641)).

v3.63.0-rc.2

Toggle v3.63.0-rc.2's commit message
* Enable threads by default ([\matrix-org#9736](matrix-org#9736)). Fixes  element-hq/element-web#19270 element-hq/element-web#21910 and element-hq/element-web#23946. * Add inline code formatting to rich text editor ([\matrix-org#9720](matrix-org#9720)). * Add emoji handling for plain text mode of the new rich text editor ([\matrix-org#9727](matrix-org#9727)). * Overlay virtual room call events into main timeline ([\matrix-org#9626](matrix-org#9626)). Fixes element-hq/element-web#22929. * Adds a new section under "Room Settings" > "Roles & Permissions" which adds the possibility to multiselect users from this room and grant them more permissions. ([\matrix-org#9596](matrix-org#9596)). Contributed by @GoodGuyMarco. * Add emoji handling for rich text mode ([\matrix-org#9661](matrix-org#9661)). * Add setting to hide bold notifications ([\matrix-org#9705](matrix-org#9705)). * Further password reset flow enhancements ([\matrix-org#9662](matrix-org#9662)). * Snooze the bulk unverified sessions reminder on dismiss ([\matrix-org#9706](matrix-org#9706)). * Honor advanced audio processing settings when recording voice messages ([\matrix-org#9610](matrix-org#9610)). Contributed by @MrAnno. * Improve the visual balance of bubble layout ([\matrix-org#9704](matrix-org#9704)). * Add config setting to disable bulk unverified sessions nag ([\matrix-org#9657](matrix-org#9657)). * Only display bulk unverified sessions nag when current sessions is verified ([\matrix-org#9656](matrix-org#9656)). * Separate labs and betas more clearly ([\matrix-org#8969](matrix-org#8969)). Fixes element-hq/element-web#22706. * Show user an error if we fail to create a DM for verification. ([\matrix-org#9624](matrix-org#9624)). * Fix issue where thread panel did not update correctly ([\matrix-org#9746](matrix-org#9746)). Fixes element-hq/element-web#23971. * Remove async call to get virtual room from room load ([\matrix-org#9743](matrix-org#9743)). Fixes element-hq/element-web#23968. * Check each thread for unread messages. ([\matrix-org#9723](matrix-org#9723)). * Device manage - handle sessions that don't support encryption ([\matrix-org#9717](matrix-org#9717)). Fixes element-hq/element-web#23722. * Fix hover state for formatting buttons (Rich text editor) (fix element-hq/element-web/issues/23832) ([\matrix-org#9715](matrix-org#9715)). * Don't allow group calls to be unterminated ([\matrix-org#9710](matrix-org#9710)). * Fix replies to emotes not showing as inline ([\matrix-org#9707](matrix-org#9707)). Fixes element-hq/element-web#23903. * Update copy of 'Change layout' button to match Element Call ([\matrix-org#9703](matrix-org#9703)). * Fix call splitbrains when switching between rooms ([\matrix-org#9692](matrix-org#9692)). * bugfix: fix an issue where the Notifier would incorrectly fire for non-timeline events ([\matrix-org#9664](matrix-org#9664)). Fixes element-hq/element-web#17263. * Fix power selector being wrongly disabled for admins themselves ([\matrix-org#9681](matrix-org#9681)). Fixes element-hq/element-web#23882. * Show day counts in call durations ([\matrix-org#9641](matrix-org#9641)).

v3.63.0-rc.1

Toggle v3.63.0-rc.1's commit message
* Enable threads by default ([\matrix-org#9736](matrix-org#9736)). Fixes  element-hq/element-web#19270 element-hq/element-web#21910 and element-hq/element-web#23946. * Add inline code formatting to rich text editor ([\matrix-org#9720](matrix-org#9720)). * Add emoji handling for plain text mode of the new rich text editor ([\matrix-org#9727](matrix-org#9727)). * Overlay virtual room call events into main timeline ([\matrix-org#9626](matrix-org#9626)). Fixes element-hq/element-web#22929. * Adds a new section under "Room Settings" > "Roles & Permissions" which adds the possibility to multiselect users from this room and grant them more permissions. ([\matrix-org#9596](matrix-org#9596)). Contributed by @GoodGuyMarco. * Add emoji handling for rich text mode ([\matrix-org#9661](matrix-org#9661)). * Add setting to hide bold notifications ([\matrix-org#9705](matrix-org#9705)). * Further password reset flow enhancements ([\matrix-org#9662](matrix-org#9662)). * Snooze the bulk unverified sessions reminder on dismiss ([\matrix-org#9706](matrix-org#9706)). * Honor advanced audio processing settings when recording voice messages ([\matrix-org#9610](matrix-org#9610)). Contributed by @MrAnno. * Improve the visual balance of bubble layout ([\matrix-org#9704](matrix-org#9704)). * Add config setting to disable bulk unverified sessions nag ([\matrix-org#9657](matrix-org#9657)). * Only display bulk unverified sessions nag when current sessions is verified ([\matrix-org#9656](matrix-org#9656)). * Separate labs and betas more clearly ([\matrix-org#8969](matrix-org#8969)). Fixes element-hq/element-web#22706. * Show user an error if we fail to create a DM for verification. ([\matrix-org#9624](matrix-org#9624)). * Fix issue where thread panel did not update correctly ([\matrix-org#9746](matrix-org#9746)). Fixes element-hq/element-web#23971. * Remove async call to get virtual room from room load ([\matrix-org#9743](matrix-org#9743)). Fixes element-hq/element-web#23968. * Check each thread for unread messages. ([\matrix-org#9723](matrix-org#9723)). * Device manage - handle sessions that don't support encryption ([\matrix-org#9717](matrix-org#9717)). Fixes element-hq/element-web#23722. * Fix hover state for formatting buttons (Rich text editor) (fix element-hq/element-web/issues/23832) ([\matrix-org#9715](matrix-org#9715)). * Don't allow group calls to be unterminated ([\matrix-org#9710](matrix-org#9710)). * Fix replies to emotes not showing as inline ([\matrix-org#9707](matrix-org#9707)). Fixes element-hq/element-web#23903. * Update copy of 'Change layout' button to match Element Call ([\matrix-org#9703](matrix-org#9703)). * Fix call splitbrains when switching between rooms ([\matrix-org#9692](matrix-org#9692)). * bugfix: fix an issue where the Notifier would incorrectly fire for non-timeline events ([\matrix-org#9664](matrix-org#9664)). Fixes element-hq/element-web#17263. * Fix power selector being wrongly disabled for admins themselves ([\matrix-org#9681](matrix-org#9681)). Fixes element-hq/element-web#23882. * Show day counts in call durations ([\matrix-org#9641](matrix-org#9641)).