Skip to content

Releases: fastlane/fastlane

0.6.0  Watch and other new features

08 Apr 19:08
Compare
Choose a tag to compare
  • Have you looked at the project page recently? @ashfurrow worked on an awesome new fastlane documentation
  • Updated deliver, snapshot and the other tools, to fully support the shiny new  Watch and work with Xamarin and Ruby Motion projects
  • push_to_git_remote now uses your currently used git branch by default
  • You can now pass your own list of files to reset_git_repo to reset only specific files
  • You can now specify your own git tag when using add_git_tag
  • Improved shenzhen integration (thanks @ashfurrow)
  • Added a way to force commit a version bump

Obligatory rocket: 🚀

0.5.0 New Features

02 Apr 16:10
Compare
Choose a tag to compare
  • Added register_devices action to specify the available iOS devices right in fastlane (thanks @lmirosevic)
  • Added increment_version_number action (thanks @serluca)
  • Specify lane specific values using for_lane (thanks @fabiomassimo)
  • Support xcargs option in ipa action (thanks Ken)
  • Skip storing your credentials in your Keychain using FASTLANE_DONT_STORE_PASSWORD
  • Path to IPA files are now always absolute
  • Preparations for future Xcode releases
  • More bug fixes and improvements

0.4.2 Improvements

26 Mar 12:41
Compare
Choose a tag to compare
  • ipa command automatically uses the provisioning profiles from sigh
  • Updated fastlane_core to fix SSL issues

0.4.1 Fixed wrongly named extension

24 Mar 14:47
Compare
Choose a tag to compare

Fixed a problem with an extension

0.4.0 Carthage Integration

24 Mar 14:38
Compare
Choose a tag to compare
  • Added Carthage support (Thanks @bassrock)
  • Improved xcpretty integration (Thanks @dtrenz)
  • You can specify the xcodeproj_path when increasing the version (Thanks @lmirosevic)
  • Improved showing of error messages in Slack/Hipchat (Thanks @JaniJegoroff)

0.3.0 New Integrations and Features

19 Mar 23:22
Compare
Choose a tag to compare
  • Support for custom values and configuration for slack notifications (Thanks @lmirosevic)
  • Support for setting code signing identity and provisioning profile with xcodebuild action (Thanks @josh)
  • New increment_build_number options with support for different projects (Thanks @lmirosevic)
  • Automatic detection of workspace in xcodebuild action (Thanks @dtrenz)
  • Support for defining a minimum fastlane version in the Fastfile (Thanks @KrauseFx 😇)
  • Support for new Crashlytics environment variables (Thanks @dtrenz)
  • New xctest action documentation (Thanks @dtrenz)
  • Fixed naming collision with ActiveRecord (Thanks @milch)

0.2.1 Added xcexport action

10 Mar 17:34
Compare
Choose a tag to compare
  • Added xcexport action to export a signed binary (thanks @dtrenz)
  • Fixed xcodeproj dependency to work with older versions of CocoaPods

0.2.0 xcodebuild Action

09 Mar 18:57
Compare
Choose a tag to compare
  • fastlane can now show Mac OS X notifications (thanks @champo)
  • You can now also push changes made to the project to your remote repository (thanks @lmirosevic)
  • fastlane now has a new README 👍
  • New xcodebuild action, see below

xcodebuild

Thanks to @dtrenz, you can now use xcodebuild actions right in fastlane:

xcarchive

xcarchive(
  archive_path: "./build-dir/MyApp.xcarchive",
  scheme: "MyApp",
  workspace: "MyApp.xcworkspace"
)

xcbuild

xcbuild(
  scheme: "MyApp",
  workspace: "MyApp.xcworkspace"
)

xcclean

xcclean

xctest

xcarchive(
  destination: "name=iPhone 5s,OS=8.1",
  scheme: "MyApp",
  workspace: "MyApp.xcworkspace"
)

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 🚀