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

20 Jan 13:58
Compare
Choose a tag to compare
  • add --wait flag to push command to wait for files to be processed and print their results
  • add error reporting to get better feedback

1.3.0

12 Dec 09:19
Compare
Choose a tag to compare
  • add update/cleanup command to delete unmentioned keys of an upload

1.2.3

15 Nov 13:12
Compare
Choose a tag to compare
  • fix problem where locales are tried to be created again
  • fix panics in config parsing/validation
  • fix bug with * and placeholders (e.g. <tag>) in one path component
  • add update descriptions flag to push and upload

1.2.2

13 Oct 09:47
Compare
Choose a tag to compare

Update go version to 1.7.1

1.2.1

11 Oct 10:20
Compare
Choose a tag to compare
  • new glossary endpoints
  • less requests in push + pull

1.2.0

23 Aug 10:06
Compare
Choose a tag to compare
  • Add actions for accounts #show #index
  • Add actions for members #show #index #update #delete
  • Add actions for invitations #show #index #create #update #delete #resend

See documentation:

1.1.19

20 Jul 06:32
Compare
Choose a tag to compare
  • Fix error messages for parallel requests

1.1.18

22 Jun 07:54
Compare
Choose a tag to compare
  • fix broken documentation links
  • add MIT license to the repository

1.1.17

19 May 08:52
Compare
Choose a tag to compare

Support http_proxy ENV (https://wiki.archlinux.org/index.php/proxy_settings) when using PHRASEAPP_INSECURE_SKIP_VERIFY

1.1.16

26 Apr 09:13
Compare
Choose a tag to compare
  • Add possibilitiy to use Flag PHRASEAPP_INSECURE_SKIP_VERIFY to skip ssl-validation, usage:

    $ PHRASEAPP_INSECURE_SKIP_VERIFY=true phraseapp info

  • Add License information to repository