Skip to content

v2.2.0 (2023-04-12)

Compare
Choose a tag to compare
@jpomykala jpomykala released this 12 Apr 14:24
· 153 commits to master since this release
0f6ea0c

Changelog

  • Improved finding files to upload
  • Added auto-translate command
  • Added init command to create sample configuration file
  • Added --filterRegex argument to pull command
  • Added --dryRun, --overwrite and --delete arguments to upload command

Check your version

simplelocalize --version

How to update

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

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

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