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
0.46.1 Bugfixes
- Fixed iTunes Transporter
- Fix for CLI based actions with Integer params
0.46.0 Prepare for fastlane plugins
- Preparing for fastlane plugins 🚀
- Added new option to hide timestamps in fastlane outputs using
FASTLANE_HIDE_TIMESTAMP
(#4838) - Fix
PkgFileAnalyser
to shell escapexar
arguments Helper.fastlane_enabled?
improvements (#4889)- Continuing work on #3843
- Ads Apple Developer Id to
itunes_transporter.rb
- allowsdeliver
to work with multiple iTunes Providers
0.45.0 Improvements
- Make
determine_version
a class method - Improved unit tests
0.44.2 Bug fixes
- Re-add
Helper.log
method and add deprecation warning - Only query for xcode version on macs
0.44.1 Fixed WWDR certificate import
Fixed an issue when importing the WWDR certificate
0.44.0 Prepare for fastlane plugins
- repare for fastlane plugins (#4770)
- Removed Sentry (#4756)
- Shell escape keychain paths in CertChecker
- Replaced remaining .red and raise blocks (#4709)
0.43.5 Improvements
- Fix bug running commands on some Linux systems
0.43.4 Improvements
- Improve Android app metrics by properly detecting package name
0.43.3 Improvements
- Improve ToolCollector to differentiate crashes and user_errors
0.43.2 Improvements
- Adding platform fetch support ipa for fastlane core (#4448)
- Updated change-log receive class to follow redirects