diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f0b9d566ce..6c036b52eb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,31 @@ # Changelog All notable changes to this project will be documented in this file. +## 20.1.1 – 2024-12-19 +### Changed +- Update translations +- Update dependencies +- perf(calls): Add endpoint for clients to specifically check if a call notification is still current + [#13950](https://github.com/nextcloud/spreed/issues/13950) + +### Fixed +- fix(chat): Add start and end of out-of-office to the note card in one-to-one conversations + [#13926](https://github.com/nextcloud/spreed/issues/13926) +- fix(chat): Fix chats for offline participants when the chat history was reset + [#13965](https://github.com/nextcloud/spreed/issues/13965) +- fix(calls): Remove "Share to chat" button from failure notifications of recording summaries + [#13941](https://github.com/nextcloud/spreed/issues/13941) +- fix(calls): Hide option to start without enabled media when it can not be stored on the server + [#13953](https://github.com/nextcloud/spreed/issues/13953) +- fix(calls): Retain names of guests when they disconnect from the High-performance backend + [#13984](https://github.com/nextcloud/spreed/issues/13984) +- fix(calls): Fix missing "Speaking while muted" popup + [#14027](https://github.com/nextcloud/spreed/issues/14027) +- fix(search): Implement pagination in conversation search results + [#14034](https://github.com/nextcloud/spreed/issues/14034) +- fix(settings): Confirm server time of High-performance and recording backend in admin settings + [#14016](https://github.com/nextcloud/spreed/issues/14016) + ## 20.1.0 – 2024-12-03 ### Added - Introducing the Nextcloud Talk desktop client for Windows, macOS and Linux diff --git a/appinfo/info.xml b/appinfo/info.xml index d4aafa346cf..cd748f82ae5 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. ]]> - 20.1.0 + 20.1.1 agpl Anna Larch diff --git a/package-lock.json b/package-lock.json index 0a6598fde9b..8290049c488 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "talk", - "version": "20.1.0", + "version": "20.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "talk", - "version": "20.1.0", + "version": "20.1.1", "license": "agpl", "dependencies": { "@linusborg/vue-simple-portal": "^0.1.5", diff --git a/package.json b/package.json index 1f026ec958e..9c231a81b47 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "talk", - "version": "20.1.0", + "version": "20.1.1", "private": true, "description": "", "author": "Joas Schilling ",