Skip to content

Commit

Permalink
Version 3.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-bodnar committed Feb 22, 2021
1 parent 5fbaf02 commit 999df2c
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 4 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.4]

### Added

- Add '--[no-]translate-hidden' parameter to 'upload translations' command ([#344](https://github.com/crowdin/crowdin-cli/pull/344))
- Add '%file_name%' placeholder for 'dest' parameter ([#344](https://github.com/crowdin/crowdin-cli/pull/344))
- Add support for downloading file groups with 'dest' parameter ([#344](https://github.com/crowdin/crowdin-cli/pull/344))
- Add 'branch exists' message to 'upload' command ([#344](https://github.com/crowdin/crowdin-cli/pull/344))

### Updated

- Upload file as spreadsheet if 'dest' parameter has .csv extension ([#344](https://github.com/crowdin/crowdin-cli/pull/344))

### Fixed

- Fix config file missing message ([#344](https://github.com/crowdin/crowdin-cli/pull/344))
- Fix upload sources for Windows ([#344](https://github.com/crowdin/crowdin-cli/pull/344))

## [3.5.3]

### 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.3'
version '3.5.4'

sourceCompatibility = 1.8

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"type": "git",
"url": "https://github.com/crowdin/crowdin-cli.git"
},
"version": "3.5.3",
"version": "3.5.4",
"jdeploy": {
"jar": "dist/crowdin-cli.jar"
},
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.3
application.version=3.5.4
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 999df2c

Please sign in to comment.