From 1c3d796cedad41a725bf0135fb0fe0226469b46b Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 29 Aug 2025 14:02:26 +0200 Subject: [PATCH 1/2] chore(release): Changelog for 22.0.0-beta.2 Signed-off-by: Joas Schilling --- CHANGELOG.md | 39 ++++++++++++++++++++++++++++++++------- 1 file changed, 32 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5551adfa983..5a5dcc27b59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,26 @@ # Changelog All notable changes to this project will be documented in this file. +## 22.0.0-beta.2 – 2025-08-29 +### Added +- feat(calls): Implement live-transcriptions when the ExApp is available + [#15696](https://github.com/nextcloud/spreed/issues/15696) +- feat(dashboard): Improve empty content view of the dashboard sections + [#15697](https://github.com/nextcloud/spreed/issues/15697) + +### Changed +- Update dependencies +- Update translations + +### Fixed +- fix(UI): Further design adjustments to outlined icons +- fix(chat): Many improvements for threads + [#15616](https://github.com/nextcloud/spreed/issues/15616) + [#15703](https://github.com/nextcloud/spreed/issues/15703) + [#15704](https://github.com/nextcloud/spreed/issues/15704) + [#15722](https://github.com/nextcloud/spreed/issues/15722) + [#15735](https://github.com/nextcloud/spreed/issues/15735) + ## 21.1.4 – 2025-08-28 ### Added - feat(sip): Allow to send the direct dial-in number of users on out-going calls @@ -28,19 +48,24 @@ All notable changes to this project will be documented in this file. ## 22.0.0-beta.1 – 2025-08-21 ### Added -- Implement threads feature [#15313](https://github.com/nextcloud/spreed/issues/15313) -- Implement 'Busy' status in calls [#15465](https://github.com/nextcloud/spreed/issues/15465) -- Update call interface design [#15025](https://github.com/nextcloud/spreed/issues/15025) - -### Fixed -- Improve chat history browsing performance [#6046](https://github.com/nextcloud/spreed/issues/6046) +- Implement threads feature + [#15313](https://github.com/nextcloud/spreed/issues/15313) +- Implement 'Busy' status in calls + [#15465](https://github.com/nextcloud/spreed/issues/15465) +- Update call interface design + [#15025](https://github.com/nextcloud/spreed/issues/15025) ### Changed -- Migrate app to Vue3 [#9448](https://github.com/nextcloud/spreed/issues/9448) +- Migrate app to Vue3 + [#9448](https://github.com/nextcloud/spreed/issues/9448) - Update dependencies - Update translations - Require Nextcloud 32 / Hub 25 Autumn +### Fixed +- Improve chat history browsing performance + [#6046](https://github.com/nextcloud/spreed/issues/6046) + ## 21.1.3 – 2025-08-06 ### Changed - Update translations From 288a4cd074b5742a70a5e0bf35a838cdc3375622 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 29 Aug 2025 14:03:04 +0200 Subject: [PATCH 2/2] chore(release): Bump version to 22.0.0-beta.2 Signed-off-by: Joas Schilling --- appinfo/info.xml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/appinfo/info.xml b/appinfo/info.xml index 80fbbec8fe3..73167145f0a 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-beta.1.2 + 22.0.0-beta.2 agpl Anna Larch diff --git a/package-lock.json b/package-lock.json index d3e3fe9f5b3..8fbf30f8850 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "talk", - "version": "22.0.0-beta.1", + "version": "22.0.0-beta.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "talk", - "version": "22.0.0-beta.1", + "version": "22.0.0-beta.2", "license": "agpl", "dependencies": { "@matrix-org/olm": "^3.2.15", diff --git a/package.json b/package.json index fd46a8fa519..5eae4f4e578 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "talk", - "version": "22.0.0-beta.1", + "version": "22.0.0-beta.2", "private": true, "description": "", "license": "agpl",