From 8a54509b094e630f9a1b30cd29eea9e15a9d9a14 Mon Sep 17 00:00:00 2001 From: "Grigorii K. Shartsev" Date: Fri, 16 Aug 2024 18:36:54 +0200 Subject: [PATCH] release: v0.35.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 bab08ea1..e743167c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,24 @@ # Changelog +## v0.35.0 - 2024-08-16 + +### Build-in Talk update + +- Built-in Talk in binaries is updated to v20.0.0-rc.2 + +### Fixes + +- Adjust About window size and paddings [#754](https://github.com/nextcloud/talk-desktop/pull/754) +- Fix federated invitations support [#747](https://github.com/nextcloud/talk-desktop/pull/747) +- Make Talk window default size smaller with new compact design [#746](https://github.com/nextcloud/talk-desktop/pull/746) +- Fix the connection issue with losing base URL when built with Nextcloud Talk v20 [#742](https://github.com/nextcloud/talk-desktop/pull/742) + +### Other changes + +- Fix REUSE-compliance and check it on CI [#752](https://github.com/nextcloud/talk-desktop/pull/752) +- Support building with Talk 21 (Nextcloud 31) [#751](https://github.com/nextcloud/talk-desktop/pull/751) + ## v0.34.0 - 2024-08-05 ### Build-in Talk update diff --git a/package-lock.json b/package-lock.json index 76d7cbd6..79adcf07 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "talk-desktop", - "version": "0.34.0", + "version": "0.35.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "talk-desktop", - "version": "0.34.0", + "version": "0.35.0", "license": "AGPL-3.0-or-later", "dependencies": { "@mdi/svg": "^7.4.47", diff --git a/package.json b/package.json index 25c51e14..008251d9 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "private": true, "name": "talk-desktop", "productName": "Nextcloud Talk", - "version": "0.34.0", + "version": "0.35.0", "description": "Official Desktop client for Nextcloud Talk", "bugs": "https://github.com/nextcloud/talk-desktop/issues", "license": "AGPL-3.0-or-later",