From 644aa58c070b1cf037e105147ec5736f6d10524c Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 16 Jan 2025 08:58:39 +0100 Subject: [PATCH 1/3] chore(release): Changelog for 18.0.14, 19.0.12 and 20.1.2 Signed-off-by: Joas Schilling --- CHANGELOG.md | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c036b52eb9..71a05c720ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,55 @@ # Changelog All notable changes to this project will be documented in this file. +## 20.1.2 – 2025-01-16 +### Changed +- Update translations +- Update dependencies +- Clarify the usage of the High-performance backend and warn when it's not configured + [#14065](https://github.com/nextcloud/spreed/issues/14065) + +### Fixed +- fix(moderation): Allow promoting self-joined users + [#14082](https://github.com/nextcloud/spreed/issues/14082) +- fix(firstrun): Create default conversations when loading the dashboard + [#14089](https://github.com/nextcloud/spreed/issues/14089) +- fix(archive): Don't add asterix to title for unread messages in archived conversations + [#14102](https://github.com/nextcloud/spreed/issues/14102) + +## 19.0.12 – 2025-01-16 +### Changed +- Update translations +- Update dependencies + +### Fixed +- fix(calls): Retain names of guests when they disconnect from the High-performance backend + [#13983](https://github.com/nextcloud/spreed/issues/13983) +- fix(search): Add pagination support to the conversation search in unified search + [#14033](https://github.com/nextcloud/spreed/issues/14033) +- fix(setupcheck): Check server times of Webserver nodes and High-performance backend to be in sync + [#14015](https://github.com/nextcloud/spreed/issues/14015) +- fix(moderation): Allow promoting self-joined users + [#14081](https://github.com/nextcloud/spreed/issues/14081) +- fix(calls): Fix "Talk while muted" toast + [#14026](https://github.com/nextcloud/spreed/issues/14026) +- fix(firstrun): Create default conversations when loading the dashboard + [#14090](https://github.com/nextcloud/spreed/issues/14090) + +## 18.0.13 – 2025-01-16 +### Changed +- Update translations +- Update dependencies + +### Fixed +- fix(calls): Retain names of guests when they disconnect from the High-performance backend + [#13982](https://github.com/nextcloud/spreed/issues/13982) +- fix(search): Add pagination support to the conversation search in unified search + [#14032](https://github.com/nextcloud/spreed/issues/14032) +- fix(setupcheck): Check server times of Webserver nodes and High-performance backend to be in sync + [#14014](https://github.com/nextcloud/spreed/issues/14014) +- fix(moderation): Allow promoting self-joined users + [#14080](https://github.com/nextcloud/spreed/issues/14080) + ## 20.1.1 – 2024-12-19 ### Changed - Update translations From bae241a9a4f8a18544b7e8d1092c484505007d0b Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 16 Jan 2025 09:13:09 +0100 Subject: [PATCH 2/3] chore(release): Bump version to 20.1.2 Signed-off-by: Joas Schilling --- appinfo/info.xml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/appinfo/info.xml b/appinfo/info.xml index cd748f82ae5..29f894ef7cc 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -18,7 +18,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. ]]> - 20.1.1 + 20.1.2 agpl Anna Larch diff --git a/package-lock.json b/package-lock.json index b19b1d86e5e..17a06f9460c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "talk", - "version": "20.1.1", + "version": "20.1.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "talk", - "version": "20.1.1", + "version": "20.1.2", "license": "agpl", "dependencies": { "@linusborg/vue-simple-portal": "^0.1.5", diff --git a/package.json b/package.json index 33dbe24ed0f..1f5272d0977 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "talk", - "version": "20.1.1", + "version": "20.1.2", "private": true, "description": "", "author": "Joas Schilling ", From b452b3b50ad72b71b9024fb18fb4c5374a03088a Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 16 Jan 2025 09:18:08 +0100 Subject: [PATCH 3/3] chore(release): Fix version typo Signed-off-by: Joas Schilling --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 71a05c720ea..c2aeb7d391e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -39,7 +39,7 @@ All notable changes to this project will be documented in this file. - fix(firstrun): Create default conversations when loading the dashboard [#14090](https://github.com/nextcloud/spreed/issues/14090) -## 18.0.13 – 2025-01-16 +## 18.0.14 – 2025-01-16 ### Changed - Update translations - Update dependencies