Matrix (Synapse/Element) - Package Updates
-
[1.123.1]
- Update synapse to 1.142.1
- Full Changelog
- Fixed a bug introduced in v1.142.0 preventing subpaths in MAS endpoints from working. (#19186)
-
[1.11.4]
- Update element-web to 1.12.4
- Full Changelog
- Apply aria-hidden to emoji in SAS verification (#31204). Contributed by @t3chguy.
- Add options to hide header and composer of room view for the module api (#31095). Contributed by @florianduros.
- Experimental Module API Additions (#30863). Contributed by @dbkr.
- Change polls to use fieldset/legend markup (#31160). Contributed by @langleyd.
- Use compound Button styles for Jitsi button (#31159). Contributed by @Half-Shot.
- Add FocusLock to emoji picker (#31146). Contributed by @langleyd.
- Move room name, avatar, and topic to IOpts. (#30981). Contributed by @kaylendog.
- Add a devtool for looking at users and their devices (#30983). Contributed by @uhoreg.
- Fix room list handling of membership changes (#31197). Contributed by @t3chguy.
- Fix room list unable to be resized when displayed after a module (#31186). Contributed by @florianduros.
-
[1.124.0]
- Update synapse to 1.143.0
- Full Changelog
-
[1.11.5]
- Update element-web to 1.12.5
- Full Changelog
- Update Emojibase to v17 (#31307). Contributed by @t3chguy.
- Adds tooltip for compose menu (#31122). Contributed by @byteplow.
- Add option to hide pinned message banner in room view (#31296). Contributed by @florianduros.
- update twemoji to not monochromise emoji with BLACK in their name (#31281). Contributed by @ara4n.
- upgrade to twemoji 17.0.2 and fix #14695 (#31267). Contributed by @ara4n.
- Add options to hide right panel in room view (#31252). Contributed by @florianduros.
- Delayed event management: split endpoints, no auth (#31183). Contributed by @AndrewFerr.
- Support using Element Call for voice calls in DMs (#30817). Contributed by @Half-Shot.
- Improve screen reader accessibility of auth pages (#31236). Contributed by @t3chguy.
- Add posthog tracking for key backup toasts (#31195). Contributed by @Half-Shot.
-
[1.125.0]
- Update synapse to 1.144.0
- Full Changelog
- Deprecation of MacOS Python wheels
- Unstable mutual rooms endpoint is now behind an experimental feature flag
-
[1.11.7]
- Update element-web to 1.12.7
- Full Changelog
- Replace legacy icons with compound (#31424). Contributed by @t3chguy.
- Update polls UX to match EX Mobile and improve accessibility (#31245). Contributed by @langleyd.
- Add option to enable read receipt and marker when user interact with UI (#31353). Contributed by @florianduros.
- Introduce a hook to auto dispose view models (#31178). Contributed by @MidhunSureshR.
- Update settings toggles to use consistent design across app. (#30169). Contributed by @Half-Shot.
- Add ability to the room view to hide widgets (#31400). Contributed by @langleyd.
- call: Pass the echo cancellation and noise suppression settings to EC (#31317). Contributed by @BillCarsonFr.
- Tweak rendering of icons for a11y (#31358). Contributed by @t3chguy.
- Implement new
renderNotificationDecorationfrom module API (#31389). Contributed by @MidhunSureshR. - Replace more icons with compound (#31381). Contributed by @t3chguy.
-
[1.11.8]
- Update element-web to 1.12.8
- Full Changelog
- Remove
element_call.participant_limitconfig and associated code. (#31638). Contributed by @Half-Shot. - Switch to rendering svg icons rather than masking them (#31557). Contributed by @t3chguy.
- Update history visibility UX (#31635). Contributed by @langleyd.
- Show correct call icon for joining a call. (#31489). Contributed by @Half-Shot.
- Update StopGapWidgetDriver to support sticky events (#31205). Contributed by @Half-Shot.
- Remove release announcements for new sounds & room list (#31544). Contributed by @t3chguy.
- Add button to restore from backup into /devtools (#31581). Contributed by @mxandreas.
- Switch to non-solid compound icons for room settings & composer (#31561). Contributed by @t3chguy.
- Support encrypted state events MSC4362 (#31513). Contributed by @andybalaam.
- Update prop type & documentation for HistoryVisibleBanner and VM. (#31545). Contributed by @kaylendog.
-
[1.126.0]
- Update synapse to 1.146.0
- Full Changelog
- MSC2697 (Dehydrated devices) has been removed, as the MSC is closed. Developers should migrate to MSC3814. (#19346)
- Support for Ubuntu 25.04 (Plucky Puffin) has been dropped. Synapse no longer builds debian packages for Ubuntu 25.04.
- Add a new config option enable_local_media_storage which controls whether media is additionally stored locally when using configured media_storage_providers. Setting this to false allows off-site media storage without a local cache. Contributed by Patrice Brend'amour @dr.allgood. (#19204)
- Stabilise support for MSC4312's m.oauth User-Interactive Auth stage for resetting cross-signing identity with the OAuth 2.0 API. The old, unstable name (org.matrix.cross_signing_reset) is now deprecated and will be removed in a future release. (#19273)
- Refactor Grafana dashboard to use server_name label (instead of instance). (#19337)
- Fix joining a restricted v12 room locally when no local room creator is present but local users with sufficient power levels are. Contributed by @nexy7574. (#19321)
- Fixed parallel calls to /_matrix/media/v1/create being ratelimited for appservices even if rate_limited: false was set in the registration. Contributed by @tulir @ Beeper. (#19335)
- Fix a bug introduced in 1.61.0 where a user's membership in a room was accidentally ignored when considering access to historical state events in rooms with the "shared" history visibility. Contributed by Lukas Tautz. (#19353)
- MSC4140: Store the JSON content of scheduled delayed events as text instead of a byte array. This fixes the inability to schedule a delayed event with non-ASCII characters in its content. (#19360)
- Always rollback database transactions when retrying (avoid orphaned connections). (#19372)
-
J joseph forked this topic
-
[1.126.1]
- install s3-storage from github again