diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ae2fed7df2..fcd62f1a776 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,31 @@ # Changelog All notable changes to this project will be documented in this file. +## 22.0.1 – 2025-10-24 +### Added +- feat(bots): Add create command for inbound-only bots + [#16111](https://github.com/nextcloud/spreed/pull/16111) + +### Changed +- Update dependencies +- Update translations + +### Fixed +- fix(chat): Don't trigger typing indicator when editing a message + [#16139](https://github.com/nextcloud/spreed/pull/16139) +- fix(meeting): Fix issue not showing name of lobbied gusts to moderators + [#16147](https://github.com/nextcloud/spreed/pull/16147) +- fix(meeting): Fix issue not showed 2 guests instead of 1 + [#16154](https://github.com/nextcloud/spreed/pull/16154) +- fix(threads): Fix notifications for federated users + [#16064](https://github.com/nextcloud/spreed/pull/16064) +- fix(threads): Fix link to thread when clicking on notification while on Talk + [#16056](https://github.com/nextcloud/spreed/pull/16056) +- fix(threads): Fix Oracle compatibility with threads + [#16150](https://github.com/nextcloud/spreed/pull/16150) +- fix(conversations): Don't transfer sample conversations when transferring ownership + [#16176](https://github.com/nextcloud/spreed/pull/16176) + ## 22.0.0 – 2025-09-27 ### Added - Implement threads feature diff --git a/appinfo/info.xml b/appinfo/info.xml index 649d0f914e4..1857951703b 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.0-dev.1 + 22.0.1 agpl Anna Larch diff --git a/package-lock.json b/package-lock.json index 0021e8de048..2d4a7bb7949 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "talk", - "version": "22.0.0", + "version": "22.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "talk", - "version": "22.0.0", + "version": "22.0.1", "license": "agpl", "dependencies": { "@matrix-org/olm": "^3.2.15", diff --git a/package.json b/package.json index 79422d583eb..575a9ec7b02 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "talk", - "version": "22.0.0", + "version": "22.0.1", "private": true, "description": "", "license": "agpl",