Skip to content

Commit e7a06a1

Browse files
chore(release): version 4.11.0 [skip ci]
1 parent e30cc78 commit e7a06a1

File tree

9 files changed

+25
-9
lines changed

9 files changed

+25
-9
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
# [4.11.0](https://github.com/crowdin/crowdin-cli/compare/4.10.0...4.11.0) (2025-09-03)
4+
5+
6+
### Bug Fixes
7+
8+
* delete-obsolete to accept plus in file names ([#948](https://github.com/crowdin/crowdin-cli/issues/948)) ([535422d](https://github.com/crowdin/crowdin-cli/commit/535422d376c7befddae6ceb2e7792bdb2386ed65))
9+
* improved error message ([#945](https://github.com/crowdin/crowdin-cli/issues/945)) ([1b36c11](https://github.com/crowdin/crowdin-cli/commit/1b36c1191f42c99a5efa0039fef30b2f7c326f5c))
10+
* MT error message for insufficient permissions ([#950](https://github.com/crowdin/crowdin-cli/issues/950)) ([93afa7d](https://github.com/crowdin/crowdin-cli/commit/93afa7d0a61769f262594d83f41c447256ad31cc))
11+
12+
13+
### Features
14+
15+
* improve error message for 403 error ([#946](https://github.com/crowdin/crowdin-cli/issues/946)) ([3485c8b](https://github.com/crowdin/crowdin-cli/commit/3485c8b45fc3c79d4f947cffd2bb1c7a0173649c))
16+
* optional destination for upload translation command ([#947](https://github.com/crowdin/crowdin-cli/issues/947)) ([b4da9f0](https://github.com/crowdin/crowdin-cli/commit/b4da9f0a33d46c850ea4a26a0d479ef1bfc375c1))
17+
* xliff parameter to upload offline translation file ([#944](https://github.com/crowdin/crowdin-cli/issues/944)) ([ed2b599](https://github.com/crowdin/crowdin-cli/commit/ed2b599709af494ff8a69dbcf6a8f76afe0582d4))
18+
319
# [4.10.0](https://github.com/crowdin/crowdin-cli/compare/4.9.1...4.10.0) (2025-08-22)
420

521

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
}
99

1010
group 'com.crowdin'
11-
version '4.10.0'
11+
version '4.11.0'
1212

1313
sourceCompatibility = '17'
1414

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
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.10.0",
12+
"version": "4.11.0",
1313
"bin": {
1414
"crowdin": "jdeploy-bundle/jdeploy.js"
1515
},

packages/aur/pkgbuild/PKGBUILD

Lines changed: 1 addition & 1 deletion
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.10.0
3+
pkgver=4.11.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

Lines changed: 1 addition & 1 deletion
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.10.0</version>
5+
<version>4.11.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/chocolatey/tools/chocolateyinstall.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ $packageVersion = $env:ChocolateyPackageVersion
66
$packageArgs = @{
77
packageName = $packageName
88
unzipLocation = $toolsDir
9-
url = 'https://github.com/crowdin/crowdin-cli/releases/download/4.10.0/crowdin-cli.zip'
9+
url = 'https://github.com/crowdin/crowdin-cli/releases/download/4.11.0/crowdin-cli.zip'
1010
checksum = '820f5c04dd0de0a1875ba8b9eae3b9f9413560914c6b6690f27255f093d2be65'
1111
checksumType = 'sha256'
1212
}

packages/exe/CrowdinCLIInstaller.iss

Lines changed: 1 addition & 1 deletion
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.10.0"
5+
#define MyAppVersion "4.11.0"
66
#define MyAppPublisher "OU Crowdin"
77
#define MyAppURL "https://crowdin.github.io/crowdin-cli"
88
#define MyAppExeName "crowdin-cli.jar"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
application.name=crowdin-cli
2-
application.version=4.10.0
2+
application.version=4.11.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)