Skip to content

v2.6.0 (2024-04-17)

Latest
Compare
Choose a tag to compare
@jpomykala jpomykala released this 17 Apr 18:23
· 5 commits to master since this release
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