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.1.15

13 Apr 15:52
Compare
Choose a tag to compare
  • Fix bug where globbing did not work properly as intended when providing ./ paths

1.1.14

12 Apr 14:35
Compare
Choose a tag to compare
  • Error notifications in case of runtime errors

1.1.13

18 Mar 14:10
Compare
Choose a tag to compare
  • fixes issue with rails (and formats that contain locale information in the file) where pushing lead to "locale_code not found"

1.1.12

02 Mar 15:47
Compare
Choose a tag to compare
  • Fixes globbing issues on Windows and Linux
  • Fixes default handling for format options
  • Validates locales against translation center
  • Account-id for multi accounts must be provided for project based endpoints

1.1.11

11 Feb 11:36
Compare
Choose a tag to compare

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

08 Feb 11:22
Compare
Choose a tag to compare

Release fixes an issue with situations where no configuration file is given.

1.1.9

21 Jan 09:58
Compare
Choose a tag to compare

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.

1.1.8

04 Jan 08:16
Compare
Choose a tag to compare

Internal changes:

  • refactoring of parameter handling
  • simplified the source and target path pattern parsing

1.1.7

16 Dec 07:57
Compare
Choose a tag to compare

Added support for the fallback_locale_id param in pull target configuration.

1.1.6

10 Dec 12:19
Compare
Choose a tag to compare

adds file_encoding option for uploads