diff --git a/CHANGELOG.md b/CHANGELOG.md index 5851f87d333..46cca4a7ea6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,38 @@ # Changelog All notable changes to this project will be documented in this file. +## 22.0.8 – 2026-01-15 +### Changed +- Update dependencies +- Update translations + +### Fixed +- fix(chat): Allow getting a single message + [#16731](https://github.com/nextcloud/spreed/pull/16731) +- fix(chat): Don't show chat messages of the old chat when switching to a new chat + [#16718](https://github.com/nextcloud/spreed/pull/16718) +- fix(chat): Don't set the cursor to the end when someone reacts to a message while editing + [#16633](https://github.com/nextcloud/spreed/pull/16633) +- fix(call): Allow selecting a media device after an error occurred + [#16701](https://github.com/nextcloud/spreed/pull/16701) +- fix(call): Allow preparing media devices even when the user has no permissions yet + [#16682](https://github.com/nextcloud/spreed/pull/16682) +- fix(call): Still block mobile clients when call end-to-end encryption is enabled + [#16674](https://github.com/nextcloud/spreed/pull/16674) + +## 21.1.8 – 2026-01-15 +### Changed +- Update dependencies +- Update translations + +### Fixed +- fix(chat): Allow getting a single message + [#16732](https://github.com/nextcloud/spreed/pull/16732) +- fix(call): Allow selecting a media device after an error occurred + [#16700](https://github.com/nextcloud/spreed/pull/16700) +- fix(call): Still block mobile clients when call end-to-end encryption is enabled + [#16673](https://github.com/nextcloud/spreed/pull/16673) + ## 22.0.7 – 2025-12-17 ### Changed - Update dependencies diff --git a/appinfo/info.xml b/appinfo/info.xml index aeec2aeade9..d0a31cb90d3 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -18,7 +18,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. ]]> - 22.0.7 + 22.0.8 agpl Anna Larch diff --git a/package-lock.json b/package-lock.json index 2a72d5a1248..2ba6584247d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "talk", - "version": "22.0.7", + "version": "22.0.8", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "talk", - "version": "22.0.7", + "version": "22.0.8", "license": "agpl", "dependencies": { "@matrix-org/olm": "^3.2.15", diff --git a/package.json b/package.json index 90ba16b235f..d080566ddcc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "talk", - "version": "22.0.7", + "version": "22.0.8", "private": true, "description": "", "license": "agpl",