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)
347 Posts 5 Posters 180.5k 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.
  • nebulonN Offline
    nebulonN Offline
    nebulon
    Staff
    wrote on last edited by
    #278

    [1.92.0]

    • Update Synapse to 1.106.0
    • Full changelog
    • Send an email if the address is already bound to an user account. (#16819)
    • Implement the rendezvous mechanism described by MSC4108. (#17056)
    • Support delegating the rendezvous mechanism described MSC4108 to an external implementation. (#17086)
    • Add validation to ensure that the limit parameter on /publicRooms is non-negative. (#16920)
    • Return 400 M_NOT_JSON upon receiving invalid JSON in query parameters across various client and admin endpoints, rather than an internal server error. (#16923)
    • Make the CSAPI endpoint /keys/device_signing/upload idempotent. (#16943)
    • Redact membership events if the user requested erasure upon deactivating. (#17076)
    1 Reply Last reply
    0
    • nebulonN Offline
      nebulonN Offline
      nebulon
      Staff
      wrote on last edited by
      #279

      [1.9.24]

      • Update Element to 1.11.66
      • Full changelog
      • Use a different error message for UTDs when you weren't in the room. (#12453). Contributed by @uhoreg.
      • Take the Threads Activity Centre out of labs (#12439). Contributed by @dbkr.
      • Expected UTDs: use a different message for UTDs sent before login (#12391). Contributed by @richvdh.
      • Add Tooltip to AccessibleButton (#12443). Contributed by @florianduros.
      • Add analytics to activity toggles (#12418). Contributed by @dbkr.
      • Decrypt events in reverse order without copying the array (#12445). Contributed by @Johennes.
      • Use new compound tooltip (#12416). Contributed by @florianduros.
      • Expected UTDs: report a different Posthog code (#12389). Contributed by @richvdh.
      • TAC: Fix accessibility issue when the Release announcement is displayed (#12484). Contributed by @RiotRobot.
      • TAC: Close Release Announcement when TAC button is clicked (#12485). Contributed by @florianduros.
      • MenuItem: fix caption usage (#12455). Contributed by @florianduros.
      • Show the local echo in previews (#12451). Contributed by @langleyd.
      • Fixed the drag and drop of X #27186 (#12450). Contributed by @asimdelvi.
      • Move the TAC to above the button (#12438). Contributed by @dbkr.
      • Use the same logic in previews as the timeline to hide events that should be hidden (#12434). Contributed by @langleyd.
      • Fix selector so maths support doesn't mangle divs (#12433). Contributed by @uhoreg.
      1 Reply Last reply
      0
      • nebulonN Offline
        nebulonN Offline
        nebulon
        Staff
        wrote on last edited by
        #280

        [1.93.0]

        • Update Synapse to 1.107.0
        • Full changelog
        • Add preliminary support for MSC3823: Account Suspension. (#17051)
        • Declare support for Matrix v1.10. Contributed by @clokep. (#17082)
        • Add support for MSC4115: membership metadata on events. (#17104, #17137)
        • Fixed search feature of Element Android on homesevers using SQLite by returning search terms as search highlights. (#17000)
        • Fixes a bug introduced in v1.52.0 where the destination query parameter for the Destination Rooms Admin API failed to actually filter returned rooms. (#17077)
        • For MSC3266 room summaries, support queries at the recommended endpoint of /_matrix/client/unstable/im.nheko.summary/summary/{roomIdOrAlias}. The existing endpoint of /_matrix/client/unstable/im.nheko.summary/rooms/{roomIdOrAlias}/summary is deprecated. (#17078)
        • Apply user email & picture during OIDC registration if present & selected. (#17120)
        • Improve error message for cross signing reset with MSC3861 enabled. (#17121)
        • Fix a bug which meant that to-device messages received over federation could be dropped when the server was under load or networking problems caused problems between Synapse processes or the database. (#17127)
        • Fix bug where StreamChangeCache would not respect configured cache factors. (#17152)
        1 Reply Last reply
        0
        • nebulonN Offline
          nebulonN Offline
          nebulon
          Staff
          wrote on last edited by
          #281

          [1.9.25]

          • Update Element to 1.11.67
          • Full changelog
          • Tooltip: Improve the accessibility of the composer and the rich text editor (#12459). Contributed by @florianduros.
          • Allow explicit configuration of OIDC dynamic registration metadata (#12514). Contributed by @t3chguy.
          • Tooltip: improve accessibility for messages (#12487). Contributed by @florianduros.
          • Collapse UserSettings tabs to just icons on narrow screens (#12505). Contributed by @dbkr.
          • Add room topic to right panel room info (#12503). Contributed by @t3chguy.
          • OIDC: pass id_token via id_token_hint on Manage Account interaction (#12499). Contributed by @t3chguy.
          • Tooltip: improve accessibility in room (#12493). Contributed by @florianduros.
          • Tooltip: improve accessibility for call and voice messages (#12489). Contributed by @florianduros.
          • Move the active tab in user settings to the dialog title (#12481). Contributed by @dbkr.
          • Tooltip: improve accessibility of spaces (#12497). Contributed by @florianduros.
          • Tooltip: improve accessibility of the right panel (#12490). Contributed by @florianduros.
          • MSC3575 (Sliding Sync) add well-known proxy support (#12307). Contributed by @EdGeraghty.
          • Reuse single PlaybackWorker between Playback instances (#12520). Contributed by @t3chguy.
          • Fix well-known lookup for sliding sync labs check (#12519). Contributed by @t3chguy.
          • Fix element-desktop-ssoid being included in OIDC Authorization call (#12495). Contributed by @t3chguy.
          • Fix beta notifications reconciliation for intentional mentions push rules (#12510). Contributed by @t3chguy.
          • fix avatar stretched on 1:1 call (#12494). Contributed by @I-lander.
          • Check native sliding sync support against an unstable feature flag (#12498). Contributed by @turt2live.
          • Use OPTIONS for sliding sync detection poke (#12492). Contributed by @turt2live.
          • TAC: hide tooltip when the release announcement is displayed (#12472). Contributed by @florianduros.
          1 Reply Last reply
          0
          • girishG Offline
            girishG Offline
            girish
            Staff
            wrote on last edited by
            #282

            [1.94.0]

            • Update Synapse to 1.108.0
            • Full changelog
            • Add a feature that allows clients to query the configured federation whitelist. Disabled by default. (#16848, #17199)
            • Add the ability to allow numeric user IDs with a specific prefix when in the CAS flow. Contributed by AurĂ©lien Grimpard. (#17098)
            • Fix bug where push rules would be empty in /sync for some accounts. Introduced in v1.93.0. (#17142)
            • Add support for optional whitespace around the Federation API's Authorization header's parameter commas. (#17145)
            • Fix bug where disabling room publication prevented public rooms being created on workers. (#17177, #17184)
            1 Reply Last reply
            0
            • girishG Offline
              girishG Offline
              girish
              Staff
              wrote on last edited by
              #283

              [1.9.26]

              • Update Element to 1.11.68
              • Full changelog
              • Tooltip: Improve accessibility for context menus (#12462). Contributed by @florianduros.
              • Tooltip: Improve accessibility of space panel (#12525). Contributed by @florianduros.
              1 Reply Last reply
              0
              • nebulonN Offline
                nebulonN Offline
                nebulon
                Staff
                wrote on last edited by
                #284

                [1.95.0]

                • Update Synapse to 1.109.0
                • Full changelog
                1 Reply Last reply
                0
                • nebulonN Offline
                  nebulonN Offline
                  nebulon
                  Staff
                  wrote on last edited by
                  #285

                  [1.9.27]

                  • Update Element to 1.11.69
                  • Full changelog
                  1 Reply Last reply
                  0
                  • nebulonN Offline
                    nebulonN Offline
                    nebulon
                    Staff
                    wrote on last edited by
                    #286

                    [1.96.0]

                    • Update Synapse to 1.110.0
                    • Full changelog
                    1 Reply Last reply
                    0
                    • nebulonN Offline
                      nebulonN Offline
                      nebulon
                      Staff
                      wrote on last edited by
                      #287

                      [1.9.28]

                      • Update Element to 1.11.70
                      • Full changelog
                      1 Reply Last reply
                      0
                      • Package UpdatesP Offline
                        Package UpdatesP Offline
                        Package Updates
                        App Dev
                        wrote on last edited by
                        #288

                        [1.97.0]

                        • Update Synapse to 1.111.0
                        • Full changelog
                        1 Reply Last reply
                        0
                        • Package UpdatesP Offline
                          Package UpdatesP Offline
                          Package Updates
                          App Dev
                          wrote on last edited by
                          #289

                          [1.9.29]

                          • Update Element to 1.11.71
                          • Full changelog
                          1 Reply Last reply
                          0
                          • Package UpdatesP Offline
                            Package UpdatesP Offline
                            Package Updates
                            App Dev
                            wrote on last edited by
                            #290

                            [1.9.30]

                            • Update Element to 1.11.72
                            • Full changelog
                            • Polyfill Intl.Segmenter for wider web browser compatibility (#27803). Contributed by @dbkr.
                            • Enable audio/webaudio Modernizr rule (#27772). Contributed by @t3chguy.
                            • Add release announcement for the new room header (#12802). Contributed by @MidhunSureshR.
                            • Default the room header to on (#12803). Contributed by @MidhunSureshR.
                            • Update Thread Panel to match latest designs (#12797). Contributed by @t3chguy.
                            • Close any open modals on logout (#12777). Contributed by @dbkr.
                            • Iterate design of right panel empty state (#12796). Contributed by @t3chguy.
                            • Update styling of UserInfo right panel card (#12788). Contributed by @t3chguy.
                            • Accessibility: Add Landmark navigation (#12190). Contributed by @akirk.
                            • Let Element Call widget receive m.room.create (#12710). Contributed by @AndrewFerr.
                            • Let Element Call widget set session memberships (#12713). Contributed by @AndrewFerr.
                            • Update right panel base card styling to match Compound (#12768). Contributed by @t3chguy.
                            • Align widget_build_url_ignore_dm with call behaviour switch between 1:1 and Widget (#12760). Contributed by @t3chguy.
                            • Move integrations switch (#12733). Contributed by @dbkr.
                            • Element-R: Report events with withheld keys separately to Posthog. (#12755). Contributed by @richvdh.
                            1 Reply Last reply
                            0
                            • Package UpdatesP Offline
                              Package UpdatesP Offline
                              Package Updates
                              App Dev
                              wrote on last edited by
                              #291

                              [1.97.1]

                              • Update Synapse to 1.111.1
                              • Full changelog
                              1 Reply Last reply
                              0
                              • Package UpdatesP Offline
                                Package UpdatesP Offline
                                Package Updates
                                App Dev
                                wrote on last edited by
                                #292

                                [1.97.2]

                                • Update Synapse to 1.112.0
                                • Full changelog
                                1 Reply Last reply
                                0
                                • Package UpdatesP Offline
                                  Package UpdatesP Offline
                                  Package Updates
                                  App Dev
                                  wrote on last edited by
                                  #293

                                  [1.9.31]

                                  • Update Element to 1.11.73
                                  • Full changelog
                                  • Fixes for CVE-2024-42347 / GHSA-f83w-wqhc-cfp4
                                  1 Reply Last reply
                                  0
                                  • Package UpdatesP Offline
                                    Package UpdatesP Offline
                                    Package Updates
                                    App Dev
                                    wrote on last edited by
                                    #294

                                    [1.9.32]

                                    • Update Element to 1.11.74
                                    • Full changelog
                                    1 Reply Last reply
                                    0
                                    • Package UpdatesP Offline
                                      Package UpdatesP Offline
                                      Package Updates
                                      App Dev
                                      wrote on last edited by
                                      #295

                                      [1.97.3]

                                      • Update Synapse to 1.113.0
                                      • Full changelog
                                      1 Reply Last reply
                                      0
                                      • Package UpdatesP Offline
                                        Package UpdatesP Offline
                                        Package Updates
                                        App Dev
                                        wrote on last edited by
                                        #296

                                        [1.9.33]

                                        • Update Element to 1.11.75
                                        • Full changelog
                                        1 Reply Last reply
                                        0
                                        • Package UpdatesP Offline
                                          Package UpdatesP Offline
                                          Package Updates
                                          App Dev
                                          wrote on last edited by
                                          #297

                                          [1.9.34]

                                          • Update Element to 1.11.76
                                          • Full changelog
                                          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