Releases: fastlane/fastlane
Releases · fastlane/fastlane
0.6.0 Watch and other new features
- 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
- Added
register_devices
action to specify the available iOS devices right infastlane
(thanks @lmirosevic) - Added
increment_version_number
action (thanks @serluca) - Specify lane specific values using
for_lane
(thanks @fabiomassimo) - Support
xcargs
option inipa
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
ipa
command automatically uses the provisioning profiles fromsigh
- Updated
fastlane_core
to fix SSL issues
0.4.1 Fixed wrongly named extension
Fixed a problem with an extension
0.4.0 Carthage Integration
- 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
- 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 theFastfile
(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
- 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
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
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 ofsigh
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 thefastlane
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
andcert
releases
0.1.18 New cert integration
Updated cert
integration to work with the latest release.
A new fastlane release with new features is coming soon 🚀