diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a8c9786631..1be4fbf86e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,29 @@ # Changelog All notable changes to this project will be documented in this file. +## 20.1.0-rc.2 – 2024-11-21 +### Added +- feat(chat): Allow to summarize the chat history when there are many unread messages + [#13430](https://github.com/nextcloud/spreed/issues/13430) +- feat(call): Summarize call recordings automatically with AI when installed + [#13429](https://github.com/nextcloud/spreed/issues/13429) +- feat(call): Add option to enable blurred background always by default + [#13783](https://github.com/nextcloud/spreed/issues/13783) +- feat(conversations): Allow to archive conversations + [#6140](https://github.com/nextcloud/spreed/issues/6140) +- feat(conversations): Add settings to automatically lock rooms after days of inactivity + [#13448](https://github.com/nextcloud/spreed/issues/13448) + +### Changed +- Update translations +- Update dependencies + +### Fixed +- fix(chat): Fix visibility of the silent send option being enabled + [#13824](https://github.com/nextcloud/spreed/issues/13824) +- fix(matterbridge): Fix settings disappearing after configuring matterbridge in a conversation + [#13786](https://github.com/nextcloud/spreed/issues/13786) + ## 20.1.0-rc.1 – 2024-11-14 ### Added - feat(polls): Allow to draft, export and import polls diff --git a/appinfo/info.xml b/appinfo/info.xml index 76a9d6dd430..0dbfbbb81a4 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-rc.1 + 20.1.0-rc.2 agpl Anna Larch diff --git a/package-lock.json b/package-lock.json index 900e54193d3..0e53c8d03e6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "talk", - "version": "20.1.0-rc.1", + "version": "20.1.0-rc.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "talk", - "version": "20.1.0-rc.1", + "version": "20.1.0-rc.2", "license": "agpl", "dependencies": { "@linusborg/vue-simple-portal": "^0.1.5", diff --git a/package.json b/package.json index 6ae95dde7d0..1311a1d9114 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "talk", - "version": "20.1.0-rc.1", + "version": "20.1.0-rc.2", "private": true, "description": "", "author": "Joas Schilling ",