Skip to content
This repository has been archived by the owner on Dec 18, 2020. It is now read-only.

Releases: phrase/phraseapp-client

1.12.4

06 Dec 15:18
Compare
Choose a tag to compare
  • Pagination now works correctly with the per_page param

1.12.3

09 Nov 09:48
f216a0c
Compare
Choose a tag to compare
  • Fix ignored tags when locale and tag placeholders are used in pull target

1.13.0-beta

02 Nov 13:10
Compare
Choose a tag to compare
1.13.0-beta Pre-release
Pre-release
  • Add caching for locale downloads

1.12.2

23 Oct 08:47
82f3204
Compare
Choose a tag to compare
  • fix include_unverified_translations and include_untranslated_keys flags

1.12.1

16 Oct 13:15
Compare
Choose a tag to compare
  • Fix for missing tags

1.12.0

16 Oct 08:13
Compare
Choose a tag to compare
  • 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

02 Oct 12:05
Compare
Choose a tag to compare
  • Fix for using comma separated values as parameter. For example tags: tag1,tag2

1.11.0

18 Sep 11:51
Compare
Choose a tag to compare
  • Add branch parameter to all project scoped actions.

1.10.0

18 Sep 08:42
Compare
Choose a tag to compare
  • 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

04 Sep 13:05
Compare
Choose a tag to compare
  • Add tags param to support for multiple tags when downloading locale files