Skip to content

QueryBen v0.1.1

Choose a tag to compare

@github-actions github-actions released this 26 Jul 04:09

hotfix release — the v0.1.0 release job only produced the mac arm64 dmg because a misplaced target header in Cargo.toml made serde et al. macOS-only, which broke the windows + linux legs before tauri could build. that's fixed now (67ffbd3), and CI also now builds the frontend before cargo check so tauri::generate_context! finds ../dist (fdd3c44).

what's actually new for users:

  • windows .exe installer (first one!)
  • linux AppImage (portable single-file, runs anywhere)
  • mac .dmg (arm64) — uploading shortly once the sign+notarize retry finishes

not touching functional code — same binary behavior as 0.1.0.