This repository has been archived by the owner on Nov 19, 2018. It is now read-only.
Releases: fastlane-old/deliver
Releases · fastlane-old/deliver
2.0.1 Update to support fastlane 2.0
- Note: Previous fastlane 2.0 compatible releases were removed due to cyclic dependency errors
- This release is only compatible with fastlane 2.0. To continue using fastlane 1, please use older releases
- Calling
<tool-name>
from the commandline is now deprecated. Please usefastlane <tool-name>
instead.
2.0.0 Update to support fastlane 2.0
- Note: Previous fastlane 2.0 compatible releases were removed due to cyclic dependency errors
- This release is only compatible with fastlane 2.0. To continue using fastlane 1, please use older releases
- Calling
<tool-name>
from the commandline is now deprecated. Please usefastlane <tool-name>
instead.
1.17.1 Hotfix
Fixed getting version number for fastlane 2.0
1.17.0 Added support for fastlane 2.0
Update to support fastlane 2.0
1.16.2 Improvements & bugfixes…
- No screenshot information reword (#7390)
- Remove accessing watchbuild config (#7437)
- upgrade fastimage, fixes #7370 (#7402)
- Download iMessage screens in right folder, fixes #7366 (#7400)
1.16.1 Improvements
- Update deliver to work with the new iTunes Connect
- Fix removing screenshots
- Updated dependencies
1.16.0 iMessage screenshots and platform support
- Update internal dependencies (#7163)
- Fixed unintended fastlane folder generation bug (#7129)
- Adds support for iMessage Screenshots (#6830)
- Adds
platform
support (#4781) - Ensure that
ensure_version!
gets passed the right platform (#7121)
1.15.1 App-specific password fix
- Update dependency to latest
fastlane_core
to fix app-specific password prompting.
1.15.0 Improvements
- Fix downloading metadata or screenshots requiring ipa file (#6825)
- Add option to clear existing screenshots (#6540)
- make
download_metadata
action respectapp_version
option (#6467) - make sure that languages are available on iTC if you have localized screenshots (#6760)
- Update internal dependencies
1.14.5 Bugfix
Fix crash on deliver init
when metadata was empty