diff --git a/CHANGELOG.md b/CHANGELOG.md index 37233bf29d5..ea094cfdd53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,20 @@ # Changelog All notable changes to this project will be documented in this file. +## 22.0.4 – 2025-11-20 +### Changed +- Update translations + +### Fixed +- fix(settings): Show appearance and sounds settings for guests again + [#16377](https://github.com/nextcloud/spreed/pull/16377) +- fix(settings): Add app config to disable play-sounds for guests + [#16381](https://github.com/nextcloud/spreed/pull/16381) +- fix(settings): Do not warn about missing experimental feature + [#16388](https://github.com/nextcloud/spreed/pull/16388) +- fix(settings): Fix path for WASM file check + [#16389](https://github.com/nextcloud/spreed/pull/16389) + ## 22.0.3 – 2025-11-20 ### Changed - Update dependencies diff --git a/appinfo/info.xml b/appinfo/info.xml index 156f2fbeb22..0984201add2 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.3 + 22.0.4 agpl Anna Larch diff --git a/package-lock.json b/package-lock.json index 214d2652d22..ddabf1af4f6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "talk", - "version": "22.0.3", + "version": "22.0.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "talk", - "version": "22.0.3", + "version": "22.0.4", "license": "agpl", "dependencies": { "@matrix-org/olm": "^3.2.15", diff --git a/package.json b/package.json index 34ddeb3049b..353ebbf65c7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "talk", - "version": "22.0.3", + "version": "22.0.4", "private": true, "description": "", "license": "agpl",