Releases: fastlane/fastlane
Releases · fastlane/fastlane
0.1.11 Improved Team selection
There are 2 actions available to set the your Team ID (if you're in multiple teams):
team_id "Q2CBPK58CA"
team_name "Felix Krause"
You can also store the team in your fastlane/Appfile
app_identifier "com.krausefx.app"
apple_id "felix@krausefx.com"
team_name "Felix Krause"
# team_id "Q2CBPJ58CA"
This is now available across all fastlane tools.
0.1.10 Bugfixes
Fixed problems with local custom actions
0.1.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 🚀
- Added new
team_id
action which sets the ID of your team across all tools - Updated example files
- Added
Rubocop
styling (thanks @JaniJegoroff) - Improved HipChat integration (thanks @DF-Franzi)
- Improved parsing of shell outputs and error handling (thanks @milch)
0.1.8 Build IPAs with fastlane
- Added
ipa
action to build apps right in fastlane (thanks @joshdholtz) - Added DeployGate integration (thanks @tnj)
- Improved HipChat integration (thanks @jingx23)
0.1.7 Improved phantomjs dependency
- No more manually installing
phantomjs
- Slack integration now shows the git author of the last commit
0.1.6 HipChat Integration
Thanks @jingx23 for working on this 👍
0.1.5 Verbose mode for snapshot
- Verbose mode for snapshot:
snapshot :verbose
- Improved Slack Integration
0.1.4 'produce' integration
- Full
produce
integration - Improved Slack integration
produce
was kindly sponsored by AppInstitute.
0.1.3 Crashlytics Beta Support
- Added support for Crashlytics Beta (Thanks @pedrogimenez)
- Fixed bug with Slack integration
0.1.2 General Improvements
- Upload your
dsym
to HockeyApp - Added
skip_install
option tosigh
- Added direct message support for slack
- Improved tests
- Updated dependencies