Skip to content

Releases: fastlane/fastlane

0.8.1 Fixed problem with deliver

15 Apr 09:50
Compare
Choose a tag to compare

Fixed a problem with the deliver integration when no ipa file was used and only app metadata was uploaded.

0.8.0 fastlane lanes and enhancer

14 Apr 21:21
Compare
Choose a tag to compare
  • New fastlane lanes command: List all available lanes right from your terminal 🎉
  • Added enhaner: This will track the number of errors for each action to detect integration issues. More information about the data and how to opt out available on GitHub 🔒
  • Added support for multiple report types with xctest action (thanks @coreyfloyd)
  • Improved Documentation 📖
  • DELIVERFILE_PATH to use a specific Deliverfile 📦

0.7.0 Brand new inline documentation

13 Apr 08:54
Compare
Choose a tag to compare

🚀 You can now view all fastlane actions and parameters without leaving the terminal 🚀


All changes:

  • Added new fastlane actions and fastlane action [name] commands 🎉
  • All tools now launch much faster: 🚀
  • If you don't specify a lane, you'll get a selection of available lanes 🐶 (much obvious)
  • Updated all fastlane tools 🌟
  • Updated new action template 💅
  • You can skip the update check using FASTLANE_SKIP_UPDATE_CHECK 🔒

screenshot 2015-04-12 22 48 15
screenshot 2015-04-12 22 48 47

0.6.1 Improved startup times

10 Apr 10:29
Compare
Choose a tag to compare
  • fastlane launches much faster now 🚀
  • Some bug fixes

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)