Skip to content

Releases: takahirom/roborazzi

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

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