Skip to content

Commit

Permalink
0.8.0
Browse files Browse the repository at this point in the history
Summary: Time to release 0.8.0

Reviewed By: sjkirby

Differential Revision: D9071092

fbshipit-source-id: 30acda9916a9b036d4c1e352d7e56e4ae7cab11a
  • Loading branch information
xiphirx authored and facebook-github-bot committed Jul 30, 2018
1 parent 5f20d6a commit 3830c1d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
0.8.0 (Jul 30 2018)
-----
- Replaced androidTestApi with androidTestImplementation when adding in core dependency via the plugin
- Fixed a bug where requesting focus prior to being attached to a Window would crash
- Added the ability to customize the max pixel size restriction
- Moved generated report to build/ instead of /tmp
- Added language to the device name calculation for multiple devices

0.7.0 (Apr 19 2018)
-----
- Added the ability to retrieve the resulting Bitmap for custom use on your RecordBuilder
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=0.8.0-SNAPSHOT
VERSION_NAME=0.8.0
GROUP=com.facebook.testing.screenshot

org.gradle.configureondemand=true

0 comments on commit 3830c1d

Please sign in to comment.