Skip to content

Releases: fastlane/fastlane

0.1.11 Improved Team selection

19 Feb 18:35
Compare
Choose a tag to compare

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

18 Feb 22:41
Compare
Choose a tag to compare

Fixed problems with local custom actions

0.1.9 Major refactoring

18 Feb 11:24
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 🚀

  • 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

12 Feb 19:16
Compare
Choose a tag to compare

0.1.7 Improved phantomjs dependency

04 Feb 21:27
Compare
Choose a tag to compare
  • No more manually installing phantomjs
  • Slack integration now shows the git author of the last commit

0.1.6 HipChat Integration

01 Feb 22:52
Compare
Choose a tag to compare

Thanks @jingx23 for working on this 👍

0.1.5 Verbose mode for snapshot

31 Jan 19:14
Compare
Choose a tag to compare
  • Verbose mode for snapshot: snapshot :verbose
  • Improved Slack Integration

0.1.4 'produce' integration

30 Jan 20:25
Compare
Choose a tag to compare
  • Full produce integration
  • Improved Slack integration

produce was kindly sponsored by AppInstitute.

0.1.3 Crashlytics Beta Support

30 Jan 10:38
Compare
Choose a tag to compare
  • Added support for Crashlytics Beta (Thanks @pedrogimenez)
  • Fixed bug with Slack integration

0.1.2 General Improvements

28 Jan 22:50
Compare
Choose a tag to compare
  • Upload your dsym to HockeyApp
  • Added skip_install option to sigh
  • Added direct message support for slack
  • Improved tests
  • Updated dependencies