Release v0.10.20
February 19, 2026 Enriched
v0.10.20
Date: 2026-02-19
Changes: v0.10.19…v0.10.20
Summary
Fixes build configuration to be cross-platform compatible, specifically addressing Windows CI failures. Changes span both the release workflow and the Tauri configuration.
Features
No feature commits in this range.
Fixes
- fix: Make build config cross-platform for Windows CI
Other
No other commits in this range.
Files Changed
.github/workflows/release.yml | 6 +++---
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 | 6 +++---
5 files changed, 10 insertions(+), 10 deletions(-)
Artifacts
| Platform | Artifact | Status |
|---|---|---|
| macOS | KEEP-v0.10.20-macos-universal.zip | pending |
| Linux | KEEP-v0.10.20-linux-amd64.AppImage | pending |
| Linux | KEEP-v0.10.20-linux-amd64.deb | pending |
| Windows | KEEP-v0.10.20-windows-x64.msi | pending |
Raw Commits (source of truth)
- 954b945 release: v0.10.20
- 7b8774c fix: Make build config cross-platform for Windows CI