| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| CodexBar-0.32.8-portable.exe | 2026-06-09 | 22.0 MB | |
| CodexBar-0.32.8-portable.exe.sha256 | 2026-06-09 | 96 Bytes | |
| CodexBar-0.32.8-Setup.exe | 2026-06-09 | 31.5 MB | |
| CodexBar-0.32.8-Setup.exe.sha256 | 2026-06-09 | 93 Bytes | |
| README.md | 2026-06-09 | 1.1 kB | |
| Win-CodexBar v0.32.8 source code.tar.gz | 2026-06-09 | 3.0 MB | |
| Win-CodexBar v0.32.8 source code.zip | 2026-06-09 | 3.2 MB | |
| Totals: 7 Items | 59.8 MB | 1 | |
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.