Skip to content

Releases: alexander-fenster/slowlane

v1.5.1

Choose a tag to compare

@alexander-fenster alexander-fenster released this 01 Mar 07:17

Fix: exact match bundle ID lookup to avoid prefix collisions (e.g. name.fenster.durak no longer matches name.fenster.durak.viewer)

v1.5.0

Choose a tag to compare

@alexander-fenster alexander-fenster released this 04 Feb 09:30

New Features

  • --for-update flag for get-metadata: Returns only whatsNew and promotionalText per locale - the fields that typically change between releases. The shorter JSON output can be used directly with set-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.json

v1.4.1

Choose a tag to compare

@alexander-fenster alexander-fenster released this 02 Feb 10:10

docs: update readme

Publishing a release just to have the readme updated on npm.

v1.4.0

Choose a tag to compare

@alexander-fenster alexander-fenster released this 29 Jan 18:09
  • feat: add length validation for promotional text (170 chars)
  • fix: include locale in error message when setMetadata API call fails

v1.3.0

Choose a tag to compare

@alexander-fenster alexander-fenster released this 28 Jan 08:42
  • feat: Add --changesNotSentForReview flag to google set-metadata command. 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.