Skip to content

1.25.0

Compare
Choose a tag to compare
@takahirom takahirom released this 29 Jul 05:21
· 26 commits to main since this release
754ec92

New Experimental Gradle Task: clear

The Roborazzi Gradle Plugin saves image caches in build/intermediates/roborazzi. When users remove images in build/outputs/roborazzi and rerun the tests, it doesn't work as expected. To address this, we've added a Gradle task clearRoborazziDebug to remove all images.

I'm gathering feedback about this task in #452. Please let me know if this causes any issues in your workflow. I'm aware that there are many different ways to use Roborazzi, and I'd like to improve your project workflow.

What's Changed

  • [IDE Plugin] Hide dropdown border if no gradle tasks exists by @eyedol in #451 Thank you for your contribution!
  • [Feature] Add clear roborazzi task by @takahirom in #453

Full Changelog: 1.24.0...1.25.0