diff --git a/CHANGELOG.md b/CHANGELOG.md index baa4b259942..4fe31be82c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Changelog All notable changes to this project will be documented in this file. +## 19.0.3 – 2024-06-18 +### Fixed +- fix(chat): visual alignment of typing indicator for wide screens + [#12521](https://github.com/nextcloud/spreed/pull/12521) +- fix(call): remove sound interference in Safari after audio disconnecting + [#12534](https://github.com/nextcloud/spreed/pull/12534) + ## 19.0.2 – 2024-06-13 ### Fixed - fix(call): Fix audio issue in Safari when a user unmutes after a longer time while the tab is inactive diff --git a/appinfo/info.xml b/appinfo/info.xml index 327f31f46b0..c5301c2d152 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.2 + 19.0.3 agpl Daniel Calviño Sánchez diff --git a/package-lock.json b/package-lock.json index c15ad0f4988..1753206a291 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "talk", - "version": "19.0.2", + "version": "19.0.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "talk", - "version": "19.0.2", + "version": "19.0.3", "license": "agpl", "dependencies": { "@linusborg/vue-simple-portal": "^0.1.5", diff --git a/package.json b/package.json index 8dcf57162a2..bed98ed3902 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "talk", - "version": "19.0.2", + "version": "19.0.3", "private": true, "description": "", "author": "Joas Schilling ",