| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| CodexBar-0.23.7-portable.zip | 2026-05-03 | 7.9 MB | |
| CodexBar-0.23.7-portable.zip.sha256 | 2026-05-03 | 96 Bytes | |
| CodexBar-0.23.7-Setup.exe | 2026-05-03 | 25.9 MB | |
| CodexBar-0.23.7-Setup.exe.sha256 | 2026-05-03 | 93 Bytes | |
| README.md | 2026-05-03 | 1.2 kB | |
| Win-CodexBar v0.23.7 source code.tar.gz | 2026-05-03 | 2.8 MB | |
| Win-CodexBar v0.23.7 source code.zip | 2026-05-03 | 3.0 MB | |
| Totals: 7 Items | 39.6 MB | 2 | |
Fixed
- Parse Claude CLI exhausted short-form output (
You've hit your limit · resets ...) as full session usage instead of showingClaude CLI did not return usage data. - Make Claude CLI usage parsing more tolerant of compact labels, decimal percentages, and remaining/available wording.
- Keep weekly reset lines from being promoted into the session reset when the session section has no reset.
Security
- Re-enable the Tauri content security policy and disable global Tauri injection.
- Narrow default Tauri capability permissions to the event, window, and global shortcut APIs the frontend uses.
- Harden external URL opening by validating web URLs and avoiding
cmd /c starton Windows.
Validation
cargo fmt --all --checkcargo test --manifest-path rust/Cargo.tomlcargo test --manifest-path apps/desktop-tauri/src-tauri/Cargo.tomlcargo clippy --manifest-path rust/Cargo.toml --all-targets -- -D warningsnpm test --prefix apps/desktop-tauri -- --runnpm run build --prefix apps/desktop-tauricd apps/desktop-tauri && npx tauri build --debug --no-bundle
Windows installer and portable assets are built by the release workflows and uploaded with .sha256 checksum files.