Skip to content

v0.5.1 — Local-Time Logs & Leaner Builds

Choose a tag to compare

@azusachino azusachino released this 12 Jul 02:06
8757980

Fixed

  • Log timestamps now render in the machine's local timezone (2026-07-12 10:54:31) instead of UTC. Implemented with a small chrono::Local FormatTime timer — no new crates, and it avoids tracing-subscriber's local-time feature whose time-crate offset lookup is unsound in a multithreaded process.

Changed — dependency footprint

  • documents feature: fastembed is pinned to text-only models over rustls/ureq (default-features = false), dropping the image-codec stack (rav1e, ravif, image, …) and the reqwest/hyper/native-tls async 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