Releases: crowdin/crowdin-cli
Releases · crowdin/crowdin-cli
3.10.1
3.10.0
Added
-
Implement tasks management in #522 by @yzerk
For more details run the
crowdin task -h
,crowdin task add -h
,crowdin task list -h
commands.
Updated
- Load all project info per branch in #515 by @yevheniyJ
- More automated publishing process in #530 by @andrii-bodnar
3.9.3
Fixed
- Fix node-fetch issue (2) in #527 by @andrii-bodnar
3.9.2
Added
- Add the
--keep-archive
option for the download translations command in #520 by @yzerk - Helper script for Windows shell environments in #521 by @jdknight
Updated
- More tests for better coverage in #509 by @calfaand
- Minor cleanup in #511 by @andrii-bodnar
- Use GH Actions instead of Azure Pipelines and prepare CI to run Unit tests on Windows in #512 by @andrii-bodnar
- Ignore version check for
-h
,-v
andcrowdin
command w/o args in #516 by @yzerk - Handle empty files upload in #517 by @yzerk
Fixed
- Fix node-fetch issue in #524 by @andrii-bodnar
3.9.1
Updated
- Corrects misspellings in #499 by @jsoref
- Updating test coverage in #500 by @calfaand
- Increase test coverage in #503 by @DukeRino7
Fixed
- Fix organization domain extracting from
base_url
in #498 by @andrii-bodnar
3.9.0
Added
- Add downloading multiple specified languages in #493 by @Epicpkmn11
- Add
--dryrun
mode to thedownload sources
command in #485 by @kiatt210 - Add the
export_string_that_passed_workflow
export option support in #487 by @danielsutts - Add Unit tests for
StatusAction.java
in #494 by @robertberes
Updated
- Improve async progress status checking for some commands in #478 by @andrii-bodnar
- Make lint throw error with no config file in #483 by @danielsutts
Fixed
- Fix regex to work correctly on Windows machines in #484 by @danielsutts
3.8.1
Fixed
- Fix infinite build progress check in case of the build has failed in #476 by @andrii-bodnar
3.8.0
Added
- Download reviewed sources command (
crowdin download sources --reviewed
) in #471 by @yevheniyJ --fail-if-incomplete
option for status commands in #466 by @Volodymyr95--branch
parameter support for Pseudo-Localization download in #472 by @Volodymyr95
3.7.10
Added
import_translations
option support for spreadsheet files in #463 by @Volodymyr95
Updated
- Improved error handling for the
pre-translate
command in #461 by @Volodymyr95