From 25189bf699ae869d0fbf5908734f8a0a0234ae76 Mon Sep 17 00:00:00 2001 From: "Grigorii K. Shartsev" Date: Tue, 5 Mar 2024 14:59:58 +0100 Subject: [PATCH] release: v0.22.0 Signed-off-by: Grigorii K. Shartsev --- CHANGELOG.md | 18 ++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 21 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab8e7fe5..39a1ce3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## v0.22.0 - 2024-03-05 + +### Build-in Talk update + +- Built-in Talk in binaries is updated to v18.0.4 + +### Fixes + +- Fix window icon on linux [#308](https://github.com/nextcloud/talk-desktop/pull/308) +- Fix "Share from Nextcloud" support [#540](https://github.com/nextcloud/talk-desktop/pull/540) +- Allow avatar menu on desktop [Talk#11675](https://github.com/nextcloud/spreed/pull/11675) + +### Other changes + +- Added Nextcloud Talk 19 support +- Update dependencies +- Update translations + ## v0.21.0 - 2024-02-01 ### Build-in Talk update diff --git a/package-lock.json b/package-lock.json index dea78875..e11a11a4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "talk-desktop", - "version": "0.21.0", + "version": "0.22.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "talk-desktop", - "version": "0.21.0", + "version": "0.22.0", "license": "AGPL-3.0", "dependencies": { "@nextcloud/axios": "^2.4.0", diff --git a/package.json b/package.json index 10692052..6caf9300 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "private": true, "name": "talk-desktop", "productName": "Nextcloud Talk", - "version": "0.21.0", + "version": "0.22.0", "description": "Official Desktop client for Nextcloud Talk", "bugs": "https://github.com/nextcloud/talk-desktop/issues", "license": "AGPL-3.0",