This repository has been archived by the owner on Nov 19, 2018. It is now read-only.
Releases: fastlane-old/fastlane_core
Releases · fastlane-old/fastlane_core
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.60.1 Hotfix
Include fastlane version in core
0.60.0 Improvements
- Env Class, fixes #7326 (#7421)
- improve documentation (#7364)
0.59.0 Improvements
- Add support for inspecting the installation method
- Report installation method to refresher
- Fix issues looking up keychains in macOS Sierra
- Support command line tools
0.58.0 Move all fastlane configs to ~/.fastlane
- Move all fastlane configs to ~/.fastlane
- Show GitHub issue search error only in verbose mode (#7279)
- FastlaneCore::Simulator reset by version
- Update Gemfile setup to use local copy by default (#7296)
0.57.2 Improvements
- Fix the tests allow for interactive? to be for UI not Helper (#7253)
- Remove babosa dependency from fastlane_core (#7248)
- sensitive flag on config items (#7169)
- Fix rbenv install message (#7173)
- Fix tool collector on ruby == 2.0.0 (#7164)
0.57.1 Bug fix
- Fix parsing build settings when Toolchain specified (#7144)
0.57.0 Improvements
- Add Project.supported_platforms method (#6925)
- move
keychain_path
to core (#7075) - Pass
configuration
toshowBuildSettings
command (#6114) - namespace the SELF_CONTAINED env variable (#7042)
0.56.0 Improvements
- iTunes Transporter fix when working with app-specific passwords
- Move update command to its own method
0.55.1 Improve metrics collection
- Pass generated Fastfile ID through to enhancer (#7022)