From e962d0a9b48e8642848b9c1e98ee35a317796416 Mon Sep 17 00:00:00 2001 From: "Grigorii K. Shartsev" Date: Sat, 25 Nov 2023 13:39:53 +0100 Subject: [PATCH] release: v0.17.0 Signed-off-by: Grigorii K. Shartsev --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) 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",