Releases: 99designs/smartling
Releases · 99designs/smartling
v3.1.1
v3.1.0
v3.0.0
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
Fixed
- Fix race condition in cli/status.go
v2.0.3
Changed
- Switches from Godep to https://github.com/golang/dep