Skip to content

Releases: crowdin/crowdin-cli

3.19.0

19 Mar 08:12
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.18.0...3.19.0

3.18.0

07 Feb 10:03
Compare
Choose a tag to compare

What's Changed

  • feat: string-based project support by @katerina20 in #714

    In string-based projects, the focus is on managing translatable content as individual strings rather than source files. In this project type, after uploading source files, Crowdin parses them into source strings. Unlike file-based projects, source files aren’t stored, and the emphasis is on managing the content at the string level. This approach is beneficial when dealing with projects that involve continuous content updates, dynamic content, or where a string-oriented structure is preferred.

  • docs: update the Files Management article by @andrii-bodnar in #720

Full Changelog: 3.17.0...3.18.0

3.17.0

30 Jan 09:05
Compare
Choose a tag to compare

What's Changed

App

Documentation

Build

Full Changelog: 3.16.1...3.17.0

3.16.1

18 Jan 10:38
Compare
Choose a tag to compare

What's Changed

App

Documentation

Build

Full Changelog: 3.16.0...3.16.1

3.16.0

04 Jan 09:42
Compare
Choose a tag to compare

What's Changed

App

Build

Documentation

New Contributors

Full Changelog: 3.15.0...3.16.0

3.15.0

25 Oct 07:25
Compare
Choose a tag to compare

What's Changed

Features

Deprecation warning ⚠️

The task add --file parameter now accepts the file path instead of the numeric ID. The numeric ID support is still available for backward compatibility, but it will be removed in future releases. See PR #641 for more details.

Fixes

  • fix: translations download without preserve hierarchy by @katerina20 in #643

Docs

Tests

New Contributors

Full Changelog: 3.14.0...3.15.0

3.14.0

08 Sep 08:51
Compare
Choose a tag to compare

What's Changed

Features

Fixes

  • fix: unix tests on windows by @yzerk in #580
  • fix: translation pattern creation on windows by @yzerk in #604
  • fix: source downloading when source and dest have different base name by @yzerk in #608
  • fix: add api subpath to the base url by @katerina20 in #622

Chores

Docs

New Contributors

Full Changelog: 3.13.0...3.14.0

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