Skip to content

v2.5.0 (2023-09-08)

Choose a tag to compare

@jpomykala jpomykala released this 08 Sep 13:19
· 116 commits to master since this release
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