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

Releases: fastlane-old/supply

1.0.0 Update to support fastlane 2.0

18 Dec 23:33
Compare
Choose a tag to compare
  • 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 use fastlane <tool-name> instead.

0.9.0 Added support for fastlane 2.0

15 Dec 20:20
Compare
Choose a tag to compare

Added support for fastlane 2.0

0.8.0 Improvements

28 Nov 16:52
Compare
Choose a tag to compare
  • Added validate_only option for dry-run ability (#7095)
  • Use the rollout option when promoting to the staged rollout track (#6502)
  • Prompt for json_key if it and legacy option are both missing (#6536)

0.7.1 Better error handling

29 Aug 18:23
Compare
Choose a tag to compare
  • Wrap all Google Api Client calls in error handling in supply (#4681)

0.7.0 Added Promote to Track feature

12 May 15:17
Compare
Choose a tag to compare
  • Added "--track_promote_to" option to supply for promoting APK between tracks (thanks @sschendel)

0.6.2 Fix crash in APK uploading

06 Apr 00:13
Compare
Choose a tag to compare
  • Fixes a crash that occurs when uploading APK files

0.6.1 Non UTF-8 metadata handling improvements

01 Apr 15:45
Compare
Choose a tag to compare
  • Force reading metadata and changelogs as UTF-8

0.6.0 Allow uploading of multiple APK files for an app

01 Apr 01:47
Compare
Choose a tag to compare
  • Added "apk_paths" param which accepts an array of APK paths to upload to Google Play

0.5.3 Improvements

29 Mar 14:28
Compare
Choose a tag to compare
  • Handle non UTF-8 metadata more gracefully
  • Improved UI output of error messages, logs and deprecated methods

0.5.2 Increase timeout for uploads

02 Mar 20:31
Compare
Choose a tag to compare
  • Set an additional property on the Google API to ensure the timeout is set to 300 seconds