Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
kondo-ui-x86_64-pc-windows-msvc.zip | 2023-12-19 | 520.1 kB | |
kondo-ui-aarch64-apple-darwin.zip | 2023-12-19 | 558.6 kB | |
kondo-x86_64-pc-windows-msvc.zip | 2023-12-19 | 967.0 kB | |
kondo-x86_64-apple-darwin.tar.gz | 2023-12-19 | 1.1 MB | |
kondo-aarch64-apple-darwin.tar.gz | 2023-12-19 | 1.1 MB | |
kondo-x86_64-unknown-linux-musl.tar.gz | 2023-12-19 | 1.8 MB | |
kondo-x86_64-unknown-linux-gnu.tar.gz | 2023-12-19 | 1.7 MB | |
README.md | 2023-12-19 | 2.0 kB | |
v0.8 source code.tar.gz | 2023-12-19 | 34.2 kB | |
v0.8 source code.zip | 2023-12-19 | 40.8 kB | |
Totals: 10 Items | 7.8 MB | 0 |
What's Changed
Highlights
kondo now supports 20 project types 🎉! This is an awesome milestone, thank you very much to all the contributors so far!
I've been working on a rework of the discovery logic over the past few weeks. It aims to cover edge cases I didn't consider when I first created the project. If you have any issues with how kondo currently works please post in the issue with your feedback :)
Added support for .NET projects, Godot 4 projects, shell completion, and more artifact directories for existing project types.
- Add .NET (C# and F#) support by @mrivnak in https://github.com/tbillington/kondo/pull/106
- Add Godot 4 support by @anosatsuk124 in https://github.com/tbillington/kondo/commit/764a00db7a257cdeade77ac3d5be66e80eadcd43
- Add support for elixir language server artifact directories by @aschiavon91 in https://github.com/tbillington/kondo/pull/112
- Add shell completion generation by @NickyMeuleman in https://github.com/tbillington/kondo/pull/100
- Add CLion support for CMake by @mrivnak in https://github.com/tbillington/kondo/pull/107
- Add .tox support to python projects by @jwodder in https://github.com/tbillington/kondo/pull/104
- Add support for cleaning xwin-cache in cargo projects by @tbillington in https://github.com/tbillington/kondo/commit/936e2a6844462e11c1038cfc4725f8fa7e879f44
- Fix date formatting for years, more accurate day duration by @tbillington
New Contributors
- @NickyMeuleman made their first contribution in https://github.com/tbillington/kondo/pull/100
- @mrivnak made their first contribution in https://github.com/tbillington/kondo/pull/107
- @jwodder made their first contribution in https://github.com/tbillington/kondo/pull/104
- @anosatsuk124 made their first contribution in https://github.com/tbillington/kondo/pull/103
Full Changelog: https://github.com/tbillington/kondo/compare/v0.7...v0.8