mirror of
https://github.com/RocketChat/Rocket.Chat.git
synced 2025-12-28 06:47:25 +00:00
Bump version to 6.1.0
This commit is contained in:
parent
50ab2222a1
commit
6c23588625
@ -44,7 +44,7 @@ const getAppsEngineVersion = async function({ version, git }) {
|
|||||||
|
|
||||||
const resultString = result.toString();
|
const resultString = result.toString();
|
||||||
|
|
||||||
const match = resultString.match(/"@rocket.chat\/meteor@workspace:apps\/meteor".*"@rocket\.chat\/apps\-engine@npm:([^"]+)"/);
|
const match = resultString.match(/"@rocket\.chat\/meteor@workspace:apps\/meteor".*"@rocket\.chat\/apps\-engine@[^#]+#npm:([^"]+)"/);
|
||||||
if (match) {
|
if (match) {
|
||||||
return match[1];
|
return match[1];
|
||||||
}
|
}
|
||||||
|
|||||||
91
HISTORY.md
91
HISTORY.md
@ -1,4 +1,95 @@
|
|||||||
|
|
||||||
|
# 6.1.0
|
||||||
|
`2023-03-29 · 1 🎉 · 1 🚀 · 4 🐛 · 4 🔍 · 11 👩💻👨💻`
|
||||||
|
|
||||||
|
### Engine versions
|
||||||
|
- Node: `14.21.2`
|
||||||
|
- NPM: `6.14.17`
|
||||||
|
- MongoDB: `4.4, 5.0, 6.0`
|
||||||
|
- Apps-Engine: `1.38.0`
|
||||||
|
|
||||||
|
### 🎉 New features
|
||||||
|
|
||||||
|
|
||||||
|
- VideoConference Guest mode and Conference Router ([#28186](https://github.com/RocketChat/Rocket.Chat/pull/28186))
|
||||||
|
|
||||||
|
Jira Issue: [VC-79]
|
||||||
|
|
||||||
|
### 🚀 Improvements
|
||||||
|
|
||||||
|
|
||||||
|
- Adding input type=password to AWS secrets fields ([#28159](https://github.com/RocketChat/Rocket.Chat/pull/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)
|
||||||
|
|
||||||
|
### 🐛 Bug fixes
|
||||||
|
|
||||||
|
|
||||||
|
- Engagement dashboard crash on Users tab ([#28131](https://github.com/RocketChat/Rocket.Chat/pull/28131))
|
||||||
|
|
||||||
|
- Gallery opening other image after closing ([#27957](https://github.com/RocketChat/Rocket.Chat/pull/27957))
|
||||||
|
|
||||||
|
How to reproduce:
|
||||||
|
1 - Upload MANY images to a channel (they have to be images and the bigger and more images the easier to reproduce)
|
||||||
|
2 - Click on one of the images
|
||||||
|
3 - Try to close the glalery as QUICK as possible
|
||||||
|
|
||||||
|
If done correctly, another image will open after closing the gallery. You could also try opening different images or throttling the network thru the devtools in order to help reproduce it.
|
||||||
|
|
||||||
|
I also took some time to make part of the code more readable.
|
||||||
|
|
||||||
|
- hide offline registration option for disconnected workspaces ([#28662](https://github.com/RocketChat/Rocket.Chat/pull/28662))
|
||||||
|
|
||||||
|
- Livechat MessageList not auto scrolling on new message ([#28547](https://github.com/RocketChat/Rocket.Chat/pull/28547))
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>🔍 Minor changes</summary>
|
||||||
|
|
||||||
|
|
||||||
|
- Change price filters for Enterprise apps ([#27553](https://github.com/RocketChat/Rocket.Chat/pull/27553))
|
||||||
|
|
||||||
|
* Currently, Enterprise apps are classified as “Free apps”. Now, they have been moved to a new “Enterprise” category in the _Apps_ page of the Marketplace.
|
||||||
|
* Created a new "Enterprise" pricing filter in the _Apps_ page.
|
||||||
|
* Removed the "Free" tag next to the _install_ button for enterprise apps, on the _App Info_ page.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
- regression: removed css for unread and upload indicators ([#28645](https://github.com/RocketChat/Rocket.Chat/pull/28645))
|
||||||
|
|
||||||
|
I had to revert a css deletion to rollback the styles form Upload and Unread indicators
|
||||||
|
|
||||||
|
**Current (problem):**
|
||||||
|

|
||||||
|
|
||||||
|
**Expected: (current changes)**
|
||||||
|

|
||||||
|

|
||||||
|
|
||||||
|
- Remove old css ([#28140](https://github.com/RocketChat/Rocket.Chat/pull/28140))
|
||||||
|
|
||||||
|
- Update Apps-Engine to latest ([#28646](https://github.com/RocketChat/Rocket.Chat/pull/28646))
|
||||||
|
|
||||||
|
Update the Apps-Engine version to v1.38.0
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
|
### 👩💻👨💻 Core Team 🤓
|
||||||
|
|
||||||
|
- [@MartinSchoeler](https://github.com/MartinSchoeler)
|
||||||
|
- [@csuadev](https://github.com/csuadev)
|
||||||
|
- [@d-gubert](https://github.com/d-gubert)
|
||||||
|
- [@dougfabris](https://github.com/dougfabris)
|
||||||
|
- [@felipe-rod123](https://github.com/felipe-rod123)
|
||||||
|
- [@gabriellsh](https://github.com/gabriellsh)
|
||||||
|
- [@ggazzo](https://github.com/ggazzo)
|
||||||
|
- [@hugocostadev](https://github.com/hugocostadev)
|
||||||
|
- [@matheusbsilva137](https://github.com/matheusbsilva137)
|
||||||
|
- [@rique223](https://github.com/rique223)
|
||||||
|
- [@totoi690](https://github.com/totoi690)
|
||||||
|
|
||||||
|
|
||||||
# 6.0.1
|
# 6.0.1
|
||||||
`2023-03-22 · 5 🔍 · 7 👩💻👨💻`
|
`2023-03-22 · 5 🔍 · 7 👩💻👨💻`
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
FROM registry.access.redhat.com/ubi8/nodejs-12
|
FROM registry.access.redhat.com/ubi8/nodejs-12
|
||||||
|
|
||||||
ENV RC_VERSION 6.0.1
|
ENV RC_VERSION 6.1.0
|
||||||
|
|
||||||
MAINTAINER buildmaster@rocket.chat
|
MAINTAINER buildmaster@rocket.chat
|
||||||
|
|
||||||
|
|||||||
@ -1,3 +1,3 @@
|
|||||||
{
|
{
|
||||||
"version": "6.0.1"
|
"version": "6.1.0"
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@rocket.chat/meteor",
|
"name": "@rocket.chat/meteor",
|
||||||
"description": "The Ultimate Open Source WebChat Platform",
|
"description": "The Ultimate Open Source WebChat Platform",
|
||||||
"version": "6.0.1",
|
"version": "6.1.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Rocket.Chat",
|
"name": "Rocket.Chat",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "rocket.chat",
|
"name": "rocket.chat",
|
||||||
"version": "6.0.1",
|
"version": "6.1.0",
|
||||||
"description": "Rocket.Chat Monorepo",
|
"description": "Rocket.Chat Monorepo",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"private": true,
|
"private": true,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user