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.12.1 Bugfixes

12 Jun 04:57
Compare
Choose a tag to compare
  • Fixed bug when app is not available in the US App Store
  • Fixed not filling out all languages when providing a TestFlight change-log
  • Improved deliver download_screenshots command for more languages

0.12.0 Download existing screenshots

26 May 08:31
Compare
Choose a tag to compare

Introduces a new command: deliver download_screenshots, which will download all your existing screenshots and store them in the correct folder.

0.11.5 Updated App Status Detection

24 May 08:16
Compare
Choose a tag to compare

The App Status Detection now uses the iTC JSON API

0.11.4 Improved version detection

23 May 09:34
Compare
Choose a tag to compare

Skipped looking on iTC API for version number (Thanks @KiranPanesar)

0.11.3 Improved Beta Build

22 May 10:10
Compare
Choose a tag to compare

0.11.2 Improved version detection

21 May 16:40
Compare
Choose a tag to compare

Fixed issues with the last release regarding detecting the app version and app identifier

0.11.1 Improved Beta Submission

21 May 13:32
Compare
Choose a tag to compare
  • Added automatic dismissing of changelog on initial release
  • Improved frameit 2.0 detection for WatchKit apps
  • Fixed not being able to submit new beta builds when app is Ready for Sale
  • Added information when beta information is not set because skip_deploy is active
  • Speeded up some iTunesConnect requests by switching to the JSON API
  • Improved app summary page design

0.11.0 Upload Metadata Only

15 May 19:42
Compare
Choose a tag to compare
  • New deliver upload_metadata command to upload metadata and screenshots without a binary
  • Added support for future versions of frameit
  • Automatic detection of app version from iTunes Connect when none is given
  • Improved error handling and debug output when submitting a new TestFlight version

This update was kindly sponsored by MindNode 👍

0.10.0 Preview Support for more languages

10 May 15:19
Compare
Choose a tag to compare

deliver now creates an HTML preview of the metadata instead of a PDF.

Why? Because the PDF generation caused major issues with different fonts resulting in not working in Chinese and some more languages.

You can still just export the HTML page into a PDF file to send it to team mates.

Thanks @snoato for working on the HTML code of the preview 👍

0.9.4 Bugfixes

03 May 20:12
Compare
Choose a tag to compare
  • Fixed deliver --help command
  • Fixed problems when adding new lines in url related metadata files (thanks @petester42)