Releases: fastlane-old/deliver
0.7.11 Download of existing screenshots
Thanks to the great help by Christian Beer, developer of JackApp, deliver
now automatically downloads your existing screenshots from iTunes Connect when running deliver init
🎉
0.7.10 Major refactoring
A lot of changes under the hood: All fastlane tools now use the shared gem fastlane_core
This allows me to develop and release new features even faster 🚀
0.7.9 Improvements
- Fixed problems when passing an
ENV
variable asipa
path - Added removing of alpha channel before uploading an app icon
- Added option to append custom options to the transporter command
0.7.8 'What to Test' for TestFlight
You can now set the environment variable DELIVER_WHAT_TO_TEST
to let testers know what to test:
DELIVER_WHAT_TO_TEST="Tap on some buttons" deliver --beta
This release also improves the TestFlight submission stability.
0.7.7 Improved TestFlight submission
The reliability of TestFlight submission was improved with this release.
0.7.6 Improved phantomjs dependency
It's not necessary any more to install phantomjs
using homebrew
, it will install itself on the first usage of deliver
.
0.7.5 Improved Beta Submission
This release does not toggle the beta release any more, which caused the public beta to be cancelled.
0.7.4 Improved beta upload
- When using
deliver --beta
,deliver
will not update the metadata and only upload theipa
file. - When running
deliver init
,deliver
will now create theDeliverfile
inside thefastlane
folder. - Removed copying over of
version_whats_new
when runningdeliver init
0.7.3 Improved TestFlight Integration
Added automatic submission of newly uploaded build by disabling and enabling beta testing.
0.7.2 More information on blocks
- New: more information is now passed to the
error
andsuccess
block when defined in theDeliverfile
. - If there was already a version created on iTunes Connect and it does not match the one it should use,
deliver
will update the existing version.