Skip to content

v1.10.0

Latest

Choose a tag to compare

@github-actions github-actions released this 04 Aug 13:43
942361d

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-updates and TOML option to skip the GitHub self-update check (#89)
  • Gradle plugin doNotCheckSelfUpdates option 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)