Releases: phrase/phraseapp-client
Releases · phrase/phraseapp-client
1.12.4
- Pagination now works correctly with the
per_page
param
1.12.3
- Fix ignored tags when locale and tag placeholders are used in pull target
1.13.0-beta
- Add caching for locale downloads
1.12.2
- fix include_unverified_translations and include_untranslated_keys flags
1.12.0
- Add support for multiple tags in tags param as placeholder:
pull:
targets:
- file: ./locale/<tag>/en.yml
params:
file_format: yml
tags: tag1,tag2
locale_id: en
- Fix tag placeholder with new
tags
parameter
1.11.1
- Fix for using comma separated values as parameter. For example
tags: tag1,tag2
1.11.0
- Add branch parameter to all project scoped actions.
1.10.0
- Add support for rate limit. Locale downloads now wait until the rate limit has expired and will be retried
- Fix error for multiple projects in a config file when a branch is specified
1.9.4
- Add
tags
param to support for multiple tags when downloading locale files