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 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 ",