diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e1d800dc..30710ad84 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 diff --git a/package-lock.json b/package-lock.json index d45b9c188..463bbf99f 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 416176083..aefa4a274 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",