Merge branch 'master' into develop

pull/18282/head^2
Diego Sampaio 5 years ago
commit 5c993fe1ed
No known key found for this signature in database
GPG Key ID: E060152B30502562
  1. 95
      .github/history.json
  2. 73
      HISTORY.md

@ -42492,6 +42492,101 @@
]
}
]
},
"3.1.2": {
"pull_requests": [
{
"pr": "17453",
"title": "[FIX] LDAP error when trying to add room with spaces in the name",
"userLogin": "pierre-lehnen-rc",
"milestone": "3.1.2",
"contributors": [
"pierre-lehnen-rc"
]
},
{
"pr": "17430",
"title": "Regression: Add missing cacheKey to mem",
"userLogin": "sampaiodiego",
"milestone": "3.1.2",
"contributors": [
"sampaiodiego"
]
},
{
"pr": "17422",
"title": "[FIX] Empty Incoming webhook script field ",
"userLogin": "ggazzo",
"milestone": "3.1.2",
"contributors": [
"ggazzo"
]
},
{
"pr": "17417",
"title": "[FIX] LDAP Sync error",
"userLogin": "fastrde",
"milestone": "3.1.2",
"contributors": [
"fastrde"
]
},
{
"pr": "17404",
"title": "[FIX] Bot Agents not being able to get Omnichannel Inquiries",
"userLogin": "renatobecker",
"milestone": "3.1.2",
"contributors": [
"renatobecker"
]
},
{
"pr": "17406",
"title": "[FIX] Allowing blocking a user on channels",
"userLogin": "sampaiodiego",
"milestone": "3.1.2",
"contributors": [
"sampaiodiego"
]
},
{
"pr": "17391",
"title": "Regression: Fix mem usage with more than one argument",
"userLogin": "sampaiodiego",
"milestone": "3.1.2",
"contributors": [
"sampaiodiego"
]
},
{
"pr": "17320",
"title": "[FIX] Web Client memory leak caused by the Emoji rendering",
"userLogin": "ggazzo",
"milestone": "3.1.2",
"contributors": [
"ggazzo",
"web-flow"
]
},
{
"pr": "17348",
"title": "[FIX] Omnichannel room info panel opening whenever a message is sent",
"userLogin": "renatobecker",
"milestone": "3.1.2",
"contributors": [
"renatobecker"
]
},
{
"pr": "17249",
"title": "[FIX] New user added by admin doesn't receive random password email",
"userLogin": "pierre-lehnen-rc",
"milestone": "3.1.2",
"contributors": [
"pierre-lehnen-rc"
]
}
]
}
}
}

