Skip to content

Commit 53f4acd

Browse files
chore(release): version 4.4.0 [skip ci]
1 parent d5af295 commit 53f4acd

File tree

8 files changed

+23
-8
lines changed

8 files changed

+23
-8
lines changed

CHANGELOG.md

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

3+
# [4.4.0](https://github.com/crowdin/crowdin-cli/compare/4.3.0...4.4.0) (2024-11-25)
4+
5+
6+
### Bug Fixes
7+
8+
* api library upgrade & fix tasks creation ([#864](https://github.com/crowdin/crowdin-cli/issues/864)) ([4212244](https://github.com/crowdin/crowdin-cli/commit/4212244c02b4c21027d4233e00abd2c92c2e96d6))
9+
* pre translate ai prompt id for sb projects ([#867](https://github.com/crowdin/crowdin-cli/issues/867)) ([7b93ceb](https://github.com/crowdin/crowdin-cli/commit/7b93ceb15d99aa0957b2ec425967054b63c73bbb))
10+
11+
12+
### Features
13+
14+
* app commands ([#868](https://github.com/crowdin/crowdin-cli/issues/868)) ([e07c17a](https://github.com/crowdin/crowdin-cli/commit/e07c17a1e6a2663dca6ddbd09d2e7045e82b4238))
15+
* bundle browse command ([#866](https://github.com/crowdin/crowdin-cli/issues/866)) ([d5af295](https://github.com/crowdin/crowdin-cli/commit/d5af295d6508f9b6a61ce0824bb4fb5bac690c40))
16+
* download translations alias ([#862](https://github.com/crowdin/crowdin-cli/issues/862)) ([3ec7e64](https://github.com/crowdin/crowdin-cli/commit/3ec7e642d59694fdfd37ec204984a6d57661dce1))
17+
318
# [4.3.0](https://github.com/crowdin/crowdin-cli/compare/4.2.0...4.3.0) (2024-10-28)
419

520

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.3.0'
11+
version '4.4.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.3.0",
12+
"version": "4.4.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.3.0
3+
pkgver=4.4.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.3.0</version>
5+
<version>4.4.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.3.0"
5+
#define MyAppVersion "4.4.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.3.0
2+
application.version=4.4.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)