Releases: sarthak-fleet/codevetter
Releases · sarthak-fleet/codevetter
CodeVetter v1.1.18
Full Changelog: v1.1.17...v1.1.18
CodeVetter v1.1.16
Full Changelog: v1.1.15...v1.1.16
CodeVetter v1.1.15
Full Changelog: v1.1.14...v1.1.15
CodeVetter v1.1.13
Full Changelog: v1.1.12...v1.1.13
CodeVetter v1.1.12
What's Changed
- feat: apply Stitch design revamp by @sarthakagrawal927 in #3
- chore: update agents.md by @sarthakagrawal927 in #4
- [ImgBot] Optimize images by @imgbot[bot] in #5
Full Changelog: v1.1.9...v1.1.12
CodeVetter v1.1.9
Storage
- DB shrinks ~50×. Replaced per-message rows (3M+) with per-day count buckets. UI only needs per-day token attribution; same math, same numbers, fraction of the disk. Expected ~1 GB → ~50 MB after migration.
- One-shot migration on first launch backfills buckets, drops
cc_messages, VACUUMs.
Notes
- VACUUM on first launch will be slow if you're upgrading from <= 1.1.8 with a large DB — give it a couple minutes before quitting.
CodeVetter v1.1.8
Fixes
- Token stats no longer frozen. Periodic indexer was aborting mid-loop on first per-project error, leaving most
~/.claude/projects/dirs unscanned. New project dirs (e.g. after moving a repo) never got indexed. - Storage trimmed ~85%. Stopped storing full message bodies in cc_messages — UI only needs counts/tokens. One-shot migration on first launch NULLs old
content_text, drops the FTS index, and VACUUMs. Expect 4 GB DB → ~600 MB. - Auto-updater repaired. Sign the final updater tarball post-bundling so the in-app updater can finally pull future releases.
Notes
- First launch will run a
VACUUM(slow, one-time) to reclaim disk.
CodeVetter v1.1.7
Features
- Tray menu live usage — click the menu-bar icon to see Claude 5h/7d util %, Gemini tokens today, etc. per account.
- Close to tray — closing the window keeps the app running in the menu bar; reopen from tray.
Improvements
- Indexer 30s — tray token count refreshes faster.
CodeVetter v1.1.2
Fix updater manifest upload
CodeVetter v1.1.1
Chart x-axis polish + signed auto-updater