Skip to content

Commit 44d7019

Browse files
authored
Merge pull request #1453 from nextcloud/release/v2.0.0-beta
release: v2.0.0-beta
2 parents 49d601d + d37de9c commit 44d7019

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@
55

66
# Changelog
77

8+
## v2.0.0-beta - 2025-09-04
9+
10+
### Changes
11+
12+
- Built-in Talk in binaries is updated to v22.0.0-rc.1 in the beta release channel [#1452](https://github.com/nextcloud/talk-desktop/pull/1452)
13+
- Built-in styles were updated to Nextcloud v32.0.0rc1 styles [#1451](https://github.com/nextcloud/talk-desktop/pull/1451)
14+
- Talk Desktop is migrated Vue 3 and can no longer use built-in Talk below v22 with Vue 2 [#680](https://github.com/nextcloud/talk-desktop/pull/680), [#1422](https://github.com/nextcloud/talk-desktop/pull/1422)
15+
816
## v1.2.6 - 2025-09-02
917

1018
### Fixes

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "talk-desktop",
44
"productName": "Nextcloud Talk",
55
"desktopName": "com.nextcloud.talk.desktop",
6-
"version": "2.0.0-rc.0",
6+
"version": "2.0.0-beta",
77
"bugs": {
88
"url": "https://github.com/nextcloud/talk-desktop/issues",
99
"create": "https://github.com/nextcloud/talk-desktop/issues/new/choose"

0 commit comments

Comments
 (0)