Releases: takahirom/roborazzi
1.1.0-alpha-2
What's Changed
- Adapt to configuration cache by @takahirom in #31
- Add --no-configuration-cache for publishing CI Actions by @takahirom in #32
Full Changelog: 1.1.0-alpha-1...1.1.0-alpha-2
1.1.0-alpha-1
What's Changed
https://twitter.com/_takahirom_/status/1648533854007984128
- Add result json writer to compare by @takahirom in #26
- Output summarized report by @takahirom in #27
- Add verification task by @takahirom in #28
- Update 1.1.0-alpha-1 by @takahirom in #29
Full Changelog: 1.0.0...1.1.0-alpha-1
1.0.0-rc-3
What's Changed
- Use the stable version of Robolectric by @takahirom in #22
Full Changelog: 1.0.0-rc-2...1.0.0-rc-3
1.0.0-rc-2
What's Changed
- Add RoborazziOptions to README by @takahirom in #17
- Create directory when writing file and it doesn't exist by @takahirom in #21
Full Changelog: 1.0.0-rc-1...1.0.0-rc-2
1.0.0-rc-1
What's Changed
- Rename to RoborazziOptions from CaptureOptions by @takahirom in #14
- Adapt dropbox differ custom validator by @takahirom in #15
Full Changelog: 1.0.0-beta-4...1.0.0-rc-1
1.0.0-beta-4
com_github_...
instead of com.github....
.
What's Changed
- Introduce automatic screenshot file naming by @takahirom in #8
- Screenshot image size can now be adjusted by @takahirom in #13
- Fix captureRoboImage() is not executed during verify task
Full Changelog: 1.0.0-beta-3...1.0.0-beta-4
1.0.0-beta-3
What's Changed
- Change default threshold for verify task by @takahirom in #6
- Add diff test by @takahirom in #7
Full Changelog: 1.0.0-beta-2...1.0.0-beta-3
1.0.0-beta-2
What's Changed
- Add changeThreshold for verify task by @takahirom in #5
Note: This version's default changeThreshold is too big. So it is unlikely to detect change. This will be fixed in the next version #6
Full Changelog: 1.0.0-beta-1...1.0.0-beta-2
1.0.0-beta-1
From this version, please use Roborazzi Gradle Plugin to use Roborazzi.
apply plugin: 'io.github.takahirom.roborazzi'
To save the image as you did in previous releases, do the following.
./gradlew recordRoborazziDebug
To view the changes in the image, do the following This way, the changes between the image and the one you are saving now will be saved as [original]_compare.png.
./gradlew verifyRoborazziDebug
What's Changed
- Add gradle plugin and verify screenshot by @takahirom in #1
Full Changelog: 1.0.0-alpha-1...1.0.0-beta-1
1.0.0-alpha-1
Roborazzi 1.0.0-alpha-1 now supports Robolectric Native Graphics (RNG) and enables screenshot testing.📣📣
Full Changelog: 0.8.0...1.0.0-alpha-1