Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
15 changes: 15 additions & 0 deletions apps/desktop/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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-09)


### 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)


Expand Down
2 changes: 1 addition & 1 deletion apps/desktop/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down