konfigkoll-v0.1.6
VorpalBlade
released this
17 Aug 10:50
·
102 commits
to main
since this release
π 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