Skip to content

konfigkoll-v0.1.6

Compare
Choose a tag to compare
@VorpalBlade VorpalBlade released this 17 Aug 10:50
· 102 commits to main since this release
98c64e8

πŸš€ Features

  • Include package name for the modified file (where possible) in a comment when saving

πŸ› Bug fixes

  • Redo archive support to handle cases where an archive is not downloadable
  • Replacing existing symlinks now works (fixes #67)

⚑ Performance improvements

  • Remove unused dependencies (speeds up build time slightly)

🩺 Diagnostics & output formatting

  • Improve diagnostics for failed file application (now includes failed file name)
  • Interactive apply now shows the summary diff unconditionally. Packages can now be skipped.

🚜 Refactoring

  • Clean up musl code
  • Rewrite the way tracing_subscriber is being used
  • Make serde non-optional to simplify number of possible configurations
  • Make multi-confirmer strongly typed

βš™οΈ Other stuff

  • Move features to workspace manifest where possible
  • Remove empty feature table
  • Apply nightly clippy fixes