Kondo Changelog

What's new in Kondo 0.8

Dec 19, 2023
  • 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 in Kondo 0.7 (Jul 6, 2023)

  • 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
  • Upgrade from structopt to clap
  • Support default clean operation
  • Add Arch Linux install instructions
  • Support more types of Python artifact dirs
  • Support ignoring specified dirs
  • Add support for Zig projects

New in Kondo 0.6 (Mar 12, 2023)

  • Feat(cmake): add support for cleanup cmake projects
  • Add support for Composer (PHP) projects
  • Add support for Pub (Dart) projects
  • Symlink changes, last modified
  • Only delete old projects (skip active projects)
  • Feat: add elixir projects
  • Added .angular to files to be cleaned
  • Add support for the swift langugae
  • Readme update
  • Multi-thread discovery & deletion

New in Kondo 0.5 (Jan 5, 2022)

  • Major:
  • Support for pycache and jupyter-notebook checkpoints by @Stunkymonkey in #33
  • Support for "quiet" and "all" modes allowing you to clean all projects found and doing it without any noise! Implemented in #53 and thanks to @danieljb for the suggestion.
  • Changes:
  • update various dependencies by @striezel in #40
  • add keywords for kondo and kondo-ui by @striezel in #41
  • Add directories to delete for Python by @pawamoy in #47
  • Disable the console on the Windows platform by @Aursen in #49
  • kondo-lib: don't panic in path_canonicalise by @vrmiguel in #50
  • add basic error handling to scan by @tbillington in #54

New in Kondo 0.4 (Sep 19, 2021)

  • This release removes some existing commands and changes how kondo runs.
  • Kondo now runs in an interactive mode, allowing you to take action on a project basis.