Skip to content

Releases: fastlane/fastlane

0.9.0 Generate lane documentation

15 Apr 19:28
Compare
Choose a tag to compare

This release was kindly sponsored by Product Hunt 🌟

  • Use fastlane docs to generate a markdown based documentation of all your lanes. 📖
  • The ipa action now shows much more useful information while building and on errors 🚀
  • slack messages now handle super long messages much better 👍
  • Fixed a bug in increment_build_number handling non string values

Example documentation for lanes:

desc "Create new screenshots for all the devices"
desc "This will use `snapshot` to interact with the app"
lane :screenshots do
  snapshot
end

This will generate a new markdown file in ./fastlane/README.md to view right on GitHub 👍


Example lane documentation:

screenshot 2015-04-15 20 30 10

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)