Skip to content

v0.4.0

Choose a tag to compare

@Kuenlun Kuenlun released this 02 Apr 22:14
· 47 commits to master since this release
fc8e106

Added

  • Run cargo check as a sequential gate before all parallel tasks, skipping remaining checks on failure (#16)
  • Display color-coded output sections for task results (✔ OUTPUT/✖ ERRORS) in verbose mode (#16)

Changed

  • Replace --check opt-in flag with --skip check, making cargo check run by default (#16)
  • Capture and display subprocess stdout/stderr inline instead of discarding output (#16)

Fixed

  • Route log output through MultiProgress to prevent spinner corruption (#16)
  • Suppress redundant error output when checks fail (#16)

Other

  • Replace env_logger with a custom lightweight logger, removing 12 transitive dependencies (#16)
  • replace source compilation of lockpick with prebuilt binary installation (#14)