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.4.8",
"apps/desktop": "0.1.0-alpha.1",
"apps/desktop": "0.1.0-alpha.2",
"authling": "0.0.0",
"pkg/appconfig": "0.0.0",
"pkg/datacrypto": "0.0.0",
Expand Down
18 changes: 18 additions & 0 deletions apps/desktop/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

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


### Features

* **authling:** add OIDC-authorized account data sync ([#1886](https://github.com/chattocorp/chatto/issues/1886)) ([4953bf1](https://github.com/chattocorp/chatto/commit/4953bf1a2dd5452b273e85684ecbb3ebd35c00ea))
* **desktop:** replace Deno Desktop with Electron ([#1939](https://github.com/chattocorp/chatto/issues/1939)) ([362204f](https://github.com/chattocorp/chatto/commit/362204f540f77d0d4645c92fbdd75eb4a80e4b5e))


### Bug Fixes

* **desktop:** make release verification reliable ([#1902](https://github.com/chattocorp/chatto/issues/1902)) ([898eec2](https://github.com/chattocorp/chatto/commit/898eec243b2a27d35068340bd5979eeaf48f7bff))


### Performance Improvements

* **desktop:** prune unused Electron locales ([#1940](https://github.com/chattocorp/chatto/issues/1940)) ([538eeff](https://github.com/chattocorp/chatto/commit/538eeff824cdfb11ff0e01f13f048f040519b5c0))

## 0.1.0-alpha.1 (2026-08-02)

### Features
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.1",
"version": "0.1.0-alpha.2",
"private": true,
"type": "module",
"main": "main.mjs",
Expand Down