diff --git a/CHANGELOG.md b/CHANGELOG.md index d8464a61..a66d0153 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +# [4.3.0](https://github.com/crowdin/crowdin-cli/compare/4.2.0...4.3.0) (2024-10-28) + + +### Bug Fixes + +* **aur:** set & force java-environment=17 ([#848](https://github.com/crowdin/crowdin-cli/issues/848)) ([484d23e](https://github.com/crowdin/crowdin-cli/commit/484d23ea4efe1444064a105560e373e7fc4b9106)) +* renamed init command internals ([#854](https://github.com/crowdin/crowdin-cli/issues/854)) ([ab25e24](https://github.com/crowdin/crowdin-cli/commit/ab25e24a5dc96de4738e53ef87c3c9aaa1184054)) +* simplify the default crowdin.yml configuration file ([#852](https://github.com/crowdin/crowdin-cli/issues/852)) ([af8bd46](https://github.com/crowdin/crowdin-cli/commit/af8bd46c8a0f83ff4f4132126ff5adeb0d8b21b3)) + + +### Features + +* add bundle extra options ([#858](https://github.com/crowdin/crowdin-cli/issues/858)) ([102c73a](https://github.com/crowdin/crowdin-cli/commit/102c73ad6363c932fc139e7595560ec759bf2933)) +* deprecate skip-untranslated-strings for task add command ([#860](https://github.com/crowdin/crowdin-cli/issues/860)) ([bb43466](https://github.com/crowdin/crowdin-cli/commit/bb4346657800cf7a4eb4f209a6be989ff5b11c1f)) +* project add command ([#857](https://github.com/crowdin/crowdin-cli/issues/857)) ([626301b](https://github.com/crowdin/crowdin-cli/commit/626301b085a9fbd918493df40094c2bc8e471028)) +* upload screenshots improvements ([#853](https://github.com/crowdin/crowdin-cli/issues/853)) ([32ea5f6](https://github.com/crowdin/crowdin-cli/commit/32ea5f68c28c650cdbe459d0bcdb363b0dfe2490)) + # [4.2.0](https://github.com/crowdin/crowdin-cli/compare/4.1.2...4.2.0) (2024-09-23) diff --git a/build.gradle b/build.gradle index df3f7246..11d37531 100755 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ plugins { } group 'com.crowdin' -version '4.2.0' +version '4.3.0' sourceCompatibility = '17' diff --git a/package-lock.json b/package-lock.json index 2e5df760..a74fdd5e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@crowdin/cli", - "version": "4.2.0", + "version": "4.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@crowdin/cli", - "version": "4.2.0", + "version": "4.3.0", "license": "MIT", "dependencies": { "command-exists-promise": "^2.0.2", diff --git a/package.json b/package.json index 530aec47..a438a428 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "type": "git", "url": "https://github.com/crowdin/crowdin-cli.git" }, - "version": "4.2.0", + "version": "4.3.0", "bin": { "crowdin": "jdeploy-bundle/jdeploy.js" }, diff --git a/packages/aur/pkgbuild/PKGBUILD b/packages/aur/pkgbuild/PKGBUILD index 84ab0ccf..445664b1 100644 --- a/packages/aur/pkgbuild/PKGBUILD +++ b/packages/aur/pkgbuild/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Senya pkgname=crowdin-cli -pkgver=4.2.0 +pkgver=4.3.0 pkgrel=1 pkgdesc="Command line tool that allows you to manage and synchronize localization resources with your Crowdin project" url="https://support.crowdin.com/cli-tool/" diff --git a/packages/chocolatey/crowdin-cli.nuspec b/packages/chocolatey/crowdin-cli.nuspec index a924a355..77ee09e8 100644 --- a/packages/chocolatey/crowdin-cli.nuspec +++ b/packages/chocolatey/crowdin-cli.nuspec @@ -2,7 +2,7 @@ crowdin-cli - 4.2.0 + 4.3.0 https://github.com/crowdin/crowdin-cli/tree/main/packages/chocolatey crowdin Crowdin CLI (Portable) diff --git a/packages/exe/CrowdinCLIInstaller.iss b/packages/exe/CrowdinCLIInstaller.iss index 9c49b9fe..aeb75d62 100644 --- a/packages/exe/CrowdinCLIInstaller.iss +++ b/packages/exe/CrowdinCLIInstaller.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "Crowdin" -#define MyAppVersion "4.2.0" +#define MyAppVersion "4.3.0" #define MyAppPublisher "OU Crowdin" #define MyAppURL "https://crowdin.github.io/crowdin-cli" #define MyAppExeName "crowdin-cli.jar" diff --git a/src/main/resources/crowdin.properties b/src/main/resources/crowdin.properties index f2f79a6f..50a1d377 100755 --- a/src/main/resources/crowdin.properties +++ b/src/main/resources/crowdin.properties @@ -1,4 +1,4 @@ application.name=crowdin-cli -application.version=4.2.0 +application.version=4.3.0 application.base_url=https://api.crowdin.com application.version_file_url=https://github.com/crowdin/crowdin-cli/releases/latest/download/version.txt