Added
- Feature to filter selected versions in the configuration with a Maven-like pattern (#85)
- Include options in configuration (#86)
- CLI flag
--do-not-check-self-updatesand TOML option to skip the GitHub self-update check (#89) - Gradle plugin
doNotCheckSelfUpdatesoption to skip self-update check (#89) - Possibility to avoid checking self-updates (#90, thanks to @zavijavasoft)
Changed
- Disabled configuration cache for dependency check task to avoid configuration cache issues (#93)
Removed
- Intel-based macOS builds are no longer published, as they are not supported by the latest Kotlin
version. If you need to use Caupain on an Intel-based Mac, you can still use on of the previous
versions.
Fixed
- Check when cache cannot be created and display the correct error message
- Add back executable flags on Linux executables after unzipping the distribution (#92)