Skip to content

Releases: crowdin/crowdin-cli

3.13.0

12 Jun 09:05
Compare
Choose a tag to compare

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

30 May 12:06
Compare
Choose a tag to compare

What's Changed

Features

Other changes

New Contributors

Full Changelog: 3.11.1...3.12.0

3.11.1

16 May 14:04
Compare
Choose a tag to compare

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

24 Apr 14:29
Compare
Choose a tag to compare

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


Warning
The crowdin download targets command is deprecated. Please use the crowdin bundle and crowdin download bundle instead.

3.10.1

13 Mar 14:21
46839cf
Compare
Choose a tag to compare

Fixed

  • fix --delete-obsolete option in #536 by @yzerk
  • fix config file checker in #532 by @yzerk
  • fix download sources command in #537 by @yzerk
  • ignore content segmentation option when it's null in #539 by @yzerk

3.10.0

25 Jan 07:53
0fd2845
Compare
Choose a tag to compare

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

3.9.3

17 Jan 07:59
Compare
Choose a tag to compare

Fixed

3.9.2

16 Jan 14:20
Compare
Choose a tag to compare

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

Fixed

3.9.1

16 Nov 09:58
Compare
Choose a tag to compare

Updated

Fixed

3.9.0

17 Oct 11:57
80598c8
Compare
Choose a tag to compare

Added

Updated

Fixed