v4.5.1
·
188 commits
to master
since this release
Patch release on top of v4.5.0.
Added
tokensave monitorhighlights the last 3 updates — most-recent (project, tool) pair renders green, second-to-last orange, third-to-last yellow. Re-firing the same tool bumps it to front rather than duplicating. Cleared on Ctrl+R.- Welcome banner for fresh installs — when
tokensaveruns with no subcommand and the global DB has zero registered projects, print a cyan welcome that explicitly suggeststokensave initbefore the existing "Create one now?" prompt. Returning users see no change.
Fixed
- CI:
clippy::items_after_test_moduledenied under Rust 1.95.0 — two test modules from the v4.5.0 work were inserted mid-file. Rust 1.95.0 promoted this lint intoclippy::all, which the project denies project-wide. Both moved to file end. - CI:
cargo fmtdrift across 11 files — accumulated unwrapped one-lineprintln!/match/ struct literals from the v4.5.0 features; re-formatted to matchrustfmtexpectations.
Full changelog
See CHANGELOG.md.