Skip to content

Releases: locize/locize-cli

v12.3.1

Choose a tag to compare

@adrai adrai released this 18 Jun 11:45
  • request: retry transient network failures with exponential backoff and jitter
    instead of a fixed 5s delay. This spreads retries so that bursts of
    concurrent CLI runs (e.g. in CI) no longer retry in lockstep and hit the API
    at the same instant.

v12.3.0

Choose a tag to compare

@adrai adrai released this 10 Jun 15:12
  • sync: creates missing remote languages on the fly. A project without any
    languages yet is bootstrapped automatically from the local language folders
    (or --language/--languages), and a language that exists locally but not
    in the project is created too instead of being silently ignored — the server
    decides whether the api-key may (admin keys always; any write-capable key
    while the project still has no content). On rejection sync warns and
    continues; --dry never creates languages.
  • migrate: also works on a project without any languages yet (previously both
    sync and migrate failed with a misleading "Project not found" error when the
    project's languages file was empty).
  • fix: the "wrong cdnType" hint no longer crashes (or fires) when the other
    endpoint answers with a non-JSON response; the empty-project error now reads
    "Project … not found — or it has no languages yet!" and carries an
    EMPTY_LANGUAGES / WRONG_CDN_TYPE error code for programmatic consumers.

v12.2.0

Choose a tag to compare

@adrai adrai released this 01 Jun 07:48
  • sync: introduce --auto-translate-languages <lng1,lng2> option to restrict auto-translation to specific target languages

v12.1.1

Choose a tag to compare

@adrai adrai released this 21 Apr 15:44
  • sync: fix default for --auto-translate option

v12.1.0

Choose a tag to compare

@adrai adrai released this 13 Apr 07:46
  • sync: introduce --auto-translate-review true option

v12.0.10

Choose a tag to compare

@adrai adrai released this 08 Apr 05:01
  • sync: handle optional autotranslate=false
  • update dependencies

v12.0.9

Choose a tag to compare

@adrai adrai released this 02 Mar 13:45
  • improve --download option for migrate command

v12.0.8

Choose a tag to compare

@adrai adrai released this 02 Mar 10:53
  • --download option for migrate command

v12.0.7

Choose a tag to compare

@adrai adrai released this 02 Mar 10:25
  • improve migrate command

v12.0.6

Choose a tag to compare

@adrai adrai released this 02 Mar 09:51
  • improve error message when detecting wrong cdnType usage