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 #106
- Add Godot 4 support by @anosatsuk124 in 764a00d
- Add support for elixir language server artifact directories by @aschiavon91 in #112
- Add shell completion generation by @NickyMeuleman in #100
- Add CLion support for CMake by @mrivnak in #107
- Add .tox support to python projects by @jwodder in #104
- Add support for cleaning xwin-cache in cargo projects by @tbillington in 936e2a6
- Fix date formatting for years, more accurate day duration by @tbillington
New Contributors
- @NickyMeuleman made their first contribution in #100
- @mrivnak made their first contribution in #107
- @jwodder made their first contribution in #104
- @anosatsuk124 made their first contribution in #103
Full Changelog: v0.7...v0.8