Skip to content

Latest commit

 

History

History
62 lines (47 loc) · 4.08 KB

CHANGELOG.md

File metadata and controls

62 lines (47 loc) · 4.08 KB

0.7 2023-07-06

0.6 2022-12-25

0.5 2022-01-05

Major

Support for pycache and jupyter-notebook checkpoints by @Stunkymonkey in tbillington#33

Support for "quiet" and "all" modes allowing you to clean all projects found and doing it without any noise! Implemented in tbillington#53 and thanks to @danieljb for the suggestion.

Changes

0.4 2020-07-31

  • Remove all options and subcommands to re-focus the intent of Kondo 🧹
  • Default is now interactive mode, allowing users to choose options on a per-project basis
  • Update druid dependency to 0.6, this means we no longer rely on cairo on MacOS 🎉

0.3 2020-03-15

  • Add basic graphic user interface 🎉 (#19)
  • Rewrite project discovery phase for a massive 97.5% runtime reduction 🎉 This includes a correctness fix, projects within the artifacts of other projects will not be listed and therefore will not be included more than once in the size total (previously they were). (#20)
  • Break project into cargo workspace (#18)
  • Improve path handling, skip folders that don't exist (#17)
  • Add Unreal 4 project support (#597efd9)

0.2 2020-02-21

  • Added Haskell Stack project support
  • Added Github actions for testing, linting, and deployment
  • Added SBT project support
  • Add command line options
    • Support passing multiple paths to scan
    • Support outputting just a list of artifact directories, this list is usually used to pipe into another program to delete
    • Support running a command for each artifact directory
  • Add Maven project support