Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
kondo-ui-x86_64-pc-windows-msvc.zip | 2023-03-12 | 513.5 kB | |
kondo-ui-aarch64-apple-darwin.zip | 2023-03-12 | 582.2 kB | |
kondo-x86_64-pc-windows-msvc.zip | 2023-03-12 | 782.5 kB | |
kondo-aarch64-apple-darwin.tar.gz | 2023-03-12 | 861.3 kB | |
kondo-x86_64-apple-darwin.tar.gz | 2023-03-12 | 922.3 kB | |
kondo-x86_64-unknown-linux-musl.tar.gz | 2023-03-12 | 1.4 MB | |
kondo-x86_64-unknown-linux-gnu.tar.gz | 2023-03-12 | 1.3 MB | |
README.md | 2023-03-12 | 2.5 kB | |
v0.6 source code.tar.gz | 2023-03-12 | 31.6 kB | |
v0.6 source code.zip | 2023-03-12 | 37.6 kB | |
Totals: 10 Items | 6.5 MB | 0 |
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 https://github.com/tbillington/kondo/pull/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
- feat(cmake): add support for cleanup cmake projects by @sassman in https://github.com/tbillington/kondo/pull/56
- Add support for Composer (PHP) projects by @WesleyKlop in https://github.com/tbillington/kondo/pull/58
- Add support for Pub (Dart) projects by @Desdaemon in https://github.com/tbillington/kondo/pull/62
- Symlink changes, last modified by @tbillington in https://github.com/tbillington/kondo/pull/63
- Only delete old projects (skip active projects) by @gabrielztk in https://github.com/tbillington/kondo/pull/66
- feat: add elixir projects by @aschiavon91 in https://github.com/tbillington/kondo/pull/69
- Added .angular to files to be cleaned by @arlllk in https://github.com/tbillington/kondo/pull/72
- Add support for the swift langugae by @bode-fun in https://github.com/tbillington/kondo/pull/76
- Readme update by @tbillington in https://github.com/tbillington/kondo/pull/78
- Multi-thread discovery & deletion by @tbillington in https://github.com/tbillington/kondo/pull/79
New Contributors
- @sassman made their first contribution in https://github.com/tbillington/kondo/pull/56
- @WesleyKlop made their first contribution in https://github.com/tbillington/kondo/pull/58
- @Desdaemon made their first contribution in https://github.com/tbillington/kondo/pull/62
- @gabrielztk made their first contribution in https://github.com/tbillington/kondo/pull/66
- @aschiavon91 made their first contribution in https://github.com/tbillington/kondo/pull/69
- @arlllk made their first contribution in https://github.com/tbillington/kondo/pull/72
- @bode-fun made their first contribution in https://github.com/tbillington/kondo/pull/76
Full Changelog: https://github.com/tbillington/kondo/compare/v0.5...v0.6