This repository has been archived by the owner on Nov 19, 2018. It is now read-only.
Releases: fastlane-old/screengrab
Releases · fastlane-old/screengrab
1.0.0 Update to support fastlane 2.0
- Note: Previous fastlane 2.0 compatible releases were removed due to cyclic dependency errors
- This release is only compatible with fastlane 2.0. To continue using fastlane 1, please use older releases
- Calling
<tool-name>
from the commandline is now deprecated. Please usefastlane <tool-name>
instead.
0.6.1 Hotfix
Fixed getting version number for fastlane 2.0
0.6.0 Added support for fastlane 2.0
- Added support for fastlane 2.0
- Improved docs
0.5.6 Improvements
- Fix destination directory when device internal storage is used (#7003)
- Update internal dependencies (#6934)
0.5.5 Improvements
- Set layout direction to match Locale on API 17+ (#6496)
- Version bump dependencies on fastlane_core and spaceship (#6407)
- Shellescape apk paths (#6405)
0.5.4 Improvements
- Updated spelling of fastlane
0.5.3 * Properly handle 'adb server is out of date' (#6285)
- Properly handle 'adb server is out of date' (#6285)
- Update internal dependencies (#6104)
0.5.2 Improvements
- Improve adb output handling to ignore adb warning lines (#6016)
0.5.1 Improvements
- Update fastlane_core dependency (#5941)
- Update gradle and Android plugin versions (#5906)
- Add a ROOT path constant for screengrab (#5846)
- Fix illegal > char in JavaDoc (#5722)
0.5.0 Improvements
- Add UiAutomator screenshot strategy (#5621)