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)
342 Posts 5 Posters 159.2k 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
      #141

      [1.42.0]

      • Update Synapse to 1.58.0
      • Full changelog
      • Implement MSC3383 for including the destination in server-to-server authentication headers. Contributed by @Bubu and @jcgruenhage for Famedly. (#11398)
      • Enable processing of device list updates asynchronously. (#12365, #12465)
      • Implement MSC2815 to allow room moderators to view redacted event content. Contributed by @tulir @ Beeper. (#12427)
      1 Reply Last reply
      0
      • girishG Offline
        girishG Offline
        girish
        Staff
        wrote on last edited by
        #142

        Synapse 1.58.1 hangs on startup . https://github.com/matrix-org/synapse/issues/12649 is the upstream issue (which, in turn, is caused by https://github.com/python-jsonschema/jsonschema/issues/941)

        1 Reply Last reply
        1
        • nebulonN Offline
          nebulonN Offline
          nebulon
          Staff
          wrote on last edited by
          #143

          [1.7.22]

          • Update Element to 1.10.12
          • Full changelog
          • Made the location map change the cursor to a pointer so it looks like it's clickable (https (#8451). Fixes #21991. Contributed by @Odyssey346.
          • Implement improved spacing for the thread list and timeline (#8337). Fixes #21759. Contributed by @luixxiul.
          • LLS: expose way to enable live sharing labs flag from location dialog (#8416).
          • Fix source text boxes in View Source modal should have full width (#8425). Fixes #21938. Contributed by @EECvision.
          • Read Receipts: never show +1, if it’s just 4, show all of them (#8428). Fixes #21935.
          • Add opt-in analytics to onboarding tasks (#8409). Fixes #21705.
          1 Reply Last reply
          0
          • nebulonN Offline
            nebulonN Offline
            nebulon
            Staff
            wrote on last edited by
            #144

            [1.43.0]

            • Update Synapse to 1.59.0
            • Full changelog
            1 Reply Last reply
            0
            • girishG Offline
              girishG Offline
              girish
              Staff
              wrote on last edited by
              #145

              [1.43.1]

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

                [1.7.23]

                • Update Element to 1.10.13
                • Full changelog
                • Lots of fixes and new features!
                1 Reply Last reply
                0
                • girishG Offline
                  girishG Offline
                  girish
                  Staff
                  wrote on last edited by
                  #147

                  [1.44.0]

                  • Update Synapse to 1.60.0
                  • Full changelog
                  • Add an option allowing users to use their password to reauthenticate for privileged actions even though password login is disabled. (#12883)
                  • Explicitly close ijson coroutines once we are done with them, instead of leaving the garbage collector to close them. (#12875)
                  • Improve URL previews by not including the content of media tags in the generated description. (#12887)
                  1 Reply Last reply
                  0
                  • nebulonN Offline
                    nebulonN Offline
                    nebulon
                    Staff
                    wrote on last edited by
                    #148

                    [1.7.24]

                    • Update Element to 1.10.14
                    • Full changelog
                    • Make Lao translation available (#22358). Fixes #22327.
                    • Configure custom home.html via .well-known/matrix/client["io.element.embedded_pages"]["home_url"] for all your element-web/desktop users (#7790). Contributed by @johannes-krude.
                    • Live location sharing - open location in OpenStreetMap (#8695). Contributed by @kerryarchibald.
                    • Show a dialog when Jitsi encounters an error (#8701). Fixes #22284.
                    • Add support for setting the avatar_url of widgets by integration managers. (#8550). Contributed by @Fox32.
                    • Add an option to ignore (block) a user when reporting their events (#8471).
                    • Add the option to disable hardware acceleration (#8655). Contributed by @novocaine.
                    • Slightly better presentation of read receipts to screen reader users (#8662). Fixes #22293. Contributed by @pvagner.
                    • Add jump to related event context menu item (#6775). Fixes #19883.
                    • Add public room directory hook (#8626).
                    1 Reply Last reply
                    0
                    • girishG Offline
                      girishG Offline
                      girish
                      Staff
                      wrote on last edited by
                      #149

                      [1.7.25]

                      • Update Element to 1.10.15
                      • Full changelog
                      • Fix missing element desktop preferences (#8798). Contributed by @t3chguy.
                      1 Reply Last reply
                      0
                      • girishG Offline
                        girishG Offline
                        girish
                        Staff
                        wrote on last edited by
                        #150

                        [1.45.0]

                        • Update Synapse to 1.61.0
                        • Full changelog
                        • Add new media_retention options to the homeserver config for routinely cleaning up non-recently accessed media. (#12732, #12972, #12977)
                        • Experimental support for MSC3772: Push rule for mutually related events. (#12740, #12859)
                        • Update to the check_event_for_spam module callback: Deprecate the current callback signature, replace it with a new signature that is both less ambiguous (replacing booleans with explicit allow/block) and more powerful (ability to return explicit error codes). (#12808)
                        • Add storage and module API methods to get monthly active users (and their corresponding appservices) within an optionally specified time range. (#12838, #12917)
                        • Support the new error code ORG.MATRIX.MSC3823.USER_ACCOUNT_SUSPENDED from MSC3823. (#12845, #12923)
                        • Add a configurable background job to delete stale devices. (#12855)
                        • Improve URL previews for pages with empty elements. (#12951)
                        • Allow updating a user's password using the admin API without logging out their devices. Contributed by @jcgruenhage. (#12952)
                        1 Reply Last reply
                        0
                        • girishG Offline
                          girishG Offline
                          girish
                          Staff
                          wrote on last edited by
                          #151

                          [1.45.1]

                          • Add s3 storage provider module
                          1 Reply Last reply
                          0
                          • nebulonN Offline
                            nebulonN Offline
                            nebulon
                            Staff
                            wrote on last edited by
                            #152

                            [1.45.2]

                            • Update Synapse to 1.61.1
                            • Full changelog
                            • Linkify GHSA commit
                            1 Reply Last reply
                            0
                            • nebulonN Offline
                              nebulonN Offline
                              nebulon
                              Staff
                              wrote on last edited by
                              #153

                              [1.46.0]

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

                                [1.8.0]

                                • Update Element to 1.11.0
                                • Full changelog
                                • Remove Piwik support (#8835).
                                • Document how to configure a custom home.html. (#21066). Contributed by @johannes-krude.
                                • Move New Search Experience out of beta (#8859). Contributed by @justjanne.
                                • Switch video rooms to spotlight layout when in PiP mode (#8912). Fixes #22574.
                                • Live location sharing - render message deleted tile for redacted beacons (#8905). Contributed by @kerryarchibald.
                                • Improve view source dialog style (#8883). Fixes #22636. Contributed by @luixxiul.
                                • Improve integration manager dialog style (#8888). Fixes #22642. Contributed by @luixxiul.
                                • Implement MSC3827: Filtering of /publicRooms by room type (#8866). Fixes #22578.
                                • Show chat panel when opening a video room with unread messages (#8812). Fixes #22527.
                                • Live location share - forward latest location (#8860). Contributed by @kerryarchibald.
                                • Allow integration managers to validate user identity after opening (#8782). Contributed by @Half-Shot.
                                • Create a common header on right panel cards on BaseCard (#8808). Contributed by @luixxiul.
                                • Integrate searching public rooms and people into the new search experience (#8707). Fixes #21354 and #19349. Contributed by @justjanne.
                                • Bring back waveform for voice messages and retain seeking (#8843). Fixes #21904.
                                • Improve colors in settings (#7283).
                                • Keep draft in composer when a slash command syntax errors (#8811). Fixes #22384.
                                • Release video rooms as a beta feature (#8431).
                                • Clarify logout key backup warning dialog. Contributed by @notramo. (#8741). Fixes #15565. Contributed by @MadLittleMods.
                                • Slightly improve the look of the Message edits dialog (#8763). Fixes #22410.
                                • Add support for MD / HTML in room topics (#8215). Fixes #5180. Contributed by @Johennes.
                                • Live location share - link to timeline tile from share warning (#8752). Contributed by @kerryarchibald.
                                • Improve composer visiblity (#8578). Fixes #22072 and #17362.
                                • Makes the avatar of the user menu non-draggable (#8765). Contributed by @luixxiul.
                                • Improve widget buttons behaviour and layout (#8734).
                                • Use AccessibleButton for 'Reset All' link button on SetupEncryptionBody (#8730). Contributed by @luixxiul.
                                • Adjust message timestamp position on TimelineCard in non-bubble layouts (#8745). Fixes #22426. Contributed by @luixxiul.
                                • Use AccessibleButton for 'In reply to' link button on ReplyChain (#8726). Fixes #22407. Contributed by @luixxiul.
                                • Live location share - enable reply and react to tiles (#8721). Contributed by @kerryarchibald.
                                • Change dash to em dash issues fixed (#8455). Fixes #21895. Contributed by @goelesha.
                                1 Reply Last reply
                                0
                                • nebulonN Offline
                                  nebulonN Offline
                                  nebulon
                                  Staff
                                  wrote on last edited by
                                  #155

                                  [1.47.0]

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

                                    [1.47.1]

                                    • Update Synapse to 1.63.1
                                    • Full changelog
                                    • Fix a bug introduced in Synapse 1.63.0 where push actions were incorrectly calculated for appservice users. This caused performance issues on servers with large numbers of appservices. (#13332)
                                    1 Reply Last reply
                                    0
                                    • nebulonN Offline
                                      nebulonN Offline
                                      nebulon
                                      Staff
                                      wrote on last edited by
                                      #157

                                      [1.8.1]

                                      • Update Element to 1.11.1
                                      • Full changelog
                                      • Enable URL tooltips on hover for Element Desktop (#22286). Fixes undefined/element-web#6532.
                                      • Hide screenshare button in video rooms on Desktop (#9045).
                                      • Add a developer command to reset Megolm and Olm sessions (#9044).
                                      • add spaces to TileErrorBoundary (#9012). Contributed by @HarHarLinks.
                                      • Location sharing - add localised strings to map (#9025). Fixes #21443. Contributed by @kerryarchibald.
                                      • Added trim to ignore whitespaces in email check (#9027). Contributed by @ankur12-1610.
                                      • Improve _GenericEventListSummary.scss (#9005). Contributed by @luixxiul.
                                      • Live location share - tiles without tile server (PSG-591) (#8962). Contributed by @kerryarchibald.
                                      • Add option to display tooltip on link hover (#8394). Fixes #21907.
                                      • Support a module API surface for custom functionality (#8246).
                                      • Adjust encryption copy when creating a video room (#8989). Fixes #22737.
                                      • Add bidirectonal isolation for pills (#8985). Contributed by @sha-265.
                                      • Delabs Show current avatar and name for users in message history (#8764). Fixes #22336.
                                      • Live location share - open latest location in map site (#8981). Contributed by @kerryarchibald.
                                      • Improve LinkPreviewWidget (#8881). Fixes #22634. Contributed by @luixxiul.
                                      • Render HTML topics in rooms on space home (#8939).
                                      • Hide timestamp on event tiles being edited on every layout (#8956). Contributed by @luixxiul.
                                      • Introduce new copy icon (#8942).
                                      • Allow finding group DMs by members in spotlight (#8922). Fixes #22564. Contributed by @justjanne.
                                      • Live location share - explicitly stop beacons replaced beacons (#8933). Contributed by @kerryarchibald.
                                      • Remove unpin from widget kebab menu (#8924).
                                      • Live location share - redact related locations on beacon redaction (#8926). Contributed by @kerryarchibald.
                                      • Live location share - disallow message pinning (#8928). Contributed by @kerryarchibald.
                                      1 Reply Last reply
                                      0
                                      • nebulonN Offline
                                        nebulonN Offline
                                        nebulon
                                        Staff
                                        wrote on last edited by
                                        #158

                                        [1.48.0]

                                        • Update Synapse to 1.64.0
                                        • Full changelog
                                        1 Reply Last reply
                                        0
                                        • girishG Offline
                                          girishG Offline
                                          girish
                                          Staff
                                          wrote on last edited by
                                          #159

                                          [1.8.2]

                                          • Update Element to 1.11.2
                                          • Full changelog
                                          • Enable URL tooltips on hover for Element Desktop (#22286). Fixes undefined/element-web#6532.
                                          • Hide screenshare button in video rooms on Desktop (#9045).
                                          • Add a developer command to reset Megolm and Olm sessions (#9044).
                                          • add spaces to TileErrorBoundary (#9012). Contributed by @HarHarLinks.
                                          • Location sharing - add localised strings to map (#9025). Fixes #21443. Contributed by @kerryarchibald.
                                          1 Reply Last reply
                                          0
                                          • girishG Offline
                                            girishG Offline
                                            girish
                                            Staff
                                            wrote on last edited by
                                            #160

                                            [1.8.3]

                                            • Update Element to 1.11.3
                                            • Full changelog
                                            • Improve auth aria attributes and semantics (#22948).
                                            • Device manager - New device tile info design (#9122). Contributed by @kerryarchibald.
                                            • Device manager generic settings subsection component (#9147). Contributed by @kerryarchibald.
                                            • Migrate the hidden read receipts flag to new "send read receipts" option (#9141).
                                            • Live location sharing - share location at most every 5 seconds (#9148). Contributed by @kerryarchibald.
                                            • Increase max length of voice messages to 15m (#9133). Fixes #18620.
                                            • Move pin drop out of labs (#9135).
                                            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