Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
kondo-aarch64-apple-darwin.tar.gz | 2023-07-06 | 1.1 MB | |
kondo-x86_64-pc-windows-msvc.zip | 2023-07-06 | 982.5 kB | |
kondo-x86_64-unknown-linux-musl.tar.gz | 2023-07-06 | 1.6 MB | |
kondo-x86_64-apple-darwin.tar.gz | 2023-07-06 | 1.1 MB | |
kondo-x86_64-unknown-linux-gnu.tar.gz | 2023-07-06 | 1.6 MB | |
README.md | 2023-07-06 | 1.5 kB | |
v0.7 source code.tar.gz | 2023-07-06 | 33.3 kB | |
v0.7 source code.zip | 2023-07-06 | 39.5 kB | |
Totals: 8 Items | 6.5 MB | 2 |
What's Changed
Highlights
Added support for Gradle and Zig, thank you to the new contributors who added these! We're now up to 16 types of projects supported by kondo 🚀
CLI now supports ignoring specified directories via argument.
Added default clean CLI arg to automatically clean instead of prompting.
- Add support for Gradle projects by @s-aditya-k and @Lipen in https://github.com/tbillington/kondo/pull/81, https://github.com/tbillington/kondo/pull/85
- Upgrade from structopt to clap by @s-aditya-k in @https://github.com/tbillington/kondo/pull/82
- Support default clean operation by @s-aditya-k in https://github.com/tbillington/kondo/pull/83
- Add Arch Linux install instructions by @orhun in https://github.com/tbillington/kondo/pull/84
- Support more types of Python artifact dirs by @trag1c in https://github.com/tbillington/kondo/pull/88
- Support ignoring specified dirs by @tbillington in https://github.com/tbillington/kondo/pull/90
- Add support for Zig projects by @orhun in https://github.com/tbillington/kondo/pull/92
New Contributors
- @s-aditya-k made their first contribution in https://github.com/tbillington/kondo/pull/81
- @orhun made their first contribution in https://github.com/tbillington/kondo/pull/84
- @Lipen made their first contribution in https://github.com/tbillington/kondo/pull/86
- @trag1c made their first contribution in https://github.com/tbillington/kondo/pull/88
Full Changelog: https://github.com/tbillington/kondo/compare/v0.6...v0.7