Skip to content

Releases: fastlane/fastlane

0.1.19 New Integrations

09 Mar 15:21
Compare
Choose a tag to compare

Many new integrations, special thanks to the awesome @lmirosevic for providing the new integrations 馃殌

  • Added add_git_tag to automatically tag your git repository
  • Added commit_version_bump to commit the version bump
  • Added clean_build_artifacts to clean up the temporary files of sigh and the other tools
  • Added ensure_git_status_clean to make sure the repository doesn't have any un-committed changes
  • Added reset_git_repo to reset the git repository after the fastlane run
  • Added resign action to code sign an existing ipa file
  • Added support for passing the notification setting to the Crashlytics integration
  • Added support for custom notes for the typetalk integration (thanks @dataich)
  • A lot of changes under the hood to work better with the recent sigh and cert releases

0.1.18 New cert integration

09 Mar 10:41
Compare
Choose a tag to compare

Updated cert integration to work with the latest release.

A new fastlane release with new features is coming soon 馃殌

0.1.17 Improved sigh integration

08 Mar 22:18
Compare
Choose a tag to compare

Resolved some issues with the sigh integration introduced with fastlane 0.1.16.

A new fastlane release with new features is coming soon 馃殌

0.1.16 Updated sigh integration

06 Mar 18:09
Compare
Choose a tag to compare

Updated sigh integration to support sigh 0.4.0: https://github.com/KrauseFx/sigh/releases/tag/0.4.0

A new fastlane release with new features is coming soon 馃殌

0.1.15 Amazon S3 Beta Distribution

04 Mar 13:22
Compare
Choose a tag to compare
  • Added beta and enterprise app distribution via S3! You should totally check this feature out 馃殌 (thanks @joshdholtz)
  • Added support for dotenv (thanks @joshdholtz)
  • Added xcode_select action to quickly switch to a different installation of Xcode (thanks @dtrenz)
  • Added verbose flag option for ipa action (thanks @gabu)
  • Fixed not showing git branch information in the Slack error notifications
  • Fixed calling the error block in the wrong folder context

0.1.14 New Integrations

27 Feb 14:41
Compare
Choose a tag to compare

0.1.13 Improved sigh integration

24 Feb 16:49
Compare
Choose a tag to compare
  • fastlane will now transfer the UDID of the from sigh generated profile to all other actions.
  • Fixed a problem with the slack integration.
  • Added update_project_code_signing action to update code signing settings in an Xcode project
  • Nice new designs for the different steps
  • Fixed migration of snapshot-iPad.js

0.1.12 cert Integration

19 Feb 22:35
Compare
Choose a tag to compare

This release adds a nice integration of cert with sigh.

Changes:

  • When running cert before sigh, fastlane will automatically pass the signing identity
  • You can now use sigh :force to always renew the provisioning profile
  • sigh :force will automatically add all available devices to the profile

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