Skip to content

Releases: takahirom/roborazzi

1.1.0-alpha-2

19 Apr 10:59
4c730eb
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.0-alpha-1...1.1.0-alpha-2

1.1.0-alpha-1

19 Apr 03:38
e17691c
Compare
Choose a tag to compare

What's Changed

https://twitter.com/_takahirom_/status/1648533854007984128

Full Changelog: 1.0.0...1.1.0-alpha-1

1.0.0-rc-3

16 Apr 12:33
11e9c02
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.0-rc-2...1.0.0-rc-3

1.0.0-rc-2

05 Apr 00:33
a9d7889
Compare
Choose a tag to compare

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

28 Mar 01:56
b9b5c9e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.0-beta-4...1.0.0-rc-1

1.0.0-beta-4

25 Mar 14:30
e833e73
Compare
Choose a tag to compare

⚠️ This includes a breaking change. The saved screenshot name will be 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

24 Mar 03:05
c1e6bce
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.0-beta-2...1.0.0-beta-3

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