From 2107415110e0c5eafcb651ae857c7e828c4f2d1f Mon Sep 17 00:00:00 2001 From: Hilal Alsibai Date: Tue, 11 Jun 2019 12:35:44 -0700 Subject: [PATCH] 0.10.0 Summary: New release time Differential Revision: D15764187 fbshipit-source-id: 7c159e52f0ee03487508172448f1dc6c1a83c36a --- CHANGELOG.md | 10 ++++++++++ gradle.properties | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b1412bf9..50ecab49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +0.10.0 (Jun 11 2019) +------ +- Added batch downloading of screenshot images instead of pulling individual files +- Added Accessibility hierarchy information +- Added ability to specify max sizes for images +- Fixed addDeps functionality parameter in the plugin +- Fixed referenceDir functionality in the plugin +- Fixed an issue on Samsung devices where a crash would occur when faking a WindowAttachment +- Migrated to AndroidX + 0.9.0 (Apr 1 2019) ----- - Added a setMaxPixels method to the record builder interface to allow for really large images diff --git a/gradle.properties b/gradle.properties index 1943295a..28779d5f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ # Copyright (c) Facebook, Inc. and its affiliates. -VERSION_NAME=0.10.0-SNAPSHOT +VERSION_NAME=0.10.0 GROUP=com.facebook.testing.screenshot POM_DESCRIPTION=Screenshot Testing framework for Android.