summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaksim Sukharev <antreesy.web@gmail.com>2024-04-22 13:58:47 +0200
committerGitHub <noreply@github.com>2024-04-22 13:58:47 +0200
commit6f37ba25a82356001921af74cd3faa9252ab3fd6 (patch)
tree9af71fb6f85b7ea76b279656045326beac2dcdea
parent08f3bca8a6cb37d51e2f54fe642907281faabde4 (diff)
parentf526ccfb7fa3eae1f0ceda50b4185e4a3360efaf (diff)
Merge pull request #12184 from nextcloud/backport/12180/stable29v19.0.0-rc.6
[stable29] chore(release): Add changelog for 19.0.0-rc.6
-rw-r--r--CHANGELOG.md16
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json4
-rw-r--r--package.json2
4 files changed, 20 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 51b1aecb6..6eb79c834 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,22 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 19.0.0-rc.6 – 2024-04-22
+### Changed
+- Update translations
+- Update several dependencies
+
+### Fixed
+- fix(chat): restrict checkbox editing in one-to-one conversations
+ [#12160](https://github.com/nextcloud/spreed/pull/12160)
+ [#12176](https://github.com/nextcloud/spreed/pull/12176)
+- fix(chat): Fix clearing the input field after file upload
+ [#12061](https://github.com/nextcloud/spreed/issues/12061)
+- fix(chat): Fix setting known chat messages borders after leaving the conversation
+ [#12183](https://github.com/nextcloud/spreed/pull/12183)
+- fix(dashboard): Dashboard does not show mentions from federated conversations
+ [#12163](https://github.com/nextcloud/spreed/pull/12163)
+
## 19.0.0-rc.5 – 2024-04-18
### Changed
- Update translations
diff --git a/appinfo/info.xml b/appinfo/info.xml
index ed003ee26..6e117cbee 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -14,7 +14,7 @@
* 🌉 **Sync with other chat solutions** With [Matterbridge](https://github.com/42wim/matterbridge/) being integrated in Talk, you can easily sync a lot of other chat solutions to Nextcloud Talk and vice-versa.
]]></description>
- <version>19.0.0-rc.5</version>
+ <version>19.0.0-rc.6</version>
<licence>agpl</licence>
<author>Daniel Calviño Sánchez</author>
diff --git a/package-lock.json b/package-lock.json
index 820ba733e..948a34214 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "talk",
- "version": "19.0.0-rc.5",
+ "version": "19.0.0-rc.6",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "talk",
- "version": "19.0.0-rc.5",
+ "version": "19.0.0-rc.6",
"license": "agpl",
"dependencies": {
"@linusborg/vue-simple-portal": "^0.1.5",
diff --git a/package.json b/package.json
index 60854edab..8c6966744 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "talk",
- "version": "19.0.0-rc.5",
+ "version": "19.0.0-rc.6",
"private": true,
"description": "",
"author": "Joas Schilling <coding@schilljs.com>",