From aeb2fd59319cc6f567d74c136fa7e3dfdda2b4b2 Mon Sep 17 00:00:00 2001 From: Maurice McCabe Date: Tue, 16 Jul 2019 18:13:07 -0700 Subject: [PATCH] Released v1.2.0 [skip ci] --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6adc232..cec8ffb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.2.0 +- Added archive feature to collect screenshots of all runs for reporting, etc... #77 #81 +- Improved detection of adb path #85 + ## 1.1.1 - Fixed localization issue in test #19, #20 - Improved handling of locale for emulators and real devices diff --git a/pubspec.yaml b/pubspec.yaml index a3db3b64..7c8eb32b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: screenshots description: Auto-generation of screenshots for Apple and Play Stores using emulators and simulators with support for locales. Compatible with fastlane for upload to both stores. -version: 1.1.1 +version: 1.2.0 homepage: https://github.com/mmcc007/screenshots author: Maurice McCabe