Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps | Demo | Docs | Install
  1. Cloudron Forum
  2. Matrix (Synapse/Element)
  3. Matrix (Synapse/Element) - Package Updates

Matrix (Synapse/Element) - Package Updates

Scheduled Pinned Locked Moved Matrix (Synapse/Element)
349 Posts 5 Posters 189.6k Views 10 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Package UpdatesP Offline
    Package UpdatesP Offline
    Package Updates
    App Dev
    wrote on last edited by
    #333

    [1.107.0]

    • Update base image to 5.0.0
    1 Reply Last reply
    0
    • Package UpdatesP Offline
      Package UpdatesP Offline
      Package Updates
      App Dev
      wrote on last edited by
      #334

      [1.108.0]

      • Update synapse to 1.127.0
      • Full Changelog
      • Update MSC4140 implementation to no longer cancel a user's own delayed state events with an event type & state key that match a more recent state event sent by that user. (#17810)
      • Fixed a minor typo in the Synapse documentation. Contributed by @karuto12. (#18224)
      • Remove undocumented SYNAPSE_USE_FROZEN_DICTS environment variable. (#18123)
      • Fix detection of workflow failures in the release script. (#18211)
      • Add caching support to media endpoints. (#18235)
      1 Reply Last reply
      0
      • Package UpdatesP Offline
        Package UpdatesP Offline
        Package Updates
        App Dev
        wrote on last edited by
        #335

        [1.10.1]

        • Update element-web to 1.11.96
        • Full Changelog
        • RoomListViewModel: Track the index of the active room in the list (#​29519). Contributed by @​MidhunSureshR.
        • New room list: add empty state (#​29512). Contributed by @​florianduros.
        • Implement MessagePreviewViewModel (#​29514). Contributed by @​MidhunSureshR.
        • RoomListViewModel: Add functionality to toggle message preview setting (#​29511). Contributed by @​MidhunSureshR.
        • New room list: add more options menu on room list item (#​29445). Contributed by @​florianduros.
        • RoomListViewModel: Provide a way to resort the room list and track the active sort method (#​29499). Contributed by @​MidhunSureshR.
        • Change *All rooms* meta space name to *All Chats* (#​29498). Contributed by @​florianduros.
        • Add setting to hide avatars of rooms you have been invited to. (#​29497). Contributed by @​Half-Shot.
        • Room List Store: Save preferred sorting algorithm and use that on app launch (#​29493). Contributed by @​MidhunSureshR.
        • Add key storage toggle to Encryption settings (#​29310). Contributed by @​dbkr.
        1 Reply Last reply
        0
        • Package UpdatesP Offline
          Package UpdatesP Offline
          Package Updates
          App Dev
          wrote on last edited by
          #336

          [1.108.1]

          • Update synapse to 1.127.1
          • Full Changelog
          • Fix CVE-2025-30355 / GHSA-v56r-hwv5-mxg6. High severity vulnerability affecting federation. The vulnerability has been exploited in the wild.
          1 Reply Last reply
          0
          • Package UpdatesP Offline
            Package UpdatesP Offline
            Package Updates
            App Dev
            wrote on last edited by
            #337

            [1.10.2]

            • Update element-web to 1.11.97
            • Full Changelog
            • New room list: reduce padding between avatar and room list border (#​29634). Contributed by @​florianduros.
            • Bundle Element Call with Element Web packages (#​29309). Contributed by @​t3chguy.
            • Hide an event notification if it is redacted (#​29605). Contributed by @​Half-Shot.
            • Switch away from nesting React trees and mangling the DOM (#​29586). Contributed by @​t3chguy.
            • New room list: add notification decoration (#​29552). Contributed by @​florianduros.
            • RoomListStore: Unread filter should match rooms that were marked as unread (#​29580). Contributed by @​MidhunSureshR.
            • Add support for hiding videos (#​29496). Contributed by @​Half-Shot.
            • Use an outline icon for the report room button (#​29573). Contributed by @​robintown.
            • Generate/load pickle key on SSO (#​29568). Contributed by @​Jujure.
            • Add report room dialog button/dialog. (#​29513). Contributed by @​Half-Shot.
            1 Reply Last reply
            0
            • Package UpdatesP Offline
              Package UpdatesP Offline
              Package Updates
              App Dev
              wrote on last edited by
              #338

              [1.109.0]

              • Update synapse to 1.128.0
              • Full Changelog
              • Add an access token introspection cache to make Matrix Authentication Service integration (MSC3861) more efficient. (#18231)
              • Add background job to clear unreferenced state groups. (#18254)
              • Hashes of media files are now tracked by Synapse. Media quarantines will now apply to all files with the same hash. (#18277, #18302, #18296)
              1 Reply Last reply
              0
              • Package UpdatesP Offline
                Package UpdatesP Offline
                Package Updates
                App Dev
                wrote on last edited by
                #339

                [1.10.3]

                • Update element-web to 1.11.98
                • Full Changelog
                • print better errors in the search view instead of a blocking modal (#29724). Contributed by @Jujure.
                • New room list: video room and video call decoration (#29693). Contributed by @florianduros.
                • Remove Secure Backup, Cross-signing and Cryptography sections in Security & Privacy user settings (#29088). Contributed by @florianduros.
                • Allow reporting a room when rejecting an invite. (#29570). Contributed by @Half-Shot.
                • RoomListViewModel: Reset primary and secondary filters on space change (#29672). Contributed by @MidhunSureshR.
                • RoomListStore: Support specific sorting requirements for muted rooms (#29665). Contributed by @MidhunSureshR.
                • New room list: add notification options menu (#29639). Contributed by @florianduros.
                • Room List: Scroll to top of the list when active room is not in the list (#29650). Contributed by @MidhunSureshR.
                • Fix unwanted form submit behaviour in memberlist (#29747). Contributed by @MidhunSureshR.
                • New room list: fix public room icon visibility when filter change (#29737). Contributed by @florianduros.
                1 Reply Last reply
                0
                • Package UpdatesP Offline
                  Package UpdatesP Offline
                  Package Updates
                  App Dev
                  wrote on last edited by
                  #340

                  [1.10.4]

                  • Update element-web to 1.11.99
                  • Full Changelog
                  1 Reply Last reply
                  0
                  • Package UpdatesP Offline
                    Package UpdatesP Offline
                    Package Updates
                    App Dev
                    wrote on last edited by
                    #341

                    [1.110.0]

                    • Update synapse to 1.129.0
                    • Full Changelog
                    1 Reply Last reply
                    0
                    • Package UpdatesP Offline
                      Package UpdatesP Offline
                      Package Updates
                      App Dev
                      wrote on last edited by
                      #342

                      [1.10.5]

                      • Update element-web to 1.11.100
                      • Full Changelog
                      • Move rich topics out of labs / stabilise MSC3765 (#29817). Contributed by @Johennes.
                      • Spell out that Element Web does not work on mobile. (#29211). Contributed by @ara4n.
                      • Add message preview support to the new room list (#29784). Contributed by @dbkr.
                      • Global configuration flag for media previews (#29582). Contributed by @Half-Shot.
                      • New room list: add partial keyboard shortcuts support (#29783). Contributed by @florianduros.
                      • MVVM RoomSummaryCard Topic (#29710). Contributed by @MarcWadai.
                      • Warn on self change from settings > roles (#28926). Contributed by @MarcWadai.
                      • New room list: new visual for invitation (#29773). Contributed by @florianduros.
                      • Fix incorrect display of the user info display name (#29826). Contributed by @langleyd.
                      • RoomListStore: Remove invite rooms on decline (#29804). Contributed by @MidhunSureshR.
                      1 Reply Last reply
                      0
                      • Package UpdatesP Offline
                        Package UpdatesP Offline
                        Package Updates
                        App Dev
                        wrote on last edited by
                        #343

                        [1.10.6]

                        • Update element-web to 1.11.101
                        • Full Changelog
                        • New room list: add keyboard navigation support (#29805). Contributed by @florianduros.
                        • Use the JoinRuleSettings component for the guest link access prompt. (#28614). Contributed by @toger5.
                        • Add loading state to the new room list view (#29725). Contributed by @langleyd.
                        • Make OIDC identity reset consistent with EX (#29854). Contributed by @andybalaam.
                        • Support error code for email / phone adding unsupported (MSC4178) (#29855). Contributed by @dbkr.
                        • Update identity reset UI (Make consistent with EX) (#29701). Contributed by @andybalaam.
                        • Add secondary filters to the new room list (#29818). Contributed by @dbkr.
                        • Fix battery drain from Web Audio (#29203). Contributed by @mbachry.
                        • Fix go home shortcut on macos and change toggle action events shortcut (#29929). Contributed by @florianduros.
                        • New room list: fix outdated message preview when space or filter change (#29925). Contributed by @florianduros.
                        1 Reply Last reply
                        0
                        • Package UpdatesP Offline
                          Package UpdatesP Offline
                          Package Updates
                          App Dev
                          wrote last edited by
                          #344

                          [1.111.0]

                          • Update synapse to 1.130.0
                          • Full Changelog
                          • Fix startup being blocked on creating a new index that was introduced in v1.130.0rc1. (#​18439)
                          • Fix the ordering of local messages in rooms that were affected by GHSA-v56r-hwv5-mxg6. (#​18447)
                          1 Reply Last reply
                          0
                          • Package UpdatesP Offline
                            Package UpdatesP Offline
                            Package Updates
                            App Dev
                            wrote last edited by
                            #345

                            [1.112.0]

                            • Update synapse to 1.131.0
                            • Full Changelog
                            1 Reply Last reply
                            0
                            • Package UpdatesP Offline
                              Package UpdatesP Offline
                              Package Updates
                              App Dev
                              wrote last edited by
                              #346

                              [1.10.7]

                              • Update element-web to 1.11.102
                              • Full Changelog
                              • EW: Modernize the recovery key input modal (#29819). Contributed by @uhoreg.
                              • New room list: move secondary filters into primary filters (#29972). Contributed by @florianduros.
                              • Prompt the user when key storage is unexpectedly off (#29912). Contributed by @andybalaam.
                              • New room list: move sort menu in room list header (#29983). Contributed by @florianduros.
                              • New room list: rework spacing of room list item (#29965). Contributed by @florianduros.
                              • RLS: Remove forgotten room from skiplist (#29933). Contributed by @MidhunSureshR.
                              • Add room list sorting (#29951). Contributed by @dbkr.
                              • Don't use the minimised width(68px) on the new room list (#29778). Contributed by @langleyd.
                              • [Backport staging] Close call options popup menu when option has been selected (#30054). Contributed by @RiotRobot.
                              • RoomListStoreV3: Only add new rooms that pass VisibilityProvider check (#29974). Contributed by @MidhunSureshR.
                              1 Reply Last reply
                              0
                              • Package UpdatesP Offline
                                Package UpdatesP Offline
                                Package Updates
                                App Dev
                                wrote last edited by
                                #347

                                [1.10.8]

                                • Update element-web to 1.11.103
                                • Full Changelog
                                • Check the sender of an event matches owner of session, preventing sender spoofing by homeserver owners. 13c1d20 (High, GHSA-x958-rvg6-956w).
                                1 Reply Last reply
                                0
                                • Package UpdatesP Offline
                                  Package UpdatesP Offline
                                  Package Updates
                                  App Dev
                                  wrote last edited by
                                  #348

                                  [1.113.0]

                                  • Update synapse to 1.132.0
                                  • Full Changelog
                                  1 Reply Last reply
                                  0
                                  • Package UpdatesP Offline
                                    Package UpdatesP Offline
                                    Package Updates
                                    App Dev
                                    wrote last edited by
                                    #349

                                    [1.10.9]

                                    • Update element-web to 1.11.104
                                    • Full Changelog
                                    • Update the mobile_guide page to the new design. (#30006). Contributed by @pixlwave.
                                    • Provide a devtool for manually verifying other devices (#30094). Contributed by @andybalaam.
                                    • Implement MSC4155: Invite filtering (#29603). Contributed by @Half-Shot.
                                    • Add low priority avatar decoration to room tile (#30065). Contributed by @MidhunSureshR.
                                    • Add ability to prevent window content being captured by other apps (Desktop) (#30098). Contributed by @t3chguy.
                                    • New room list: move message preview in user settings (#30023). Contributed by @florianduros.
                                    • New room list: change room options icon (#30029). Contributed by @florianduros.
                                    • RoomListStore: Sort low priority rooms to the bottom of the list (#30070). Contributed by @MidhunSureshR.
                                    • Add low priority filter pill to the room list UI (#30060). Contributed by @MidhunSureshR.
                                    • New room list: remove color gradient in space panel (#29721). Contributed by @florianduros.
                                    1 Reply Last reply
                                    0
                                    Reply
                                    • Reply as topic
                                    Log in to reply
                                    • Oldest to Newest
                                    • Newest to Oldest
                                    • Most Votes


                                    • Login

                                    • Don't have an account? Register

                                    • Login or register to search.
                                    • First post
                                      Last post
                                    0
                                    • Categories
                                    • Recent
                                    • Tags
                                    • Popular
                                    • Bookmarks
                                    • Search