Skip to content

Commit 70de4f6

Browse files
authored
Merge pull request #1562 from nextcloud/release/v2.0.4
release: v2.0.4
2 parents 4448596 + 97ce2f8 commit 70de4f6

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

CHANGELOG.md

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

66
# Changelog
77

8+
## v2.0.4 - 2025-11-25
9+
10+
### Fixes
11+
12+
- Windows/MSI: add Firewall exception during install [#1518](https://github.com/nextcloud/talk-desktop/pull/1518)
13+
- Linux: downgrade to Electron v38.1.2 due to issues on Wayland [#1526](https://github.com/nextcloud/talk-desktop/pull/1526)
14+
- macOS: use new Nextcloud 32 background on the DMG installer [#1539](https://github.com/nextcloud/talk-desktop/pull/1539)
15+
- Allow overwriting the user status like in the web without having to restore first [#1536](https://github.com/nextcloud/talk-desktop/pull/1536)
16+
- Remove the title bar in fullscreen mode [#1553](https://github.com/nextcloud/talk-desktop/pull/1553)
17+
- Adjust settings to the new design [#1530](https://github.com/nextcloud/talk-desktop/pull/1530)
18+
- "Check devices" cannot be open from the main menu settings [#1560](https://github.com/nextcloud/talk-desktop/pull/1560)
19+
20+
### Changes
21+
22+
- Built-in Talk in binaries is updated to v22.0.4 in both beta and stable release channels [#1561](https://github.com/nextcloud/talk-desktop/pull/1561)
23+
- Make bundling compatible with Talk 23 again [#1544](https://github.com/nextcloud/talk-desktop/pull/1544)
24+
825
## v2.0.3 - 2025-10-27
926

1027
### 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.3",
6+
"version": "2.0.4",
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)