Skip to content

Releases: transifex/transifex-client

Support Python 3.7

03 Jul 15:52
c8434af
Compare
Choose a tag to compare
Version 0.13.4

* Support for Python 3.7
* Make the wizard handle unknown file formats gracefully

Add support for TX_TOKEN environment variable

30 Apr 10:14
699dd42
Compare
Choose a tag to compare
  • Use the TX_TOKEN environment variable to set your Transifex API token.
    This essentially replaces the --token argument in the tx init
    command, and does not write any credentials in the .transifexrc file.

  • Add the --no-interactive argument in the tx pull command, for the
    case where no user input is required. This is needed in some cases
    where a CI does not want to proceed with user input and needs to fail
    silently.

Introduce parallel requests

02 Apr 09:23
51fd40d
Compare
Choose a tag to compare
  • Push and pull files more quickly by using the new --parallel option
    with tx push and tx pull to make parallel requests. This is a beta
    feature - be careful when using it with many files as it may cause you
    to hit your API rate limits.

  • --expression is now a named argument for tx config mapping so it’s
    consistent with the tx config mapping-bulk command with regard to
    how you pass a file path expression.

  • The algorithm for locating translation files has been optimized to
    improve performance in cases where you have many files in your working
    directory.

Python 3 compatibility fixes and Python 3.6 support

09 Feb 09:49
08deb12
Compare
Choose a tag to compare
  • Fix some python 3 compatibility issues
  • Fix CI for python 3
  • Add Python 3.6 in the supported versions

Note: For windows executables for more python version see: https://ci.appveyor.com/project/transifex/transifex-client/build/1.0.445.

0.13.0

08 Jan 10:32
2885996
Compare
Choose a tag to compare
  • Rename set command to config while maintaining backwards compatibility.
  • --auto-local, --auto-remote options have become mapping and mapping-remote subcommands. Backwards compatibility has been maintained and the options (and subcommands) are supported both when using tx set and tx config commands.
  • Introduce mapping-bulk subcommand to tx config command. mapping-bulk is similar to mapping but configures a whole directory of files and not a single file.
  • Support branch specific push / pull using the --branch option.
  • Add interactive wizard for tx config command. Interactive wizard is triggered by default after tx init if --skipsetup option is not passed and by the tx config if called without any options or subcommands.

0.12.5

02 Nov 13:33
5a0336e
Compare
Choose a tag to compare

Changelog

  • Support for Basic Authentication when using the client behind a proxy
  • Support for sourceastranslation and onlyreviewed modes when pulling files
  • Return non-zero exit codes on errors
  • $ tx --version now includes information about the Python version and architecture you’re running
  • Some updates and minor fixes in logging/error messages

Fixes to XLIFF support

06 Feb 16:08
Compare
Choose a tag to compare
0.12.4

Bump the version to 0.12.4

XLIFF and tokens support

31 Jan 11:15
Compare
Choose a tag to compare
0.12.3

Bumping version to `0.12.3` (xliff and tokens)

0.12.2

09 Aug 15:24
Compare
Choose a tag to compare
  • Better proxy support.

0.12.1

10 Jun 09:16
Compare
Choose a tag to compare
  • Support new style URLs.
  • Better error handling.