From 8f95d1c49eb008457d3f3cd4cf3d8e7ec290b0c8 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 16 Jan 2025 08:58:39 +0100 Subject: [PATCH 1/2] chore(release): Changelog for 18.0.14 and 19.0.12 Signed-off-by: Joas Schilling --- CHANGELOG.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 840a5a2be7e..e09e806cead 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,40 @@ # Changelog All notable changes to this project will be documented in this file. +## 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) + ## 19.0.11 – 2024-11-07 ### Changed - Update translations From 0560051be26fca9a776bcc330afc9e54ad3ca5be Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 16 Jan 2025 09:09:01 +0100 Subject: [PATCH 2/2] chore(release): Bump version to 19.0.12 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 764f79d4225..4e8ca6dd123 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. ]]> - 19.0.11 + 19.0.12 agpl Daniel Calviño Sánchez diff --git a/package-lock.json b/package-lock.json index 8eb4d9b6b9f..621791cc2ce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "talk", - "version": "19.0.11", + "version": "19.0.12", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "talk", - "version": "19.0.11", + "version": "19.0.12", "license": "agpl", "dependencies": { "@linusborg/vue-simple-portal": "^0.1.5", diff --git a/package.json b/package.json index 82805fe6df4..3e8192bccda 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "talk", - "version": "19.0.11", + "version": "19.0.12", "private": true, "description": "", "author": "Joas Schilling ",