v0.5.1 — Local-Time Logs & Leaner Builds
Fixed
- Log timestamps now render in the machine's local timezone (
2026-07-12 10:54:31) instead of UTC. Implemented with a smallchrono::LocalFormatTimetimer — no new crates, and it avoids tracing-subscriber'slocal-timefeature whosetime-crate offset lookup is unsound in a multithreaded process.
Changed — dependency footprint
documentsfeature:fastembedis pinned to text-only models over rustls/ureq (default-features = false), dropping the image-codec stack (rav1e,ravif,image, …) and thereqwest/hyper/native-tlsasync stack. The feature's added-crate delta drops from 204 → 89.- Default build: dropped
clap's color and suggestion stack, 88 → 81 runtime crates. Help text is now plain; no "did you mean?" suggestions.
Full changelog: https://github.com/azusachino/asobi/blob/main/CHANGELOG.md