From 0fffe6436d21da66376bd354c74b9374d88db33e Mon Sep 17 00:00:00 2001 From: "Grigorii K. Shartsev" Date: Mon, 20 Jan 2025 23:18:35 +0100 Subject: [PATCH 1/2] chore(release): add v1.0.2 changelog Signed-off-by: Grigorii K. Shartsev --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e1d800d..30710ad8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,25 @@ # Changelog +## v1.0.2 - 2025-01-20 + +### Features + +- Add launch at startup for Windows and macOS [#1004](https://github.com/nextcloud/talk-desktop/pull/1004) + +### Fixes + +- Fix macOS microphone issue on screen sharing [#1023](https://github.com/nextcloud/talk-desktop/pull/1023) +- Fix bidirectional text support [#1033](https://github.com/nextcloud/talk-desktop/pull/1033) + +### Changes + +- Built-in Talk in binaries is updated to v20.1.3 in the stable release channel [#1039](https://github.com/nextcloud/talk-desktop/pull/1039) +- Release with beta versions of Talk is now supported starting v21.0.0-beta.2 [#1029](https://github.com/nextcloud/talk-desktop/pull/1029) +- Building with built-in Talk v18 is no longer supported [#1037](https://github.com/nextcloud/talk-desktop/pull/1037) +- Update translations +- Update dependencies + ## v1.0.1 - 2024-12-19 ### Fixes From 295952821098d7d49305784697d71c95c509b097 Mon Sep 17 00:00:00 2001 From: "Grigorii K. Shartsev" Date: Tue, 21 Jan 2025 12:12:54 +0100 Subject: [PATCH 2/2] release: v1.0.2 Signed-off-by: Grigorii K. Shartsev --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index d45b9c18..463bbf99 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "talk-desktop", - "version": "1.0.1", + "version": "1.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "talk-desktop", - "version": "1.0.1", + "version": "1.0.2", "license": "AGPL-3.0-or-later", "dependencies": { "@mdi/svg": "^7.4.47", diff --git a/package.json b/package.json index 41617608..aefa4a27 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "private": true, "name": "talk-desktop", "productName": "Nextcloud Talk", - "version": "1.0.1", + "version": "1.0.2", "description": "Official Desktop client for Nextcloud Talk", "bugs": { "url": "https://github.com/nextcloud/talk-desktop/issues",