Skip to content

v0.6

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Mar 06:11
· 46 commits to master since this release

What's Changed

Highlights

5 new project types supported, cmake, composer, pub, elixir, and swift! Thank you to the new contributors who added these 😊

Support for only showing projects last modified past a certain date in #66. Thank you @gabrielztk . To only show projects modified more than 3 months ago, run kondo --older 3M. More options in --help.

Project discovery and deletion have been moved to separate threads. This results in a much snappier user experience as the 3 distinct phases are no longer locked in sync 1 project at a time. The main functions is now much easier to read as a side effect.

The readme has also gotten a coat of paint, feedback welcome.

Changes

New Contributors

Full Changelog: v0.5...v0.6