- Breaking Changes -
teamKeyIdanddeveloperIdremoved from iOS config and replaced, see example in the readme.md, this allows for more control in deployment - Added
versionStrategy: "storeIncrement"which will get the current store build number and increment it by 1 - Added support for submitting iOS apps directly to App Store review
- Added optional
whatsNewtext for App Store submissions - Fixed documentation to correctly reference
deploy.yamlinstead ofpubspec.yaml
- Decreased the minimum dart version
- Document improvements
- Document improvements
- Document improvements
- Added support for custom build names
- Added support for flavors
- Merged pull request to fix bug and add animated cursor, thanks KarlJan Reginaldo
- Better validation if the deploy.yaml is missing parameters
- Fix for script continuing if versionStrategy was invalid
- Bug fixes
- Added the
versionStrategyso it can auto increment the pubspec.yaml build number on each run
- Added the ability to add the track to android builds
- Document improvements
- Added android documentation for configuration
- Changed the iOS properties to match what they are called in app store connect
- Attempt to fix deployments on iOS not working
- Shared some code across iOS and Android builds that is common
- Added to documentation
- Fix for ios paths not working
- Improved documentation
- Show that android is auto selected if not on a mac
- bug fixes on mac check
- Auto deploy to android if not on a mac (as it's the only option)
- If passing parameter of
iosand not on a mac, show an error
- Fix file checking for deploy.yaml
- Tidy and check for whether a deploy.yaml file exists before trying to deploy
- Improve input layout if using the interactive prompt
- More fixes
- Some fixes
- Initial version experiment