From f524559565e2b82108e6868ad2657258ab6ed04c Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Mon, 15 Jul 2024 21:20:20 +0200 Subject: [PATCH 1/2] chore(release): Add changelog for 19.0.7 Signed-off-by: Joas Schilling --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8c68078083..d35c38971ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog All notable changes to this project will be documented in this file. +## 19.0.7 – 2024-07-15 +### Fixed +- fix(federation): Fix missing notifications in https-federated conversations (Nextcloud Server 29.0.4 or later - Part 3) + [#12724](https://github.com/nextcloud/spreed/pull/12724) +- fix(chat): Fix chat not loading new messages anymore in new conversation when switching quickly after writing a message + [#12721](https://github.com/nextcloud/spreed/pull/12721) +- fix(chat): Fix missing parent message when a chained child message gets edited or deleted + [#12719](https://github.com/nextcloud/spreed/pull/12719) + ## 19.0.6 – 2024-07-12 ### Fixed - fix(chat): Fix broken widgets by updating nextcloud/vue library From 23201815cc6c63b95b8e87112e6350ccdbc9a294 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Mon, 15 Jul 2024 21:22:13 +0200 Subject: [PATCH 2/2] chore(release): Bump version to 19.0.7 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 1e8bbba6575..1234663d4ba 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.6 + 19.0.7 agpl Daniel Calviño Sánchez diff --git a/package-lock.json b/package-lock.json index 6dbf59db13c..79e8d7bb7d5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "talk", - "version": "19.0.6", + "version": "19.0.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "talk", - "version": "19.0.6", + "version": "19.0.7", "license": "agpl", "dependencies": { "@linusborg/vue-simple-portal": "^0.1.5", diff --git a/package.json b/package.json index 7bcc90f4e91..c6295517c1b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "talk", - "version": "19.0.6", + "version": "19.0.7", "private": true, "description": "", "author": "Joas Schilling ",