KEEP
Release v0.10.18

February 19, 2026 Enriched

v0.10.18

Date: 2026-02-19
Changes: v0.10.17…v0.10.18

Summary

Fixes the release script’s version bumping logic across multiple iterations, ultimately switching from sed to Perl for reliable cross-platform behavior. Also reformats the tauri.conf.json resources array.

Features

No feature commits in this range.

Fixes

  • fix: Switch to Perl for version bumping in release script
  • fix: Use cleaner sed pattern matching for version updates
  • fix: Correct sed quote escaping in release script
  • fix: Use BSD-compatible sed syntax in release script

Other

  • format tauri.conf.json resources array
Files Changed
 apps/desktop/package.json              | 2 +-
 apps/desktop/src-tauri/Cargo.toml      | 2 +-
 apps/desktop/src-tauri/tauri.conf.json | 6 ++++--
 bin/release                            | 8 ++++----
 4 files changed, 10 insertions(+), 8 deletions(-)
Artifacts
Platform Artifact Status
macOS KEEP-v0.10.18-macos-universal.zip pending
Linux KEEP-v0.10.18-linux-amd64.AppImage pending
Linux KEEP-v0.10.18-linux-amd64.deb pending
Windows KEEP-v0.10.18-windows-x64.msi pending
Raw Commits (source of truth)
  • 44a3709 release: v0.10.18
  • 5276aa4 fix: Switch to Perl for version bumping in release script
  • 2497bcb fix: Use cleaner sed pattern matching for version updates
  • 9e626e5 fix: Correct sed quote escaping in release script
  • de57b6b fix: Use BSD-compatible sed syntax in release script
  • 7a8729f format tauri.conf.json resources array