Release v0.10.24
February 19, 2026 Enriched
v0.10.24
Date: 2026-02-19
Changes: v0.10.23…v0.10.24
Summary
Moves the dist verification logic into a standalone script file to resolve Windows shell quoting issues in CI. A continuation of the build pipeline fixes from v0.10.22 and v0.10.23.
Features
No feature commits in this range.
Fixes
- fix(ci): Move dist verification to script file (Windows quoting fix)
Other
No other commits in this range.
Files Changed
apps/desktop/package-lock.json | 4 ++--
apps/desktop/package.json | 2 +-
apps/desktop/scripts/verify-dist.cjs | 17 +++++++++++++++++
apps/desktop/src-tauri/Cargo.toml | 2 +-
apps/desktop/src-tauri/tauri.conf.json | 4 ++--
5 files changed, 23 insertions(+), 6 deletions(-)
Artifacts
| Platform | Artifact | Status |
|---|---|---|
| macOS | KEEP-v0.10.24-macos-universal.zip | pending |
| Linux | KEEP-v0.10.24-linux-amd64.AppImage | pending |
| Linux | KEEP-v0.10.24-linux-amd64.deb | pending |
| Windows | KEEP-v0.10.24-windows-x64.msi | pending |
Raw Commits (source of truth)
- d24ba40 release: v0.10.24
- b387f90 fix(ci): Move dist verification to script file (Windows quoting fix)