From 139b36961adb1ee903e47b8244c1e1f7caa9eec2 Mon Sep 17 00:00:00 2001 From: "Grigorii K. Shartsev" Date: Sat, 3 Aug 2024 23:46:28 +0200 Subject: [PATCH] release: v0.34.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 073544a..bab08ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,24 @@ # Changelog +## v0.34.0 - 2024-08-05 + +### Build-in Talk update + +- Built-in Talk in binaries is updated to v20.0.0-beta.3 + +### Features + +- Use built-in global styles instead of server's, increasing stability and performance but losing custom theming support [#741](https://github.com/nextcloud/talk-desktop/pull/741) + +### Fixes + +- Fix the connection issue with losing base URL when built with Nextcloud Talk v20 [#742](https://github.com/nextcloud/talk-desktop/pull/742) +- Fix several minor UI bugs with the user menu [#737](https://github.com/nextcloud/talk-desktop/pull/737) +- Fix styles compatibility with Nextcloud 30 [#736](https://github.com/nextcloud/talk-desktop/pull/736) +- Adjust the title bar to new Nextcloud design [#738](https://github.com/nextcloud/talk-desktop/pull/738) +- Disable custom title bar on Linux due to several; minor issue [#735](https://github.com/nextcloud/talk-desktop/pull/735) + ## v0.33.0 - 2024-07-18 ### Build-in Talk update diff --git a/package-lock.json b/package-lock.json index be515f9..42efbf4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "talk-desktop", - "version": "0.33.0", + "version": "0.34.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "talk-desktop", - "version": "0.33.0", + "version": "0.34.0", "license": "AGPL-3.0-or-later", "dependencies": { "@mdi/svg": "^7.4.47", diff --git a/package.json b/package.json index 262defe..788f7e7 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "private": true, "name": "talk-desktop", "productName": "Nextcloud Talk", - "version": "0.33.0", + "version": "0.34.0", "description": "Official Desktop client for Nextcloud Talk", "bugs": "https://github.com/nextcloud/talk-desktop/issues", "license": "AGPL-3.0-or-later",