From 782f39adb0b66186cb3ad9a44edf49d3154c3427 Mon Sep 17 00:00:00 2001 From: Hendrik Mans Date: Thu, 10 Sep 2026 11:14:48 +0200 Subject: [PATCH] chore(main): release chatto-desktop 0.1.0-alpha.3 --- .release-please-manifest.json | 2 +- apps/desktop/CHANGELOG.md | 15 +++++++++++++++ apps/desktop/package.json | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 940ab603ef..4690f72db1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,6 @@ { ".": "0.5.0-alpha.7", - "apps/desktop": "0.1.0-alpha.2", + "apps/desktop": "0.1.0-alpha.3", "authling": "0.0.0", "pkg/appconfig": "0.0.0", "pkg/datacrypto": "0.0.0", diff --git a/apps/desktop/CHANGELOG.md b/apps/desktop/CHANGELOG.md index 64ca2907f9..e8ac9de414 100644 --- a/apps/desktop/CHANGELOG.md +++ b/apps/desktop/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [0.1.0-alpha.3](https://github.com/chattocorp/chatto/compare/chatto-desktop/v0.1.0-alpha.2...chatto-desktop/v0.1.0-alpha.3) (2026-09-10) + + +### Features + +* **desktop:** adapt game streams with simulcast ([#2028](https://github.com/chattocorp/chatto/issues/2028)) ([dda3eb7](https://github.com/chattocorp/chatto/commit/dda3eb7fa88ea469573edd00d28e0ff8ad62666b)) +* **desktop:** sign and notarise macOS releases ([#2048](https://github.com/chattocorp/chatto/issues/2048)) ([a0b4c0e](https://github.com/chattocorp/chatto/commit/a0b4c0e8f4ed2aac442fd50f922293deba931dcb)) +* **desktop:** sign Windows releases ([#2050](https://github.com/chattocorp/chatto/issues/2050)) ([6f0c875](https://github.com/chattocorp/chatto/commit/6f0c875788622829a3643427f8c4161a1aff4629)) +* **desktop:** unify native and browser screen sharing ([#2034](https://github.com/chattocorp/chatto/issues/2034)) ([59aee59](https://github.com/chattocorp/chatto/commit/59aee59e6bd5242425dcbb02cf1355fc5d7921d3)) + + +### Bug Fixes + +* **desktop:** require immutable GitHub OIDC subjects ([#2051](https://github.com/chattocorp/chatto/issues/2051)) ([fdb260d](https://github.com/chattocorp/chatto/commit/fdb260d86c5f3c9c7e111892890414fe3fb8c0f7)) + ## [0.1.0-alpha.2](https://github.com/chattocorp/chatto/compare/chatto-desktop/v0.1.0-alpha.1...chatto-desktop/v0.1.0-alpha.2) (2026-08-13) diff --git a/apps/desktop/package.json b/apps/desktop/package.json index 84393ba65d..138141305c 100644 --- a/apps/desktop/package.json +++ b/apps/desktop/package.json @@ -1,7 +1,7 @@ { "name": "chatto-desktop", "productName": "Chatto Desktop", - "version": "0.1.0-alpha.2", + "version": "0.1.0-alpha.3", "private": true, "type": "module", "main": "main.mjs",