Release v0.10.19
February 19, 2026 Enriched
v0.10.19
Date: 2026-02-19
Changes: v0.10.18…v0.10.19
Summary
Hardens the Tauri build packaging process and makes the release prep script deterministic. Changes touch both the Tauri configuration and the bin/release script.
Features
No feature commits in this range.
Fixes
- fix: Make Tauri build packaging bulletproof and release prep deterministic
Other
No other commits in this range.
Files Changed
apps/desktop/package-lock.json | 10 ++++++++--
apps/desktop/package.json | 2 +-
apps/desktop/src-tauri/Cargo.toml | 2 +-
apps/desktop/src-tauri/tauri.conf.json | 6 +++---
bin/release | 25 ++++++++++++++++++++++++-
5 files changed, 37 insertions(+), 8 deletions(-)
Artifacts
| Platform | Artifact | Status |
|---|---|---|
| macOS | KEEP-v0.10.19-macos-universal.zip | pending |
| Linux | KEEP-v0.10.19-linux-amd64.AppImage | pending |
| Linux | KEEP-v0.10.19-linux-amd64.deb | pending |
| Windows | KEEP-v0.10.19-windows-x64.msi | pending |
Raw Commits (source of truth)
- cfc4733 release: v0.10.19
- 963c0d9 fix: Make Tauri build packaging bulletproof and release prep deterministic