This repository has been archived by the owner on Dec 18, 2020. It is now read-only.
Releases: phrase/phraseapp-client
Releases · phrase/phraseapp-client
1.1.15
1.1.14
1.1.13
1.1.12
1.1.11
Add support for format options on upload#create
and locale#download
.
Do set a format option (for details see the formats pages at https://phraseapp.com/docs/guides/formats/), use the following: --format-option.option value
.
1.1.10
1.1.9
Besides lots of internal improvements this release comes with the following two new features:
- update notifications: you'll be notified if your version of the client is outdated
- configuration validation: the
phraseapp.yml
will be validated while reading, so that errors are detected early (like typos in key names).
Additionally the following two bugs were addressed:
- The user specific
phraseapp.yml
(located in the home folder) is now supported on all platforms (previously only worked on MacOS X). - Not specifying the
params
hash on pull targets resulted in an exception. This is now fixed.