Skip to content

Releases: 99designs/smartling

v3.1.1

10 Jan 00:49
f3c72fb
Compare
Choose a tag to compare

This release has no functionality difference from 3.1.0.

Changed

  • Update build script to create linux/arm64 and linux/amd64
  • Update README.md

v3.1.0

25 Feb 06:42
Compare
Choose a tag to compare

Changed

  • Updated go modules dependencies
  • Fixed the log message not using standard logger (This was causing the issue in Bash scripts, not able to distinguish the system message with program output message)

v3.0.0

19 Sep 06:04
cdd3355
Compare
Choose a tag to compare

Updated

Gets the tool off Smartling API v1 (no longer actively supported by Smartling) and on to API v2 (https://developer.smartling.com/reference)

Changed

  • Authentication requirements are updated in according with the requirements of API v2 (see https://developer.smartling.com/reference#authentication-1)
  • The smartling.yml casing now expects snake_case rather than CamelCase
  • the stat command now returns authorised strings (i.e. in progress strings) instead of approved strings that are not completed - this lines up more closely with the API and is a bit easier to understand
  • getting the status of files is now more efficient (see #16)

Fixed

  • the rename command is fixed, it did not previously work due to a bug
  • last uploaded value for the stat command should now display properly

Removed

  • The "sandbox mode" of the API is no longer supported in v2 of the API and has therefore been removed from the cli tool.
  • The tool now uses the official go sdk from Smartling. That means we have removed our go implementation of a smartling client (which was available at github.com/99designs/smartling)

v2.0.4

05 Feb 06:37
3d33096
Compare
Choose a tag to compare

Fixed

  • Fix race condition in cli/status.go

v2.0.3

24 Jul 04:32
@lwc lwc
Compare
Choose a tag to compare

Changed

v2.0.2

08 Feb 03:09
Compare
Choose a tag to compare

Fixed

  • update the cli lib
  • allow setting the http timeout
  • fix global argument parsing

v2.0.1

17 Nov 03:32
Compare
Choose a tag to compare

Fixed

  • fix issue where pushing a file without a prefix the file is incorrectly skipped

v2.0.0

17 Nov 03:04
Compare
Choose a tag to compare

Changed

  • BC break: prefix is now a command flag rather than an argument. Prefix can also be set with SMARTLING_PREFIX

v1.3.0

16 Nov 00:01
Compare
Choose a tag to compare

Changed

  • Improves the race-condition avoidance hashing to avoid creating and deleting remote temporary files

v1.2.1

02 Nov 00:42
Compare
Choose a tag to compare

Fixed

  • Retry requests on timeout