diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e41963..03a2fb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## v0.17.0 - 2023-11-30 + +### Build-in Talk update + +- Built-in Talk in binaries is updated to v18.0.0-rc.2 Talk changelog: https://github.com/nextcloud/spreed/blob/master/CHANGELOG.md + +### Features + +- Add `--background` argv support for opening app minimized to the system tray [#427](https://github.com/nextcloud/talk-desktop/issues/427) + ## v0.16.0 - 2023-11-17 ### Build-in Talk update diff --git a/package-lock.json b/package-lock.json index d8dfd56..5cc449d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "talk-desktop", - "version": "0.16.0", + "version": "0.17.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "talk-desktop", - "version": "0.16.0", + "version": "0.17.0", "license": "AGPL-3.0", "dependencies": { "@nextcloud/axios": "^2.4.0", diff --git a/package.json b/package.json index e41babe..5c56d65 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "private": true, "name": "talk-desktop", "productName": "Nextcloud Talk", - "version": "0.16.0", + "version": "0.17.0", "description": "Official Desktop client for Nextcloud Talk", "bugs": "https://github.com/nextcloud/talk-desktop/issues", "license": "AGPL-3.0",