summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2024-04-18 23:37:32 +0200
committerGitHub <noreply@github.com>2024-04-18 23:37:32 +0200
commit788d6264361a4a6e09fb72ce177574482371f343 (patch)
tree63edc21a4218ea96f87af79cbf196c58229dc9e8
parentb6c093b5d75680979370d44379f0832d8c6fd905 (diff)
parent058f36149abc49f97145311c39225abe9652d834 (diff)
Merge pull request #12154 from nextcloud/backport/12150/stable29v19.0.0-rc.5
[stable29] chore(release): Add changelog for 19.0.0-rc.5
-rw-r--r--CHANGELOG.md19
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json4
-rw-r--r--package.json2
4 files changed, 22 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3c865377c..51b1aecb6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,24 @@
# Changelog
All notable changes to this project will be documented in this file.
-## 19.0.0-rc.3 – 2024-04-16
+## 19.0.0-rc.5 – 2024-04-18
+### Changed
+- Update translations
+
+### Fixed
+- fix(lobby): Show the timezone and relative time when enabling the lobby
+ [#12135](https://github.com/nextcloud/spreed/issues/12135)
+- fix(shareIntegration): Fix handle to close and open the right sidebar on publish share links
+ [#12134](https://github.com/nextcloud/spreed/issues/12134)
+- fix(chat): Fix collapsing grouped system message
+ [#12139](https://github.com/nextcloud/spreed/issues/12139)
+- fix(attachments): Fix missing icons when creating a file in a chat
+ [#12138](https://github.com/nextcloud/spreed/issues/12138)
+- fix(media): Fix initial selection of devices
+ [#12152](https://github.com/nextcloud/spreed/pull/12152)
+ [#12146](https://github.com/nextcloud/spreed/pull/12146)
+
+## 19.0.0-rc.4 – 2024-04-16
### Changed
- Update translations
- Update several dependencies
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 9380a1666..ed003ee26 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.4</version>
+ <version>19.0.0-rc.5</version>
<licence>agpl</licence>
<author>Daniel Calviño Sánchez</author>
diff --git a/package-lock.json b/package-lock.json
index 54cd4d2fc..fefc1e07e 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "talk",
- "version": "19.0.0-rc.4",
+ "version": "19.0.0-rc.5",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "talk",
- "version": "19.0.0-rc.4",
+ "version": "19.0.0-rc.5",
"license": "agpl",
"dependencies": {
"@linusborg/vue-simple-portal": "^0.1.5",
diff --git a/package.json b/package.json
index f93d9a57a..bdaac32f3 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "talk",
- "version": "19.0.0-rc.4",
+ "version": "19.0.0-rc.5",
"private": true,
"description": "",
"author": "Joas Schilling <coding@schilljs.com>",