Releases: transifex/transifex-swift-cli
Releases · transifex/transifex-swift-cli
Release: 2.1.6
Release: 2.1.5
What's Changed
- String Catalog (.xcstrings) support by @stelabouras in #32
Full Changelog: 2.1.4...2.1.5
Release: 2.1.4
What's Changed
- Resolve --keep-translations argument issue by @stelabouras in #31
Full Changelog: 2.1.3...2.1.4
Release: 2.1.3
Release: 2.1.2
What's Changed
- White space ICU pluralization fix by @stelabouras in #29
Full Changelog: 2.1.1...2.1.2
Release: 2.1.1
What's Changed
- Update readme by @nbasili in #26
- Correct wording regarding excluded-files option by @stelabouras in #27
- Version 2.1.1 by @stelabouras in #28
Full Changelog: 2.1.0...2.1.1
Release: 2.1.0
What's Changed
- Introduce excluded files option by @stelabouras in #24
- Bump version to 2.1.0 by @stelabouras in #25
Full Changelog: 2.0.0...2.1.0
Release: 2.0.0
What's Changed
- Push improvements by @stelabouras in #23
Breaking
The default value for the hashKeys option of the push command has been flipped, so by default the tool does not hash the keys of the provided source strings, respecting the original keys passed by the developer.
Full Changelog: 1.0.6...2.0.0
Release: 1.0.6
Release: 1.0.5
Merged Pull Requests:
#21: Address project parameter to allow .xcworkspace
Changelog:
- Allows users to enter a
.xcworkspace
as aproject
argument and handles it correctly.