diff --git a/.github/history.json b/.github/history.json index c81ef66c3b5..8217d4c9da1 100644 --- a/.github/history.json +++ b/.github/history.json @@ -97566,6 +97566,129 @@ ] } ] + }, + "5.4.0-rc.5": { + "node_version": "14.19.3", + "npm_version": "6.14.17", + "mongo_versions": [ + "4.2", + "4.4", + "5.0" + ], + "pull_requests": [ + { + "pr": "27435", + "title": "[FIX] Fix watch db being started on Micro Services env", + "userLogin": "ggazzo", + "milestone": "5.4.0", + "contributors": [ + "ggazzo" + ] + }, + { + "pr": "26951", + "title": "[FIX] Unable to set idleTimeLimit for users", + "userLogin": "debdutdeb", + "milestone": "5.4.0", + "contributors": [ + "debdutdeb", + "yash-rajpal" + ] + }, + { + "pr": "27421", + "title": "Regression: Elevation and components z-index fixes", + "userLogin": "dougfabris", + "contributors": [ + "dougfabris", + "ggazzo" + ] + }, + { + "pr": "27433", + "title": "Chore: Update Apps-Engine to latest", + "userLogin": "d-gubert", + "milestone": "5.4.0", + "contributors": [ + "d-gubert" + ] + }, + { + "pr": "27359", + "title": "[FIX] Threads replied message not clickable on new message template", + "userLogin": "filipemarins", + "description": "Add the link to the parent message on the `ThreadMessagePreview` component;\r\nAdd `message ignored` status to the parent message too;\r\nAlso, allow clicking the message when is ignored status.", + "contributors": [ + "filipemarins", + "guijun13", + "kodiakhq[bot]", + "web-flow" + ] + }, + { + "pr": "27387", + "title": "[FIX] Livechat: Allow resolving external image and media blocks ", + "userLogin": "cauefcr", + "description": "Allow external urls to be viewed on livechat.", + "milestone": "5.5.0", + "contributors": [ + "cauefcr", + "web-flow", + "kodiakhq[bot]" + ] + }, + { + "pr": "27414", + "title": "Chore: bumping apps engine version", + "userLogin": "AllanPazRibeiro", + "milestone": "5.4.0", + "contributors": [ + "AllanPazRibeiro", + "d-gubert", + "web-flow" + ] + }, + { + "pr": "27420", + "title": "Regression: message-box-editing-color", + "userLogin": "juliajforesti", + "contributors": [ + "juliajforesti" + ] + }, + { + "pr": "27422", + "title": "Regression: Admin menu apps option not working", + "userLogin": "rique223", + "description": "Solved a bug caused by the RC production build steps breaking the flow router triggersEnter event that did some rerouting for marketplace. Removed the cited function from the routes.tsx file, and now the rerouting is done directly inside the AppsRoute file.\r\nDemo gif:\r\n![apps_rerouting_issue](https://user-images.githubusercontent.com/43561537/205097014-644be3fd-913e-48d6-8e2b-c082bd8f80cf.gif)", + "milestone": "5.4.0", + "contributors": [ + "rique223" + ] + }, + { + "pr": "27416", + "title": "[FIX] Fix Piwik and add extra setting to allow workarounds", + "userLogin": "ggazzo", + "milestone": "5.4.0", + "contributors": [ + "ggazzo" + ] + }, + { + "pr": "27368", + "title": "Regression: Bad words Filtering not working on new Message Parser", + "userLogin": "xareyli", + "description": "Was\r\n![forGH](https://user-images.githubusercontent.com/118266546/204087809-fca6152b-63db-4873-88b8-d86aeb324531.png)\r\n\r\nNow\r\n![forGH2](https://user-images.githubusercontent.com/118266546/204087822-e3273127-a4f0-4a45-a73e-910eb48c9b6f.png)", + "milestone": "5.4.0", + "contributors": [ + "xareyli", + "kodiakhq[bot]", + "web-flow", + "ggazzo" + ] + } + ] } } } \ No newline at end of file diff --git a/HISTORY.md b/HISTORY.md index b19fb7cfa01..cef0a068570 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,74 @@ # 5.4.0 (Under Release Candidate Process) +## 5.4.0-rc.5 +`2022-12-02 ยท 5 ๐Ÿ› ยท 6 ๐Ÿ” ยท 12 ๐Ÿ‘ฉโ€๐Ÿ’ป๐Ÿ‘จโ€๐Ÿ’ป` + +### ๐Ÿ› Bug fixes + + +- Fix Piwik and add extra setting to allow workarounds ([#27416](https://github.com/RocketChat/Rocket.Chat/pull/27416)) + +- Fix watch db being started on Micro Services env ([#27435](https://github.com/RocketChat/Rocket.Chat/pull/27435)) + +- Livechat: Allow resolving external image and media blocks ([#27387](https://github.com/RocketChat/Rocket.Chat/pull/27387)) + + Allow external urls to be viewed on livechat. + +- Threads replied message not clickable on new message template ([#27359](https://github.com/RocketChat/Rocket.Chat/pull/27359)) + + Add the link to the parent message on the `ThreadMessagePreview` component; + Add `message ignored` status to the parent message too; + Also, allow clicking the message when is ignored status. + +- Unable to set idleTimeLimit for users ([#26951](https://github.com/RocketChat/Rocket.Chat/pull/26951)) + +
+๐Ÿ” Minor changes + + +- Chore: bumping apps engine version ([#27414](https://github.com/RocketChat/Rocket.Chat/pull/27414)) + +- Chore: Update Apps-Engine to latest ([#27433](https://github.com/RocketChat/Rocket.Chat/pull/27433)) + +- Regression: Admin menu apps option not working ([#27422](https://github.com/RocketChat/Rocket.Chat/pull/27422)) + + Solved a bug caused by the RC production build steps breaking the flow router triggersEnter event that did some rerouting for marketplace. Removed the cited function from the routes.tsx file, and now the rerouting is done directly inside the AppsRoute file. + Demo gif: + ![apps_rerouting_issue](https://user-images.githubusercontent.com/43561537/205097014-644be3fd-913e-48d6-8e2b-c082bd8f80cf.gif) + +- Regression: Bad words Filtering not working on new Message Parser ([#27368](https://github.com/RocketChat/Rocket.Chat/pull/27368) by [@xareyli](https://github.com/xareyli)) + + Was + ![forGH](https://user-images.githubusercontent.com/118266546/204087809-fca6152b-63db-4873-88b8-d86aeb324531.png) + + Now + ![forGH2](https://user-images.githubusercontent.com/118266546/204087822-e3273127-a4f0-4a45-a73e-910eb48c9b6f.png) + +- Regression: Elevation and components z-index fixes ([#27421](https://github.com/RocketChat/Rocket.Chat/pull/27421)) + +- Regression: message-box-editing-color ([#27420](https://github.com/RocketChat/Rocket.Chat/pull/27420)) + +
+ +### ๐Ÿ‘ฉโ€๐Ÿ’ป๐Ÿ‘จโ€๐Ÿ’ป Contributors ๐Ÿ˜ + +- [@xareyli](https://github.com/xareyli) + +### ๐Ÿ‘ฉโ€๐Ÿ’ป๐Ÿ‘จโ€๐Ÿ’ป Core Team ๐Ÿค“ + +- [@AllanPazRibeiro](https://github.com/AllanPazRibeiro) +- [@cauefcr](https://github.com/cauefcr) +- [@d-gubert](https://github.com/d-gubert) +- [@debdutdeb](https://github.com/debdutdeb) +- [@dougfabris](https://github.com/dougfabris) +- [@filipemarins](https://github.com/filipemarins) +- [@ggazzo](https://github.com/ggazzo) +- [@guijun13](https://github.com/guijun13) +- [@juliajforesti](https://github.com/juliajforesti) +- [@rique223](https://github.com/rique223) +- [@yash-rajpal](https://github.com/yash-rajpal) + ## 5.4.0-rc.4 `2022-11-30 ยท 3 ๐Ÿ” ยท 4 ๐Ÿ‘ฉโ€๐Ÿ’ป๐Ÿ‘จโ€๐Ÿ’ป` diff --git a/apps/meteor/.docker/Dockerfile.rhel b/apps/meteor/.docker/Dockerfile.rhel index 12d2fc4b90f..6f6753777d8 100644 --- a/apps/meteor/.docker/Dockerfile.rhel +++ b/apps/meteor/.docker/Dockerfile.rhel @@ -1,6 +1,6 @@ FROM registry.access.redhat.com/ubi8/nodejs-12 -ENV RC_VERSION 5.4.0-rc.4 +ENV RC_VERSION 5.4.0-rc.5 MAINTAINER buildmaster@rocket.chat diff --git a/apps/meteor/app/utils/rocketchat.info b/apps/meteor/app/utils/rocketchat.info index 1fecf790555..d04f69479fb 100644 --- a/apps/meteor/app/utils/rocketchat.info +++ b/apps/meteor/app/utils/rocketchat.info @@ -1,3 +1,3 @@ { - "version": "5.4.0-rc.4" + "version": "5.4.0-rc.5" } diff --git a/apps/meteor/package.json b/apps/meteor/package.json index ef50957d509..0151f528887 100644 --- a/apps/meteor/package.json +++ b/apps/meteor/package.json @@ -1,7 +1,7 @@ { "name": "@rocket.chat/meteor", "description": "The Ultimate Open Source WebChat Platform", - "version": "5.4.0-rc.4", + "version": "5.4.0-rc.5", "private": true, "author": { "name": "Rocket.Chat", diff --git a/package.json b/package.json index 6e69ecf3010..d586a389eb5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rocket.chat", - "version": "5.4.0-rc.4", + "version": "5.4.0-rc.5", "description": "Rocket.Chat Monorepo", "main": "index.js", "private": true,