Skip to content
This repository has been archived by the owner on Nov 19, 2018. It is now read-only.

Releases: fastlane-old/deliver

0.7.11 Download of existing screenshots

24 Feb 16:40
Compare
Choose a tag to compare

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

18 Feb 11:05
Compare
Choose a tag to compare

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

12 Feb 19:13
Compare
Choose a tag to compare
  • Fixed problems when passing an ENV variable as ipa 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

09 Feb 21:52
Compare
Choose a tag to compare

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

05 Feb 10:12
Compare
Choose a tag to compare

The reliability of TestFlight submission was improved with this release.

0.7.6 Improved phantomjs dependency

04 Feb 09:56
Compare
Choose a tag to compare

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

02 Feb 16:04
Compare
Choose a tag to compare

This release does not toggle the beta release any more, which caused the public beta to be cancelled.

0.7.4 Improved beta upload

01 Feb 22:46
Compare
Choose a tag to compare
  • When using deliver --beta, deliver will not update the metadata and only upload the ipa file.
  • When running deliver init, deliver will now create the Deliverfile inside the fastlane folder.
  • Removed copying over of version_whats_new when running deliver init

0.7.3 Improved TestFlight Integration

29 Jan 12:35
Compare
Choose a tag to compare

Added automatic submission of newly uploaded build by disabling and enabling beta testing.

0.7.2 More information on blocks

28 Jan 23:06
Compare
Choose a tag to compare
  • New: more information is now passed to the error and success block when defined in the Deliverfile.
  • 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.