diff --git a/CHANGELOG.md b/CHANGELOG.md index 982f358889e..f111fb4af12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,29 @@ # Changelog All notable changes to this project will be documented in this file. +## 21.1.6 – 2025-12-11 +### Changed +- Update dependencies +- Update translations + +### Fixed +- fix(call): Fix low frame rate in the grid layout + [#16389](https://github.com/nextcloud/spreed/pull/16389) +- fix(call): Keep media disabled when reassigning permissions + [#16521](https://github.com/nextcloud/spreed/pull/16521) +- fix(chat): Fix resetting the cursor to the end of the message when editing + [#16300](https://github.com/nextcloud/spreed/pull/16300) +- fix(chat): Don't show typing indicator when editing a message + [#16140](https://github.com/nextcloud/spreed/pull/16140) +- fix(search): Fix short date style in message search + [#16232](https://github.com/nextcloud/spreed/pull/16232) +- fix(settings): Hide message expiration when not supported by the server + [#16317](https://github.com/nextcloud/spreed/pull/16317) +- fix(settings): Don't transfer ownership of sample conversations + [#16177](https://github.com/nextcloud/spreed/pull/16177) +- fix(settings): Fix a missing check when configuring Matterbridge + [#16523](https://github.com/nextcloud/spreed/pull/16523) + ## 21.1.5 – 2025-09-18 ### Changed - Update translations diff --git a/appinfo/info.xml b/appinfo/info.xml index 3eecb15c676..aea8b5385a3 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. ]]> - 21.1.5 + 21.1.6 agpl Anna Larch diff --git a/package-lock.json b/package-lock.json index fc7f0ed91e7..6fb4b1206b2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "talk", - "version": "21.1.4", + "version": "21.1.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "talk", - "version": "21.1.4", + "version": "21.1.6", "license": "agpl", "dependencies": { "@linusborg/vue-simple-portal": "^0.1.5", diff --git a/package.json b/package.json index 29144a0b41e..3b47a845c49 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "talk", - "version": "21.1.4", + "version": "21.1.6", "private": true, "description": "", "license": "agpl",