Skip to content

Releases: crowdin/crowdin-cli

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)

3.5.4

22 Feb 13:45
Compare
Choose a tag to compare

Added

  • Add --[no-]translate-hidden parameter to upload translations command (#344)
  • Add %file_name% placeholder for dest parameter (#344)
  • Add support for downloading file groups with dest parameter (#344)
  • Add branch exists message to upload command (#344)

Updated

  • Upload file as spreadsheet if dest parameter has .csv extension (#344)

Fixed

  • Fix config file missing message (#344)
  • Fix upload sources for Windows (#344)

3.5.3

29 Jan 13:09
303b3e1
Compare
Choose a tag to compare

Added

  • Add --all option to download translations without local sources (#338)
  • Add --branch option for download targets (#338)

Updated

  • Refactor error handlers and add error handler for upload translations (#338)
  • Upgrade picocli version (#338)

Fixed

  • Fix Language Mapping for download targets (#338)
  • Fix verbose message for glossary list (#338)
  • Fix list translations - add accounting for excluded languages (#338)

3.5.2

05 Jan 15:02
cdef3dd
Compare
Choose a tag to compare

Added

  • .env support (#337)

3.5.1

21 Dec 14:13
e096882
Compare
Choose a tag to compare

Added

  • Exclude target languages a file shouldn't be translated into (#331). Read more
  • Ability to ignore hidden files during sources upload (#331). Read more

Fixed

  • Fix 'glossary list --verbose' for non-managers (#331)
  • Fix 'download targets' for enterprise (#331)
  • Fix one message and add handler to 'add source' request (#331)

3.5.0

08 Dec 12:21
7c88a25
Compare
Choose a tag to compare

Added

Updated

  • Delete 'language_mapping' field from default configuration file (#327)

Fixed

  • Fix messages for 'lint' command (#327)