Skip to content

Releases: takahirom/roborazzi

1.0.0-beta-2

23 Mar 03:51
2e9669a
Compare
Choose a tag to compare

What's Changed

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

20 Mar 13:54
Compare
Choose a tag to compare

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

image

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

20 Mar 10:44
Compare
Choose a tag to compare
1.0.0-alpha-1 Pre-release
Pre-release

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

0.8.0

06 Mar 02:20
Compare
Choose a tag to compare
  • Add Query API 495dabe
  • Fix bug the capture options are not used

Full Changelog: 0.7.0...0.8.0

0.7.0

22 Feb 00:06
Compare
Choose a tag to compare

Full Changelog: 0.6.1...0.7.0
Fix bug that roborazzi draw outside of canvas.

0.6.1

21 Feb 06:21
Compare
Choose a tag to compare

Full Changelog: 0.6.0...0.6.1
Fix canvas size logic

0.6.0

21 Feb 00:46
Compare
Choose a tag to compare

Full Changelog: 0.5.0...0.6.0
Fix crash

0.5.0

20 Feb 11:51
Compare
Choose a tag to compare

Full Changelog: 0.4.0...0.5.0
Make it work with compose

0.4.0

20 Feb 01:59
Compare
Choose a tag to compare

0.3.0

11 Feb 04:33
Compare
Choose a tag to compare

Improve performance and provide more consistent info
Full Changelog: 0.2.0...0.3.0