From d61f45431f86665c2ca43a92fac0305094bb8f1f Mon Sep 17 00:00:00 2001 From: Andrii Bodnar Date: Tue, 4 Aug 2020 12:36:52 +0300 Subject: [PATCH] Version 3.2.2 --- CHANGELOG.md | 16 ++++++++++++++++ build.gradle | 2 +- src/main/resources/crowdin.properties | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 771482b4e..9f09b8104 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,22 @@ # Changelog All notable changes to this project will be documented in this file. +## [3.2.2] - 2020-09-01 + +### Added +- Colors support ([#301](https://github.com/crowdin/crowdin-cli/pull/301)) +- Add new 'crowdin list branches' command ([#300](https://github.com/crowdin/crowdin-cli/pull/300)) +- Add checking for relative paths in translation patterns ([#296](https://github.com/crowdin/crowdin-cli/pull/296)) +- Add autocomplete script to artifacts ([#298](https://github.com/crowdin/crowdin-cli/pull/298)) + +### Updated +- Improve 'crowdin init' ([#297](https://github.com/crowdin/crowdin-cli/pull/297)) +- Improve searching for multilanguage csv translation files ([#299](https://github.com/crowdin/crowdin-cli/pull/299)) +- Refactoring ([#301](https://github.com/crowdin/crowdin-cli/pull/301)) + +### Fixed +- Fix init command to accept path formats on Windows ([#305](https://github.com/crowdin/crowdin-cli/pull/305)) + ## [3.2.1] - 2020-07-24 - Added: Browser authorization for `init` command - Added: Static analysis tools Spotbugs, Checkstyle diff --git a/build.gradle b/build.gradle index 06942164a..47eb9d3f0 100755 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ plugins { apply plugin: 'checkstyle' group 'com.crowdin' -version '3.2.1' +version '3.2.2' sourceCompatibility = 1.8 diff --git a/src/main/resources/crowdin.properties b/src/main/resources/crowdin.properties index 910c6ebfb..bed1920b9 100755 --- a/src/main/resources/crowdin.properties +++ b/src/main/resources/crowdin.properties @@ -1,5 +1,5 @@ application.name=crowdin-cli -application.version=3.2.1 +application.version=3.2.2 application.base_url=https://api.crowdin.com application.user_agent=crowdin-java-cli application.version_file_url=https://downloads.crowdin.com/cli/v3/version.txt