Releases: fastlane-old/deliver
0.12.1 Bugfixes
- 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
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
The App Status Detection now uses the iTC JSON API
0.11.4 Improved version detection
Skipped looking on iTC API for version number (Thanks @KiranPanesar)
0.11.3 Improved Beta Build
Fixes issue #218
0.11.2 Improved version detection
Fixed issues with the last release regarding detecting the app version and app identifier
0.11.1 Improved Beta Submission
- 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
- 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
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
- Fixed
deliver --help
command - Fixed problems when adding new lines in url related metadata files (thanks @petester42)