KEEP
Release v0.10.25

February 19, 2026 Enriched

v0.10.25

Date: 2026-02-19
Changes: v0.10.24…v0.10.25

Summary

Removes the beforeBuildCommand from Tauri configuration entirely, establishing a clean separation between the frontend build step and the Tauri build step. The verify-dist script introduced in v0.10.24 is also removed.

Features

No feature commits in this range.

Fixes

  • fix: Remove beforeBuildCommand entirely, clean separation

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 |  5 ++---
 5 files changed, 6 insertions(+), 24 deletions(-)
Artifacts
Platform Artifact Status
macOS KEEP-v0.10.25-macos-universal.zip pending
Linux KEEP-v0.10.25-linux-amd64.AppImage pending
Linux KEEP-v0.10.25-linux-amd64.deb pending
Windows KEEP-v0.10.25-windows-x64.msi pending
Raw Commits (source of truth)
  • 39a1d8c release: v0.10.25
  • e948161 fix: Remove beforeBuildCommand entirely, clean separation