Skip to content

Win-CodexBar v0.32.8

Choose a tag to compare

@Finesssee Finesssee released this 09 Jun 09:02
· 745 commits to main since this release

Win-CodexBar 0.32.8

This release fixes the Windows stale refresh / silent CLI diagnostics issue reported in #80.

Changed

  • Installed builds now ship codexbar.exe as the console CLI and codexbar-desktop.exe as the tray app.
  • Start Menu and desktop shortcuts launch the tray app, while terminal commands use the real CLI.
  • Windows release packaging now builds the console CLI every time.

Fixed

  • Provider auto-refresh now runs from the Tauri backend even when the tray panel is closed and the floating bar is disabled.
  • refresh_interval_secs = 0 still keeps refresh manual-only.
  • Background refresh avoids overlapping an already-running provider refresh.
  • Windows smoke install now verifies installed CLI --version and --help output.

Validation

  • cargo fmt --all --check
  • cargo test --manifest-path rust/Cargo.toml cli
  • cargo test --manifest-path apps/desktop-tauri/src-tauri/Cargo.toml
  • Windows installer smoke test: install, CLI version/help output, Start Menu shortcut, uninstall

Release assets will be attached after Windows-native build validation completes.