From 1e28d50fee23b408d1ff94678bb14f43f61970f0 Mon Sep 17 00:00:00 2001 From: "Grigorii K. Shartsev" Date: Thu, 19 Dec 2024 19:19:47 +0100 Subject: [PATCH] release: v1.0.1 Signed-off-by: Grigorii K. Shartsev --- CHANGELOG.md | 16 ++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05c255e0..3e1d800d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,22 @@ # Changelog +## v1.0.1 - 2024-12-19 + +### Fixes + +- Fix crash on the second instance run on Linux [#993](https://github.com/nextcloud/talk-desktop/pull/993) +- Fix native elements have incorrect theme [#974](https://github.com/nextcloud/talk-desktop/pull/974) +- Fix notifications are shown for too old entries [#967](https://github.com/nextcloud/talk-desktop/pull/967) +- Improve call state check in the call notification popup with new call state api [#965](https://github.com/nextcloud/talk-desktop/pull/965) +- Fix call notification popup is shown when the call has already ended [#964](https://github.com/nextcloud/talk-desktop/pull/964) + +### Changes + +- Built-in Talk in binaries is updated to v20.1.1 [#995](https://github.com/nextcloud/talk-desktop/pull/995) +- Update translations +- Update dependencies + ## v1.0.0 - 2024-12-03 ### Features diff --git a/package-lock.json b/package-lock.json index 522187a9..9e280b6c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "talk-desktop", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "talk-desktop", - "version": "1.0.0", + "version": "1.0.1", "license": "AGPL-3.0-or-later", "dependencies": { "@mdi/svg": "^7.4.47", diff --git a/package.json b/package.json index 429d2d31..d877bb15 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "private": true, "name": "talk-desktop", "productName": "Nextcloud Talk", - "version": "1.0.0", + "version": "1.0.1", "description": "Official Desktop client for Nextcloud Talk", "bugs": { "url": "https://github.com/nextcloud/talk-desktop/issues",