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
  • Brite
  • 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 - Status | Demo | Docs | Install
  1. Cloudron Forum
  2. Rocket.Chat
  3. Rocket.Chat - Package Updates

Rocket.Chat - Package Updates

Scheduled Pinned Locked Moved Rocket.Chat
227 Posts 7 Posters 211.3k Views 5 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.
  • girishG Offline
    girishG Offline
    girish
    Staff
    wrote on last edited by
    #115

    [2.34.4]

    • Update Rocket.Chat to 5.3.4
    • Full changelog
    • Thread messages being included in the room history even though they are not displayed (#27391)
    1 Reply Last reply
    0
    • nebulonN Away
      nebulonN Away
      nebulon
      Staff
      wrote on last edited by
      #116

      [2.34.5]

      • Update Rocket.Chat to 5.3.5
      • Full changelog
      • Fix watch db being started on Micro Services env (#27435)
      1 Reply Last reply
      0
      • nebulonN Away
        nebulonN Away
        nebulon
        Staff
        wrote on last edited by
        #117

        [2.35.0]

        • Update Rocket.Chat to 5.4.0
        • Update Cloudron base image to 4.0.0
        • Full changelog
        • Add new endpoint 'livechat/agent.status' & deprecate changeLivechatStatus meteor method (#27047)
        • Bugsnag client (#23580)
        • Custom MessageType for video conference messages (#27333)
        • Emphasis Elements (italic, strike and bold) in Message Parser Components (#27003)
        • Currently the message parser does not accept Emphasis elements mixed with plain text
        • Normal Link - Bold, Italic and ~strike~ Styles return plain text → Should return a Lin with bold/italic/strike
        • To fix this behavior it was necessary to edit LinkSpan component in gazzodown package (changes included in this PR) and the grammar/utils files in the fuselage/message-parser repository
        • Fuselage Pull Request: RocketChat/fuselage#887
        • Federation events coverage expansion (#27119)
        • REST API endpoint /v1/oauth-apps.create (#27054)
        • Created the 'oauth-apps.addOAuthApp' endpoint for the apps/meteor/client/views/admin/oauthApps/OAuthAddApp.tsx file, and added Ajv validation.
        • REST API endpoint /v1/rooms.delete (#26866)
        • Video Conference Message blocks and info action (#27310)
        1 Reply Last reply
        0
        • nebulonN Away
          nebulonN Away
          nebulon
          Staff
          wrote on last edited by
          #118

          [2.35.1]

          • Update Rocket.Chat to 5.4.1
          • Full changelog
          • Custom languages not being applied to i18next (#27557)
          • Fix Login with Show default form disabled (#27475)
          • Message Actions menu does not close upon choosing an action (#27328)
          • Pagination not working on current chats (#27432)
          • Registration and Login placeholders not being used (#27558)
          1 Reply Last reply
          0
          • nebulonN Away
            nebulonN Away
            nebulon
            Staff
            wrote on last edited by
            #119

            [2.35.2]

            • Update Rocket.Chat to 5.4.2
            • Full changelog
            • Emoji picker for large amount of custom emojis (#27745)
            • *.files endpoints returning hidden files (#27617)
            • New users aren't mapped to rooms with OAuth groups/channels map (#27000 by @carlosrodrigues94)
            • This change deals with the problem with the new users coming from key cloak, this users were not being mapped to the correct channels on RC.
            • Not all messages in chat conversations are available when forwarding between agents or departments. (#27816)
            • OmnichannelRoomIconProvider order breaking VideoConfPopup (#27740)
            1 Reply Last reply
            0
            • girishG Offline
              girishG Offline
              girish
              Staff
              wrote on last edited by
              #120

              [2.35.3]

              • Update Rocket.Chat to 5.4.3
              • Full changelog
              • Security Hotfix (https://docs.rocket.chat/guides/security/security-updates)
              1 Reply Last reply
              0
              • nebulonN Away
                nebulonN Away
                nebulon
                Staff
                wrote on last edited by
                #121

                [2.35.4]

                • Update Rocket.Chat to 5.4.4
                • Full changelog
                • Chore: New temporary settings to limit access to files and outside room members (#28319)
                1 Reply Last reply
                0
                • nebulonN Away
                  nebulonN Away
                  nebulon
                  Staff
                  wrote on last edited by
                  #122

                  [2.36.0]

                  • Update Rocket.Chat to 6.0.0
                  • Check the Full changelog for all the new features, bugfixes and also breaking changes
                  1 Reply Last reply
                  0
                  • nebulonN Away
                    nebulonN Away
                    nebulon
                    Staff
                    wrote on last edited by
                    #123

                    [2.36.1]

                    • Disable mongodb deprecation warning check
                    1 Reply Last reply
                    0
                    • girishG Offline
                      girishG Offline
                      girish
                      Staff
                      wrote on last edited by
                      #124

                      [2.36.2]

                      • Update Rocket.Chat to 6.0.1
                      • Full changelog
                      • fix: Apps.engine resource consumption (#28514)
                      • fix: Changing the app's error verification (#28450)
                      • fix: Horizontal scroll in main room if text is too long (#28434)
                      • fix: Offline register option (#28467)
                      1 Reply Last reply
                      0
                      • nebulonN Away
                        nebulonN Away
                        nebulon
                        Staff
                        wrote on last edited by
                        #125

                        [2.37.0]

                        • Update Rocket.Chat to 6.1.0
                        • Full changelog
                        • VideoConference Guest mode and Conference Router (#28186)
                        • Adding input type=password to AWS secrets fields (#28159)
                        • Some fields that store secrets for AWS were exposing sensitive data because they didn't have the input type as password.
                        • The change includes adding the password type and also changing the autocomplete value from <PasswordInput /> component to add the value new-password to avoid the browser autocompleting with the existing password. (This does not prevent the browser to show the hint to add the password)
                        • Engagement dashboard crash on Users tab (#28131)
                        • Gallery opening other image after closing (#27957)
                        • hide offline registration option for disconnected workspaces (#28662)
                        • Livechat MessageList not auto scrolling on new message (#28547)
                        1 Reply Last reply
                        0
                        • nebulonN Away
                          nebulonN Away
                          nebulon
                          Staff
                          wrote on last edited by
                          #126

                          [2.37.1]

                          • Update Rocket.Chat to 6.1.1
                          • Full changelog
                          • Messages jumping after reaction (#28770)
                          1 Reply Last reply
                          0
                          • girishG Offline
                            girishG Offline
                            girish
                            Staff
                            wrote on last edited by
                            #127

                            [2.37.2]

                            • Update Rocket.Chat to 6.1.2
                            • Full changelog
                            • Add function to get installation source (#28806)
                            • Fixed no role assign to manual registered users despite of Default Roles for Users settings (#28293 by @bhardwajdisha)
                            • Quotes chain off by one error in quote chain limit settings (#28281 by @jayesh-jain252)
                            • Fixed off by one error in Quote Chain Limit. Now if a user sets Message_QuoteChainLimit (default is 2) the number of quotes chained matches the setting.
                            • SMTP warnings on user form (#28832)
                            • Check for SMTP config on server side and then show warning on client side
                            1 Reply Last reply
                            0
                            • girishG Offline
                              girishG Offline
                              girish
                              Staff
                              wrote on last edited by
                              #128

                              [2.37.3]

                              • Update Rocket.Chat to 6.1.3
                              • Full changelog
                              • Livechat notifications not working correctly
                              1 Reply Last reply
                              0
                              • girishG Offline
                                girishG Offline
                                girish
                                Staff
                                wrote on last edited by
                                #129

                                [2.37.4]

                                • Update Rocket.Chat to 6.1.4
                                • Full changelog
                                1 Reply Last reply
                                0
                                • girishG Offline
                                  girishG Offline
                                  girish
                                  Staff
                                  wrote on last edited by
                                  #130

                                  [2.37.5]

                                  • Update Rocket.Chat to 6.1.5
                                  • Full changelog
                                  1 Reply Last reply
                                  0
                                  • girishG Offline
                                    girishG Offline
                                    girish
                                    Staff
                                    wrote on last edited by
                                    #131

                                    [2.37.6]

                                    • Update Rocket.Chat to 6.1.6
                                    • Full changelog
                                    • Livechat Triggers not working
                                    1 Reply Last reply
                                    0
                                    • girishG Offline
                                      girishG Offline
                                      girish
                                      Staff
                                      wrote on last edited by
                                      #132

                                      [2.37.7]

                                      • Update Rocket.Chat to 6.1.7
                                      • Full changelog
                                      • Migration error when removing 'snipetted' index
                                      1 Reply Last reply
                                      0
                                      • C Offline
                                        C Offline
                                        codepays
                                        wrote on last edited by
                                        #133

                                        Update your Rocket.Chat
                                        New version available (6.2.3)
                                        https://github.com/RocketChat/Rocket.Chat/releases/tag/6.2.3

                                        Can you update it to 6.2.3 pls 6.1.7 is old.

                                        1 Reply Last reply
                                        1
                                        • girishG Offline
                                          girishG Offline
                                          girish
                                          Staff
                                          wrote on last edited by
                                          #134

                                          [2.38.0]

                                          • Update Rocket.Chat to 6.2.8
                                          • Full changelog
                                          • add GA4 support (#28830 by @avelino)
                                          • auto link custom domain (#28501)
                                          • Custom roles and Public&Private apps stats (#27781)
                                          • Make the marketplace search bar placeholder dynamic (#28394)
                                          • Jira task: AECO-24
                                          • Adding input type=password to AWS secrets fields (#28159)
                                          • Galician onboarding translation (#27908 by @Thiagof99)
                                          1 Reply Last reply
                                          0

                                          Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                          Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                          With your input, this post could be even better 💗

                                          Register Login
                                          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