Win-CodexBar v0.32.8
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.exeas the console CLI andcodexbar-desktop.exeas 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 = 0still keeps refresh manual-only.- Background refresh avoids overlapping an already-running provider refresh.
- Windows smoke install now verifies installed CLI
--versionand--helpoutput.
Validation
cargo fmt --all --checkcargo test --manifest-path rust/Cargo.toml clicargo 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.