Release v0.10.22
February 19, 2026 Enriched
v0.10.22
Date: 2026-02-19
Changes: v0.10.21…v0.10.22
Summary
Moves the frontend build step out of the Tauri configuration and into the CI workflow directly, with a verification step in the Tauri config to confirm dist/index.html exists before bundling.
Features
No feature commits in this range.
Fixes
- fix(ci): Move frontend build to workflow, verify in tauri config
Other
No other commits in this range.
Files Changed
.github/workflows/release.yml | 33 +++++++++------------------------
apps/desktop/package-lock.json | 4 ++--
apps/desktop/package.json | 2 +-
apps/desktop/src-tauri/Cargo.toml | 2 +-
apps/desktop/src-tauri/tauri.conf.json | 4 ++--
5 files changed, 15 insertions(+), 30 deletions(-)
Artifacts
| Platform | Artifact | Status |
|---|---|---|
| macOS | KEEP-v0.10.22-macos-universal.zip | pending |
| Linux | KEEP-v0.10.22-linux-amd64.AppImage | pending |
| Linux | KEEP-v0.10.22-linux-amd64.deb | pending |
| Windows | KEEP-v0.10.22-windows-x64.msi | pending |
Raw Commits (source of truth)
- d5846fa release: v0.10.22
- 2e64f5f fix(ci): Move frontend build to workflow, verify in tauri config