Releases: transifex/transifex-swift-cli
Releases · transifex/transifex-swift-cli
Release: 1.0.4
Merged Pull Requests:
#20: Address special chars issue
Changelog:
- Bug fix: When a source string contained a special character (e.g. a quote), the parsing was dropping all characters before that special character, losing part of the string.
Release: 1.0.3
Merged Pull Requests:
#18: Fix issue with temp directory removal
Changelog:
- Fixes regression introduced in 1.0.2 regarding the temporary directory that stores the XLIFF structure being removed prematurely.
Release: 1.0.2
Merged Pull Requests:
#16: Parse strings from .xliff file
Changelog:
- The --project argument of the push command now also supports parsing
directly from an .xliff file, allowing anyone with access to the
generated .xliff file to push strings to CDS.
Release: 1.0.1
Merged Pull Requests:
#13: Add option for controlling key hashing
Changelog:
- Introduces boolean flag pair (
--enable-hash-keys
/--disable-hash-keys
) to control whether the keys of strings to be pushed should be hashed or not. By default the value of this option is true, so the keys will be hashed unless--disable-hash-keys
is provided. - Translation keys are now printed next to the source string when
--dry-run
option is provided. - Updates Transifex Swift library to 1.0.1.
Release: 1.0.0
Merged Pull Requests:
#12: Update CDSHandler logic to v2
Changelog:
- Updates Transifex Swift library to 1.0.0.
- Adds initial value to
withTagsOnly
argument so that is not required. - Displays custom message when max retries have been exhausted during the push operation.
- Uses animated cursor from CLISpinner library while waiting for a response from CDS when
verbose flag is not provided.