Skip to content

Commit 57866c1

Browse files
chore(release): version 4.3.0 [skip ci]
1 parent 516c556 commit 57866c1

File tree

8 files changed

+25
-8
lines changed

8 files changed

+25
-8
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
# [4.3.0](https://github.com/crowdin/crowdin-cli/compare/4.2.0...4.3.0) (2024-10-28)
4+
5+
6+
### Bug Fixes
7+
8+
* **aur:** set & force java-environment=17 ([#848](https://github.com/crowdin/crowdin-cli/issues/848)) ([484d23e](https://github.com/crowdin/crowdin-cli/commit/484d23ea4efe1444064a105560e373e7fc4b9106))
9+
* renamed init command internals ([#854](https://github.com/crowdin/crowdin-cli/issues/854)) ([ab25e24](https://github.com/crowdin/crowdin-cli/commit/ab25e24a5dc96de4738e53ef87c3c9aaa1184054))
10+
* 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))
11+
12+
13+
### Features
14+
15+
* add bundle extra options ([#858](https://github.com/crowdin/crowdin-cli/issues/858)) ([102c73a](https://github.com/crowdin/crowdin-cli/commit/102c73ad6363c932fc139e7595560ec759bf2933))
16+
* 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))
17+
* project add command ([#857](https://github.com/crowdin/crowdin-cli/issues/857)) ([626301b](https://github.com/crowdin/crowdin-cli/commit/626301b085a9fbd918493df40094c2bc8e471028))
18+
* upload screenshots improvements ([#853](https://github.com/crowdin/crowdin-cli/issues/853)) ([32ea5f6](https://github.com/crowdin/crowdin-cli/commit/32ea5f68c28c650cdbe459d0bcdb363b0dfe2490))
19+
320
# [4.2.0](https://github.com/crowdin/crowdin-cli/compare/4.1.2...4.2.0) (2024-09-23)
421

522

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
}
99

1010
group 'com.crowdin'
11-
version '4.2.0'
11+
version '4.3.0'
1212

1313
sourceCompatibility = '17'
1414

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"type": "git",
1010
"url": "https://github.com/crowdin/crowdin-cli.git"
1111
},
12-
"version": "4.2.0",
12+
"version": "4.3.0",
1313
"bin": {
1414
"crowdin": "jdeploy-bundle/jdeploy.js"
1515
},

packages/aur/pkgbuild/PKGBUILD

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Maintainer: Senya <senya at riseup.net>
22
pkgname=crowdin-cli
3-
pkgver=4.2.0
3+
pkgver=4.3.0
44
pkgrel=1
55
pkgdesc="Command line tool that allows you to manage and synchronize localization resources with your Crowdin project"
66
url="https://support.crowdin.com/cli-tool/"

packages/chocolatey/crowdin-cli.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
33
<metadata>
44
<id>crowdin-cli</id>
5-
<version>4.2.0</version>
5+
<version>4.3.0</version>
66
<packageSourceUrl>https://github.com/crowdin/crowdin-cli/tree/main/packages/chocolatey</packageSourceUrl>
77
<owners>crowdin</owners>
88
<title>Crowdin CLI (Portable)</title>

packages/exe/CrowdinCLIInstaller.iss

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33

44
#define MyAppName "Crowdin"
5-
#define MyAppVersion "4.2.0"
5+
#define MyAppVersion "4.3.0"
66
#define MyAppPublisher "OU Crowdin"
77
#define MyAppURL "https://crowdin.github.io/crowdin-cli"
88
#define MyAppExeName "crowdin-cli.jar"

src/main/resources/crowdin.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
application.name=crowdin-cli
2-
application.version=4.2.0
2+
application.version=4.3.0
33
application.base_url=https://api.crowdin.com
44
application.version_file_url=https://github.com/crowdin/crowdin-cli/releases/latest/download/version.txt

0 commit comments

Comments
 (0)