diff --git a/CHANGELOG.md b/CHANGELOG.md index 17c256b81..560593a48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package-lock.json b/package-lock.json index 40000243c..68abde209 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "talk-desktop", - "version": "2.0.3", + "version": "2.0.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "talk-desktop", - "version": "2.0.3", + "version": "2.0.4", "license": "AGPL-3.0-or-later", "dependencies": { "@mdi/svg": "^7.4.47", diff --git a/package.json b/package.json index ea6997f41..f9dcc0482 100644 --- a/package.json +++ b/package.json @@ -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"