Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,23 @@

# Changelog

## v2.0.4 - 2025-11-25

### Fixes

- Windows/MSI: add Firewall exception during install [#1518](https://github.com/nextcloud/talk-desktop/pull/1518)
- Linux: downgrade to Electron v38.1.2 due to issues on Wayland [#1526](https://github.com/nextcloud/talk-desktop/pull/1526)
- macOS: use new Nextcloud 32 background on the DMG installer [#1539](https://github.com/nextcloud/talk-desktop/pull/1539)
- Allow overwriting the user status like in the web without having to restore first [#1536](https://github.com/nextcloud/talk-desktop/pull/1536)
- Remove the title bar in fullscreen mode [#1553](https://github.com/nextcloud/talk-desktop/pull/1553)
- Adjust settings to the new design [#1530](https://github.com/nextcloud/talk-desktop/pull/1530)
- "Check devices" cannot be open from the main menu settings [#1560](https://github.com/nextcloud/talk-desktop/pull/1560)

### Changes

- 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)
- Make bundling compatible with Talk 23 again [#1544](https://github.com/nextcloud/talk-desktop/pull/1544)

## v2.0.3 - 2025-10-27

### Fixes
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "talk-desktop",
"productName": "Nextcloud Talk",
"desktopName": "com.nextcloud.talk.desktop",
"version": "2.0.3",
"version": "2.0.4",
"bugs": {
"url": "https://github.com/nextcloud/talk-desktop/issues",
"create": "https://github.com/nextcloud/talk-desktop/issues/new/choose"
Expand Down