From 237ae7b62ebdb02bb389cb356958dca7ec5ed203 Mon Sep 17 00:00:00 2001 From: "Grigorii K. Shartsev" Date: Mon, 10 Jun 2024 18:35:59 +0200 Subject: [PATCH] release: v0.30.0 Signed-off-by: Grigorii K. Shartsev --- CHANGELOG.md | 19 +++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 22 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e4e6e8c..c30d176 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,25 @@ # Changelog +## v0.30.0 - 2024-06-14 + +### Build-in Talk update + +- Built-in Talk in binaries is updated to v19.0.2 + +### Features + +- Add user status support [#26](https://github.com/nextcloud/talk-desktop/issues/26) +- Flash or bounce icon on a new notification [#388](https://github.com/nextcloud/talk-desktop/issues/388) + +### Fixes + +- Improve user menu design [#683](https://github.com/nextcloud/talk-desktop/pull/683) +- Make Talk Desktop user appears "online" on server [#634](https://github.com/nextcloud/talk-desktop/pull/634) +- Disable sounds on Do-Not-Disturb [#415](https://github.com/nextcloud/talk-desktop/issues/415) +- Increase the default window size to fit the display and include the join call dialog [#682](https://github.com/nextcloud/talk-desktop/pull/682) +- Define the default outline color for focus visible [#643](https://github.com/nextcloud/talk-desktop/pull/643) + ## v0.29.0 - 2024-04-19 ### Build-in Talk update diff --git a/package-lock.json b/package-lock.json index 912318e..3a90467 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "talk-desktop", - "version": "0.29.0", + "version": "0.30.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "talk-desktop", - "version": "0.29.0", + "version": "0.30.0", "license": "AGPL-3.0-or-later", "dependencies": { "@mdi/svg": "^7.4.47", diff --git a/package.json b/package.json index 05d705b..da3cd60 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "private": true, "name": "talk-desktop", "productName": "Nextcloud Talk", - "version": "0.29.0", + "version": "0.30.0", "description": "Official Desktop client for Nextcloud Talk", "bugs": "https://github.com/nextcloud/talk-desktop/issues", "license": "AGPL-3.0-or-later",