Skip to content

Releases: crowdin/crowdin-cli

3.7.2

19 Nov 09:05
e09bf57
Compare
Choose a tag to compare

Updated

  • Add check if an archive is empty and add a message when there are no files to the 'download' command (#406)
  • Improve timing for checking building translations (#406)

Fixed

  • Fix %original_path% placeholder for downloading (#406)

3.7.1

28 Oct 07:07
2a1d5cf
Compare
Choose a tag to compare

Added

  • Add croql parameter to string list (#401)

Updated

  • Minor text improvement for messages.properties (#403)

Fixed

  • Fix selecting source files with dest param for download sources, dryrun translations and download commands (#399)
  • Little fix for generate command (#400)

3.7.0

17 Sep 09:13
e49d6a7
Compare
Choose a tag to compare

Added

  • Add new branch subcommands (#393)
  • Add custom_segmentation field support in config (#389)
  • Add --branch param for string list command (#389)

Updated

  • Improve --delete-obsolete logic (#394)
  • Remove requirement for files block for some commands (#393)

Fixed

  • Fix showing New version banner with --plain param (#389)
  • Fix message in authorizing via browser (#389)
  • Fix dest (#396)
  • Fix exception handling at uploading file to storage in upload sources action (#389)

3.6.5

20 Aug 09:36
19150b0
Compare
Choose a tag to compare

Added

  • Add --branch option for status commands (#374)
  • Add --delete-obsolete option to upload sources command (#374)
  • Add --label option to string add and string edit commands (#384)

Fixed

  • Fix uploading XLSX files (#377)
  • Fix not showing all omitted files and improve building export patterns (#378)

3.6.4

08 Jul 17:10
3ef03ff
Compare
Choose a tag to compare

Updated

  • Update Crowdin API client to 1.3.10 (#380)

3.6.3

06 Jul 09:32
f328475
Compare
Choose a tag to compare

Updated

  • Update subdependencies and code for Gradle 7.1 (#371)
  • Update Crowdin API client to 1.3.9 (#375)

3.6.2

23 Jun 09:28
7f74275
Compare
Choose a tag to compare

Added

  • Add lazy initialization for .env code and error handling for duplicate environment variables (#363)

Updated

  • Improve 'dest' parameter - add new placeholders (#363)

3.6.1

14 May 08:20
e088354
Compare
Choose a tag to compare

Updated

  • crowdin download command improvements (#358)
  • AUR package: remove Gradle dependency usage (#359)

3.6.0

30 Apr 08:32
5725164
Compare
Choose a tag to compare

Added

  • crowdin pre-translate command (#354)

    Allows you to Pre-Translate files that match the wild-card pattern contained in the current project via TM or MT.

    $ crowdin pre-translate --method tm
    $ crowdin pre-translate --method mt --engine-id=...

    For a complete list of available command options use crowdin pre-translate -h.

  • crowdin list languages command (#354)

    List target languages in the current project.

    $ crowdin list languages
    $ crowdin list languages --code two_letters_code
    $ crowdin list languages --plain

    For a complete list of available command options use crowdin list languages -h.

  • --dest parameter support as a command config option (#354)

    Now you can pass the --dest parameter as a command config option also.

    $ crowdin upload sources -s "..." -t "..." --dest="..."

Fixed

  • Fix error type selection for invalid CSV scheme (#354)

3.5.5

18 Mar 07:58
8501f69
Compare
Choose a tag to compare

Fixed

  • Fix for searching files with a plus symbol in a name (#350)