diff --git a/CHANGELOG.md b/CHANGELOG.md index ed7cf4ab0fa..840a5a2be7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,30 @@ # Changelog All notable changes to this project will be documented in this file. +## 19.0.11 – 2024-11-07 +### Changed +- Update translations +- Update dependencies + +### Fixed +- fix(chat): Fix layout for guests on public conversations + [#13620](https://github.com/nextcloud/spreed/issues/13620) +- fix(UI): Improve handling of sidebar on mobile view + [#12693](https://github.com/nextcloud/spreed/issues/12693) +- fix(calls): Fix background blur performance if Server was not upgraded + [#13603](https://github.com/nextcloud/spreed/issues/13603) + +## 18.0.13 – 2024-11-07 +### Changed +- Update translations +- Update dependencies + +### Fixed +- fix(chat): Fix layout for guests on public conversations + [#13620](https://github.com/nextcloud/spreed/issues/13620) +- fix(UI): Improve handling of sidebar on mobile view + [#12693](https://github.com/nextcloud/spreed/issues/12693) + ## 19.0.10 – 2024-10-10 ### Changed - Update translations diff --git a/appinfo/info.xml b/appinfo/info.xml index c65387e446a..764f79d4225 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.10 + 19.0.11 agpl Daniel Calviño Sánchez diff --git a/package-lock.json b/package-lock.json index 166c194c4fd..07f70d1a86b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "talk", - "version": "19.0.10", + "version": "19.0.11", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "talk", - "version": "19.0.10", + "version": "19.0.11", "license": "agpl", "dependencies": { "@linusborg/vue-simple-portal": "^0.1.5", diff --git a/package.json b/package.json index e7592331b0e..7dbb9714151 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "talk", - "version": "19.0.10", + "version": "19.0.11", "private": true, "description": "", "author": "Joas Schilling ",