Please refer to https://github.com/takahirom/roborazzi/releases/tag/1.44.0-alpha01 to see the main changes in version 1.44.0. We are still seeking feedback on RoboComposePreviewOptions. RoboComposePreviewOptions is still experimental, and we may introduce breaking changes.
New feature: Added JUnit @Category
to auto-generated tests from Compose Preview
You can now filter tests using JUnit4's RoborazziComposePreviewTestCategory
. Thanks to @hellohj for the suggestion.
Bugfix: Subdirectory screenshots are now removed when roborazzi.cleanupOldScreenshots=true
Previously, when roborazzi.cleanupOldScreenshots=true
was used, subdirectory screenshots were not removed as intended. Thanks to @pacoalface-jt for reporting the bug.
What's Changed
- Support RoboComposePreviewOptions to support manual clock by @sergio-sastre in #633
- Downgrade Java target version to 11 and add javadoc generation to CI workflow by @takahirom in #666
- Rename debugLog to roborazziDebugLog and update usages across the codebase by @takahirom in #668
- Update JetBrains/writerside-github-action digest to 4d78a74 by @renovate in #660
- Fix Gemini OpenAI compatibility API by @takahirom in #671
- Improve compose config performance for Compose Preview Support by @takahirom in #667
- Update actions/download-artifact digest to 95815c3 by @renovate in #670
- Update actions/upload-artifact digest to ea165f8 by @renovate in #672
- Introduce Ollama support for roborazzi-ai-openai by @takahirom in #674
- Make temperature and maxTokens nullable because they are not used in thinking models. by @takahirom in #676
- Replace JvmAnnotationScanner with CommonComposablePreviewScanner + add example with @PreviewParameters by @sergio-sastre in #678
- Update AGP 8.7.3 by @takahirom in #679
- Configure Gradle to publish to Central Portal by @takahirom in #683
- Try using walkTopDown instead of listFiles for cleanup by @takahirom in #685
- Add failing whenRemoveSubdirectoryTestTheOldScreenshotShouldBeRemoved by @takahirom in #686
- Add RoborazziComposePreviewTestCategory to preview tests by @takahirom in #680
Full Changelog: 1.43.1...1.44.0