Releases: crowdin/crowdin-cli
Releases · crowdin/crowdin-cli
3.13.0
What's Changed
-
Option to exclude some languages from the build by @yzerk in #595
examples:
crowdin download --exclude-language fr --exclude-language de crowdin download -e fr -e de
-
fix: plain view for the
--keep-archive
option by @andrii-bodnar in #590 -
fix:
.env
load - pass the cause exception for later retrieval by @andrii-bodnar in #591 -
docs: enhance the FAQ section by @andrii-bodnar in #589
-
docs: reorder command options by @andrii-bodnar in #592
Full Changelog: 3.12.0...3.13.0
3.12.0
What's Changed
Features
-
New command: comment by @yzerk in #588
crowdin string comment
- Add a comment to the given stringcrowdin comment list
- List comments in a projectcrowdin comment resolve
- Resolve reported issues with source strings or translations
Other changes
- docs: add Nix package manager installation instruction by @andrii-bodnar in #581
- feat: improve CLI messages by @andrii-bodnar in #582
- fix(config): discrepancies and indentation by @gokaygurcan in #584
New Contributors
- @gokaygurcan made their first contribution in #584
Full Changelog: 3.11.1...3.12.0
3.11.1
What's Changed
- fix: Upgrade Gradle and dependencies to fix Java 20 by @Myself5 in #573
- ci: generate code coverage only on ubuntu-latest by @andrii-bodnar in #576
- ci: run tests on windows by @yzerk in #575
- fix: support double curly braces by @yzerk in #572
- fix: download multiple sources with the same destination by @yzerk in #574
Full Changelog: 3.11.0...3.11.1
3.11.0
Changelog
Features
- ability to manage bundles (add, list, download) (#549) (d0f0be3)
--[no]-preserve-hierarchy
option for upload sources command (#541) (4a849a3)
Bug Fixes
- download sources with double asterisk (#538) (88ae567)
- handle upgrade subscription message (#548) (59d0a84)
- ignore option with double asterisk (#568) (276d106)
- incorrect translation pattern on upload (windows) (#544) (136ae16)
References
- crowdin bundle command
- crowdin download bundle command
Warning
Thecrowdin download targets
command is deprecated. Please use thecrowdin bundle
andcrowdin download bundle
instead.
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