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

Releases: fastlane-old/fastlane_core

0.5.0 Asynchronous Update Checker

10 Apr 09:46
Compare
Choose a tag to compare

Even faster fastlane launches 🚀

0.4.3 Added support for new Xcode

05 Apr 09:09
Compare
Choose a tag to compare

Added support for the updated transporter path of the new Xcode.

0.4.2 Bugfix

02 Apr 18:59
Compare
Choose a tag to compare

Fixed a problem with the app name when using produce.

0.4.1 Fixed transporter path issue

02 Apr 16:33
Compare
Choose a tag to compare

Fixed wrong transporter path

0.4.0 New Feature

02 Apr 16:05
Compare
Choose a tag to compare
  • Added method to receive the Apple ID of apps not available in the App Store
  • Support for future versions of Xcode
  • Specify lane specific values using for_lane (thanks @fabiomassimo)
  • Skip storing your credentials in your Keychain using FASTLANE_DONT_STORE_PASSWORD

0.3.4 Updated refresher URL

26 Mar 12:33
Compare
Choose a tag to compare

Due to SSL issues on some clients, switched to a new update URL

0.3.3 Switched to refresher

24 Mar 12:39
Compare
Choose a tag to compare

More information about refresher can be found on GitHub.

0.3.2 Dependency Updates

20 Mar 00:33
Compare
Choose a tag to compare
  • Fixed dependency to credentials_manager
  • Improved log_alert output design

0.3.1 Fixed problems with env variables

09 Mar 14:41
Compare
Choose a tag to compare

This release fixes some problems with the environment variables

0.3.0 Brand new configurations

06 Mar 16:22
Compare
Choose a tag to compare
  • Big changes in configurations of the tools. Updates for all tools coming soon 🚀
  • New Helper. is_ci? to check if fastlane is currently running on a CI service (Jenkins, Travis) Thanks @dtrenz