Skip to content

Releases: transifex/transifex-swift-cli

Release: 1.0.4

15 Mar 10:41
992266f
Compare
Choose a tag to compare

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

14 Jan 13:49
5351b41
Compare
Choose a tag to compare

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

27 Oct 10:29
c178a63
Compare
Choose a tag to compare

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

26 Sep 21:13
Compare
Choose a tag to compare

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

29 Jul 13:08
ccedafb
Compare
Choose a tag to compare

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.

Release: 0.1.0

04 Feb 13:32
993f08a
Compare
Choose a tag to compare

Merged Pull Requests:
#1 : Initial implementation
#2 : Add pull command
#3 : Public Release
#4 : Change version to 0.1.0