Skip to content

Releases: simplelocalize/simplelocalize-cli

v2.11.1

Choose a tag to compare

@jpomykala jpomykala released this 24 Jul 17:25
2bdfab7

What's Changed

  • Add missing entries for reflection-config.json for mappings.lang

Full Changelog: 2.11.0...2.11.1

v2.11.0

Choose a tag to compare

@jpomykala jpomykala released this 22 Jul 15:26
c07bef9

What's Changed

  • Make file download fail-safe and retry on transient errors by @jimexist in #131
  • Add language mapping by @jpomykala in #132
  • Add smoke tests by @jpomykala in #135
  • Fix pattern matching for {lang} placeholder
  • macOS binaries are now signed

New Contributors

Full Changelog: 2.10.0...2.11.0

v2.10.0

Choose a tag to compare

@jpomykala jpomykala released this 11 Aug 12:00
242f8de

This update introduces a few breaking changes regarding configuration files and parameters.

Changelog

  • Added support for --tags in upload and download commands

In case of any troubles with the configuration feel fee to contact us.

Check your version

simplelocalize --version

How to update

# macOS / Linux / Windows (WSL)
curl -s https://get.simplelocalize.io/2.10.0/install | bash

# Windows (PowerShell)
. { iwr -useb https://get.simplelocalize.io/2.10.0/install-windows } | iex;

or download simplelocalize-cli-2.10.0.jar and run
java -jar simplelocalize-cli-2.10.0.jar [command] parameters

v2.9.0 (2025-07-09)

Choose a tag to compare

@jpomykala jpomykala released this 09 Jul 14:34
501e2a1

This update introduces a few breaking changes regarding configuration files and parameters.

Changelog

  • Added support for --force in auto-translation to re-translate all texts
  • Added support for custom auto-translation options
  • Added support for --preview to preview changes before importing

In case of any troubles with the configuration feel fee to contact us.

Check your version

simplelocalize --version

How to update

# macOS / Linux / Windows (WSL)
curl -s https://get.simplelocalize.io/2.9.0/install | bash

# Windows (PowerShell)
. { iwr -useb https://get.simplelocalize.io/2.9.0/install-windows } | iex;

or download simplelocalize-cli-2.9.0.jar and run
java -jar simplelocalize-cli-2.9.0.jar [command] parameters

v2.8.0 (2025-02-05)

Choose a tag to compare

@jpomykala jpomykala released this 05 Feb 17:30
ceecdc2

This update introduces a few breaking changes regarding configuration files and parameters.

Changelog

  • Added support for uploading and downloading markdown files
  • Added support for TSV file format
  • Fixed typo in downloadLanguageKeys

In case of any troubles with the configuration feel fee to contact us!

Check your version

simplelocalize --version

How to update

# macOS / Linux / Windows (WSL)
curl -s https://get.simplelocalize.io/2.8.0/install | bash

# Windows (PowerShell)
. { iwr -useb https://get.simplelocalize.io/2.8.0/install-windows } | iex;

or download simplelocalize-cli-2.8.0.jar and run
java -jar simplelocalize-cli-2.8.0.jar [command] parameters

v2.7.0 (2024-10-08)

Choose a tag to compare

@jpomykala jpomykala released this 08 Oct 18:49
e75a0f3

This update introduces a few breaking changes regarding configuration files and parameters.

Changelog

  • We dropped support for sync command
  • All parameters prefixed with 'download' and 'upload' can now be shorter, e.g.: use --path instead --downloadPath, --options instead --downloadOptions

YAML Configuration changes

We slightly changed configuration names in version 2.7. Here you can download the sample configuration file: https://get.simplelocalize.io/sample-2.7.yml

  • Use uploadLanguageKey and downloadLanguageKeys instead languageKey in yaml configuration files
  • You can now specify multiple languages in downloadLanguageKeys to download only specified languages
  • Instead autoTranslation: languageKeys use autoTranslateLanguageKeys

In case of any troubles with the configuration feel fee to contact us!

Check your version

simplelocalize --version

How to update

# macOs / Linux / Windows (WSL)
curl -s https://get.simplelocalize.io/2.7.0/install | bash

# Windows (PowerShell)
. { iwr -useb https://get.simplelocalize.io/2.7.0/install-windows } | iex;

or download simplelocalize-cli-2.7.0.jar and run
java -jar simplelocalize-cli-2.7.0.jar [command] parameters

v2.6.0 (2024-04-17)

Choose a tag to compare

@jpomykala jpomykala released this 17 Apr 18:23
7f4bb4f

Changelog

  • extraction command will now export keys to a local file with simplelocalize-json format instead upload keys directly to SimpleLocalize
  • improved log messages
  • added --namespace parameter for upload and download

Check your version

simplelocalize --version

How to update

# macOs / Linux / Windows (WSL)
curl -s https://get.simplelocalize.io/2.6.0/install | bash

# Windows (PowerShell)
. { iwr -useb https://get.simplelocalize.io/2.6.0/install-windows } | iex;

or download simplelocalize-cli-2.6.0.jar and run
java -jar simplelocalize-cli-2.6.0.jar [command] parameters

v2.6.0-beta (2024-04-15)

Pre-release

Choose a tag to compare

@jpomykala jpomykala released this 15 Apr 21:31
93b1ca0

Changelog

  • extraction command will now export keys to a local file with simplelocalize-json format

Check your version

simplelocalize --version

How to update

# macOs / Linux / Windows (WSL)
curl -s https://get.simplelocalize.io/2.6.0-beta/install | bash

# Windows (PowerShell)
. { iwr -useb https://get.simplelocalize.io/2.6.0-beta/install-windows } | iex;

or download simplelocalize-cli-2.6.0-beta.jar and run
java -jar simplelocalize-cli-2.6.0-beta.jar [command] parameters

v2.5.1 (2023-09-27)

Choose a tag to compare

@jpomykala jpomykala released this 27 Sep 21:11
49e4082

Changelog

  • Fixed init command on executable versions

Check your version

simplelocalize --version

How to update

# macOs / Linux / Windows (WSL)
curl -s https://get.simplelocalize.io/2.5.1/install | bash

# Windows (PowerShell)
. { iwr -useb https://get.simplelocalize.io/2.5.1/install-windows } | iex;

or download simplelocalize-cli-2.5.1.jar and run
java -jar simplelocalize-cli-2.5.1.jar [command] parameters

v2.5.0 (2023-09-08)

Choose a tag to compare

@jpomykala jpomykala released this 08 Sep 13:19
f17d916

Changelog

  • Added purge option to clear translations
  • Added --downloadSort parameter to download command, available values: NEWEST_KEYS_FIRST, NEWEST_KEYS_LAST, NAMESPACES, IMPORT_ORDER
  • Simplified build process
  • Apple Silicon ready
  • Smaller JAR size
  • Better error handling
  • [Warning] Default environments (production and latest) must now be used with an underscore at the beginning latest -> _latest, production -> _production Otherwise, the CLI will produce a warning message, but it won't fail.

Check your version

simplelocalize --version

How to update

# macOs / Linux / Windows (WSL)
curl -s https://get.simplelocalize.io/2.5.0/install | bash

# Windows (PowerShell)
. { iwr -useb https://get.simplelocalize.io/2.5.0/install-windows } | iex;

or download simplelocalize-cli-2.5.0.jar and run
java -jar simplelocalize-cli-2.5.0.jar [command] parameters