Skip to content
This repository has been archived by the owner on Nov 19, 2018. It is now read-only.

Releases: fastlane-old/snapshot

0.7.1 Bugfix

20 Apr 20:08
Compare
Choose a tag to compare

Just a smal bug fix release

0.7.0 Testing Mode

20 Apr 18:08
Compare
Choose a tag to compare
  • New: run snapshot for UI Automation tests only using snapshot 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

12 Apr 16:50
Compare
Choose a tag to compare

snapshot now launches even faster 🚀

0.6.0 Support for RubyMotion and Xamarin

08 Apr 18:16
Compare
Choose a tag to compare
  • 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

19 Mar 23:34
Compare
Choose a tag to compare
  • 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

06 Mar 17:35
Compare
Choose a tag to compare
  • 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

28 Feb 16:48
Compare
Choose a tag to compare

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

27 Feb 14:17
Compare
Choose a tag to compare

Added new custom_build_args action, thanks @cbot 👍

0.4.10 Added fastimage dependency

19 Feb 13:14
Compare
Choose a tag to compare

Fixed problems for users installing this gem for the first time

0.4.9 Major refactoring

18 Feb 11:07
Compare
Choose a tag to compare

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