Release v0.10.27
February 20, 2026 Enriched
v0.10.27
Date: 2026-02-20
Changes: v0.10.26…v0.10.27
Summary
A CI-only release that simplifies the macOS build job to use a native universal build, reducing workflow complexity. No user-facing features or fixes are included.
Features
No feature commits in this range.
Fixes
No fix commits in this range.
Other
- ci: Simplify macOS job to use native universal build
Files Changed
.github/workflows/release.yml | 80 +++++++---------------------------
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 | 2 +-
5 files changed, 21 insertions(+), 69 deletions(-)
Artifacts
| Platform | Artifact | Status |
|---|---|---|
| macOS | KEEP-v0.10.27-macos-universal.zip | pending |
| Linux | KEEP-v0.10.27-linux-amd64.AppImage | pending |
| Linux | KEEP-v0.10.27-linux-amd64.deb | pending |
| Windows | KEEP-v0.10.27-windows-x64.msi | pending |
Raw Commits (source of truth)
- 2b19623 release: v0.10.27
- 7867f37 ci: Simplify macOS job to use native universal build