@ -1,4 +1,47 @@
# 3.1.2
`2020-04-27 · 8 🐛 · 2 🔍 · 5 👩💻👨💻`
### 🐛 Bug fixes
- LDAP error when trying to add room with spaces in the name ([#17453](https://github.com/RocketChat/Rocket.Chat/pull/17453))
- Empty Incoming webhook script field ([#17422](https://github.com/RocketChat/Rocket.Chat/pull/17422))
- LDAP Sync error ([#17417](https://github.com/RocketChat/Rocket.Chat/pull/17417) by [@fastrde](https://github.com/fastrde))
- Bot Agents not being able to get Omnichannel Inquiries ([#17404](https://github.com/RocketChat/Rocket.Chat/pull/17404))
- Allowing blocking a user on channels ([#17406](https://github.com/RocketChat/Rocket.Chat/pull/17406))
- Web Client memory leak caused by the Emoji rendering ([#17320](https://github.com/RocketChat/Rocket.Chat/pull/17320))
- Omnichannel room info panel opening whenever a message is sent ([#17348](https://github.com/RocketChat/Rocket.Chat/pull/17348))
- New user added by admin doesn't receive random password email ([#17249](https://github.com/RocketChat/Rocket.Chat/pull/17249))
<details>
<summary>🔍 Minor changes</summary>
- Regression: Add missing cacheKey to mem ([#17430](https://github.com/RocketChat/Rocket.Chat/pull/17430))
- Regression: Fix mem usage with more than one argument ([#17391](https://github.com/RocketChat/Rocket.Chat/pull/17391))
</details>
### 👩💻👨💻 Contributors 😍
- [@fastrde](https://github.com/fastrde)
### 👩💻👨💻 Core Team 🤓
- [@ggazzo](https://github.com/ggazzo)
- [@pierre-lehnen-rc](https://github.com/pierre-lehnen-rc)
- [@renatobecker](https://github.com/renatobecker)
- [@sampaiodiego](https://github.com/sampaiodiego)
# 3.1.1
`2020-04-14 · 8 🐛 · 1 🔍 · 6 👩💻👨💻`
@ -54,12 +97,12 @@
### 🎉 New features
- **ENTERPRISE:** Engagement Dashboard ([#16960](https://github.com/RocketChat/Rocket.Chat/pull/16960))
- Sort channel directory listing by latest message ([#16604](https://github.com/RocketChat/Rocket.Chat/pull/16604) by [@subham103](https://github.com/subham103))
- Direct message between multiple users ([#16761](https://github.com/RocketChat/Rocket.Chat/pull/16761))
- [ENTERPRISE] Engagement Dashboard ([#16960](https://github.com/RocketChat/Rocket.Chat/pull/16960))
- Synchronize saml roles to local user (#16152) ([#16158](https://github.com/RocketChat/Rocket.Chat/pull/16158) by [@col-panic](https://github.com/col-panic))
- Route to get updated roles after a date ([#16610](https://github.com/RocketChat/Rocket.Chat/pull/16610) by [@ashwaniYDV](https://github.com/ashwaniYDV))
@ -77,6 +120,7 @@
- Two Factor authentication via email ([#15949](https://github.com/RocketChat/Rocket.Chat/pull/15949))
- Translation via MS translate ([#16363](https://github.com/RocketChat/Rocket.Chat/pull/16363) by [@mrsimpson](https://github.com/mrsimpson))
Adds Microsoft's translation service (https://translator.microsoft.com/) as a provider for translation of messages.
In addition to implementing the interface (similar to google and DeepL), a small change has been done in order to display the translation provider on the UI.
@ -99,6 +143,7 @@
- Directory page refactored, new user's bio field ([#17043](https://github.com/RocketChat/Rocket.Chat/pull/17043))
- Merge Sort List and View Mode menus and improve its UI/UX ([#17103](https://github.com/RocketChat/Rocket.Chat/pull/17103))
![image](https://user-images.githubusercontent.com/5263975/78036622-e8db2a80-7340-11ea-91d0-65728eabdcb6.png)
- Add omnichannel external frame feature ([#17038](https://github.com/RocketChat/Rocket.Chat/pull/17038))
@ -216,6 +261,7 @@
- Slackbridge-import command doesn't work ([#16645](https://github.com/RocketChat/Rocket.Chat/pull/16645) by [@antkaz](https://github.com/antkaz))
- Language country has been ignored on translation load ([#16757](https://github.com/RocketChat/Rocket.Chat/pull/16757))
Languages including country variations like `pt-BR` were ignoring the country party because the user's preference has been saved in lowercase `pt-br` causing the language to not match the available languages. Now we enforce the uppercase of the country part when loading the language.
- Cannot edit Profile when Full Name is empty and not required ([#16744](https://github.com/RocketChat/Rocket.Chat/pull/16744))
@ -1619,7 +1665,6 @@
### Engine versions
- Node: `8.15.1`
- NPM: `6.9.0`
- MongoDB: ``
### 🐛 Bug fixes
@ -6211,9 +6256,9 @@
### ⚠ BREAKING CHANGES
- Update the default port of the Prometheus exporter ([#11351](https://github.com/RocketChat/Rocket.Chat/pull/11351) by [@thaiphv](https://github.com/thaiphv))
- **IMPROVE:** New emails design ([#12009](https://github.com/RocketChat/Rocket.Chat/pull/12009))
- [IMPROVE] New emails design ([#12009](https://github.com/RocketChat/Rocket.Chat/pull/12009))
- Update the default port of the Prometheus exporter ([#11351](https://github.com/RocketChat/Rocket.Chat/pull/11351) by [@thaiphv](https://github.com/thaiphv))
### 🎉 New features
@ -8746,7 +8791,7 @@
### 🐛 Bug fixes
- [i18n] add room type translation support for room-changed-privacy message ([#9369](https://github.com/RocketChat/Rocket.Chat/pull/9369) by [@cyclops24](https://github.com/cyclops24))
- **i18n:** add room type translation support for room-changed-privacy message ([#9369](https://github.com/RocketChat/Rocket.Chat/pull/9369) by [@cyclops24](https://github.com/cyclops24))
- Fix livechat register form ([#9452](https://github.com/RocketChat/Rocket.Chat/pull/9452))
@ -9157,6 +9202,10 @@
### 🐛 Bug fixes
- **i18n:** My Profile & README.md links ([#8270](https://github.com/RocketChat/Rocket.Chat/pull/8270) by [@Rzeszow](https://github.com/Rzeszow))
- **PL:** Polish translation ([#7989](https://github.com/RocketChat/Rocket.Chat/pull/7989) by [@Rzeszow](https://github.com/Rzeszow))
- Can't react on Read Only rooms even when enabled ([#8925](https://github.com/RocketChat/Rocket.Chat/pull/8925) by [@karlprieb](https://github.com/karlprieb))
- CAS does not share secrets when operating multiple server instances ([#8654](https://github.com/RocketChat/Rocket.Chat/pull/8654) by [@AmShaegar13](https://github.com/AmShaegar13))
@ -9345,8 +9394,6 @@
- Attachment icons alignment in LTR and RTL ([#8271](https://github.com/RocketChat/Rocket.Chat/pull/8271) by [@cyclops24](https://github.com/cyclops24))
- [i18n] My Profile & README.md links ([#8270](https://github.com/RocketChat/Rocket.Chat/pull/8270) by [@Rzeszow](https://github.com/Rzeszow))
- Incorrect URL for login terms when using prefix ([#8211](https://github.com/RocketChat/Rocket.Chat/pull/8211) by [@Darkneon](https://github.com/Darkneon))
- Scrollbar not using new style ([#8190](https://github.com/RocketChat/Rocket.Chat/pull/8190))
@ -9391,8 +9438,6 @@
- Recent emojis not updated when adding via text ([#7998](https://github.com/RocketChat/Rocket.Chat/pull/7998))
- [PL] Polish translation ([#7989](https://github.com/RocketChat/Rocket.Chat/pull/7989) by [@Rzeszow](https://github.com/Rzeszow))
- Chat box no longer auto-focuses when typing ([#7984](https://github.com/RocketChat/Rocket.Chat/pull/7984))
- Fix the status on the members list ([#7963](https://github.com/RocketChat/Rocket.Chat/pull/7963))
@ -10017,6 +10062,10 @@
### 🐛 Bug fixes
- **PL:** Polish translation ([#7989](https://github.com/RocketChat/Rocket.Chat/pull/7989) by [@Rzeszow](https://github.com/Rzeszow))
- **i18n:** My Profile & README.md links ([#8270](https://github.com/RocketChat/Rocket.Chat/pull/8270) by [@Rzeszow](https://github.com/Rzeszow))
- File upload on multi-instances using a path prefix ([#7855](https://github.com/RocketChat/Rocket.Chat/pull/7855) by [@Darkneon](https://github.com/Darkneon))
- Fix migration 100 ([#7863](https://github.com/RocketChat/Rocket.Chat/pull/7863))
@ -10147,8 +10196,6 @@
- Recent emojis not updated when adding via text ([#7998](https://github.com/RocketChat/Rocket.Chat/pull/7998))
- [PL] Polish translation ([#7989](https://github.com/RocketChat/Rocket.Chat/pull/7989) by [@Rzeszow](https://github.com/Rzeszow))
- Fix email on mention ([#7754](https://github.com/RocketChat/Rocket.Chat/pull/7754))
- RTL ([#8112](https://github.com/RocketChat/Rocket.Chat/pull/8112))
@ -10223,8 +10270,6 @@
- Attachment icons alignment in LTR and RTL ([#8271](https://github.com/RocketChat/Rocket.Chat/pull/8271) by [@cyclops24](https://github.com/cyclops24))
- [i18n] My Profile & README.md links ([#8270](https://github.com/RocketChat/Rocket.Chat/pull/8270) by [@Rzeszow](https://github.com/Rzeszow))
- some placeholder and phrase traslation fix ([#8269](https://github.com/RocketChat/Rocket.Chat/pull/8269) by [@cyclops24](https://github.com/cyclops24))
- "Channel Setting" buttons alignment in RTL ([#8266](https://github.com/RocketChat/Rocket.Chat/pull/8266) by [@cyclops24](https://github.com/cyclops24))

Loading…
Cancel
Save