From 1f5d047f54f6b9586a4b1222e8b91604bcdbf420 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 13 Feb 2025 10:58:13 +0100 Subject: [PATCH 1/2] chore(release): Add changelog for 19.0.13 Signed-off-by: Joas Schilling --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 78a43a1baae..e1433449dbb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog All notable changes to this project will be documented in this file. +## 19.0.13 – 2025-02-13 +### Changed +- Update translations +- Update dependencies + +### Fixed +- fix(bots): Allow users to edit messages of bots in one-to-one conversations + [#14360](https://github.com/nextcloud/spreed/issues/14360) +- fix(calls): Address some false positives when showing the connection warning + [#14250](https://github.com/nextcloud/spreed/issues/14250) +- fix(conversation): Don't suggest teams that are already added to the conversation + [#14347](https://github.com/nextcloud/spreed/issues/14347) + ## 19.0.12 – 2025-01-16 ### Changed - Update translations From 9a691079616e270ff990bf31b4f43a650576974a Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 13 Feb 2025 11:37:37 +0100 Subject: [PATCH 2/2] chore(release): Bump version to 19.0.13 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 4e8ca6dd123..01b6461a551 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.12 + 19.0.13 agpl Daniel Calviño Sánchez diff --git a/package-lock.json b/package-lock.json index 621791cc2ce..68d929f2f31 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "talk", - "version": "19.0.12", + "version": "19.0.13", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "talk", - "version": "19.0.12", + "version": "19.0.13", "license": "agpl", "dependencies": { "@linusborg/vue-simple-portal": "^0.1.5", diff --git a/package.json b/package.json index 3e8192bccda..c7b0931ea57 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "talk", - "version": "19.0.12", + "version": "19.0.13", "private": true, "description": "", "author": "Joas Schilling ",