Skip to content

Commit

Permalink
Merge pull request #342 from crowdin/Version-3.5.3
Browse files Browse the repository at this point in the history
Version 3.5.3
  • Loading branch information
andrii-bodnar authored Jan 29, 2021
2 parents e4237d3 + 18995e8 commit 303b3e1
Show file tree
Hide file tree
Showing 5 changed files with 51 additions and 11 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
# Changelog
All notable changes to this project will be documented in this file.

## [3.5.3]

### Added

- Add '--all' option to download translations without local sources ([#338](https://github.com/crowdin/crowdin-cli/pull/338))
- Add '--branch' option for 'download targets' ([#338](https://github.com/crowdin/crowdin-cli/pull/338))

### Updated

- Refactor error handlers and add error handler for 'upload translations' ([#338](https://github.com/crowdin/crowdin-cli/pull/338))
- Upgrade picocli version ([#338](https://github.com/crowdin/crowdin-cli/pull/338))

### Fixed

- Fix Language Mapping for 'download targets' ([#338](https://github.com/crowdin/crowdin-cli/pull/338))
- Fix verbose message for 'glossary list' ([#338](https://github.com/crowdin/crowdin-cli/pull/338))
- Fix 'list translations' - add accounting for excluded languages ([#338](https://github.com/crowdin/crowdin-cli/pull/338))

## [3.5.2]

### Added
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
apply plugin: 'checkstyle'

group 'com.crowdin'
version '3.5.2'
version '3.5.3'

sourceCompatibility = 1.8

Expand Down
36 changes: 29 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
"type": "git",
"url": "https://github.com/crowdin/crowdin-cli.git"
},
"version": "3.5.2",
"version": "3.5.3",
"jdeploy": {
"jar": "dist/crowdin-cli.jar"
},
"dependencies": {
"shelljs": "^0.7.5"
"shelljs": "^0.8.4"
},
"license": "MIT",
"name": "@crowdin/cli",
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/crowdin.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
application.name=crowdin-cli
application.version=3.5.2
application.version=3.5.3
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

0 comments on commit 303b3e1

Please sign in to comment.