This repository has been archived by the owner on Nov 19, 2018. It is now read-only.
Releases: fastlane-old/snapshot
Releases · fastlane-old/snapshot
0.7.1 Bugfix
Just a smal bug fix release
0.7.0 Testing Mode
- New: run
snapshot
for UI Automation tests only usingsnapshot test
(thanks @neilkimmett) - New: pass custom arguments to the
Instruments
command (thanks @jilouc) - New: See test results right in the terminal (thanks @neilkimmett)
0.6.1 Improved startup time
snapshot
now launches even faster 🚀
0.6.0 Support for RubyMotion and Xamarin
- Added support for projects not using Xcode (thanks @apalancat)
- Added option to skip the building process (thanks @apalancat)
- HTML page improvements (thanks @onato)
0.5.0 New Callbacks
- Added support for apps with WatchKit target
- Added automatic detection of current iOS version
- HTML summary is now automatically opened
- Improved
reset_simulators
action - Fixed problems with some project names (Thanks @HughJeffner and @almassapargali)
- Deprecated callbacks and added better ones (see project page)
0.4.13 Improved screenshot overview
- Added light box to the screenshot overview, navigate using arrows and closing using ESC (Thanks @powtac)
- Updated
fastlane_core
dependency
0.4.12 Reset Simulators
You can now use snapshot reset_simulators
to completely delete and re-create all iOS simulators.
This is useful, if you run into weird Instruments
problems when running snapshot
.
0.4.11 New option
Added new custom_build_args
action, thanks @cbot 👍
0.4.10 Added fastimage dependency
Fixed problems for users installing this gem for the first time
0.4.9 Major refactoring
A lot of changes under the hood: All fastlane tools now use the shared gem fastlane_core
This allows me to develop and release new features even faster 🚀
- Updated template
snapshot.js
file - Fixed problems with HTML page generation