Releases: alexander-fenster/slowlane
Releases · alexander-fenster/slowlane
Release list
v1.5.1
v1.5.0
New Features
--for-updateflag forget-metadata: Returns onlywhatsNewandpromotionalTextper locale - the fields that typically change between releases. The shorter JSON output can be used directly withset-metadata.
# Get only release-related fields
npx slowlane apple get-metadata com.example.app --from live --for-update --json > update.json
# Edit update.json, then apply changes
npx slowlane apple set-metadata com.example.app -f update.jsonv1.4.1
docs: update readme
Publishing a release just to have the readme updated on npm.
v1.4.0
- feat: add length validation for promotional text (170 chars)
- fix: include locale in error message when setMetadata API call fails
v1.3.0
- feat: Add
--changesNotSentForReviewflag togoogle set-metadatacommand. This handles cases where Google Play does not allow automatic review submission, allowing users to commit changes and submit for review manually from the Google Play Console UI.