From 469f85bab8dfef7a05b33856a585c6c339f5271d Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 12 Sep 2024 09:06:59 +0200 Subject: [PATCH 1/2] chore(release): Add changelog for 19.0.9 Signed-off-by: Joas Schilling --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ca8e966423..8f1f40b4b47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ # Changelog All notable changes to this project will be documented in this file. +## 19.0.9 – 2024-09-12 +### Fixed +- fix(federation): Fix federation invites accepting from the notification + [#13153](https://github.com/nextcloud/spreed/issues/13153) +- fix(chat): Fix "You deleted the message" when performed by federated user with same ID + [#13250](https://github.com/nextcloud/spreed/issues/13250) +- fix(files): Keep order of attachments when sharing multiple + [#13099](https://github.com/nextcloud/spreed/issues/13099) +- fix(avatar): Don't overwrite user avatar when selecting a square for a conversation + [#13277](https://github.com/nextcloud/spreed/issues/13277) + ## 19.0.8 – 2024-08-22 ### Changed - Update several dependencies From 844b65b15220c14bcbe4f457c61106bf8e7a0f87 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 12 Sep 2024 09:10:43 +0200 Subject: [PATCH 2/2] chore(release): Bump version to 19.0.9 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 210a2d8ee21..d9858c13fdd 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.8 + 19.0.9 agpl Daniel Calviño Sánchez diff --git a/package-lock.json b/package-lock.json index 232571f3527..60acf35619c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "talk", - "version": "19.0.8", + "version": "19.0.9", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "talk", - "version": "19.0.8", + "version": "19.0.9", "license": "agpl", "dependencies": { "@linusborg/vue-simple-portal": "^0.1.5", diff --git a/package.json b/package.json index 4c234d3cd7f..393c0a9a100 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "talk", - "version": "19.0.8", + "version": "19.0.9", "private": true, "description": "", "author": "Joas Schilling ",