0.13.4 (2018-07-03)
* Support for Python 3.7
* Make the wizard handle unknown file formats gracefully
0.13.3 (2018-04-30)
* 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.
0.13.2 (2018-04-02)
* 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.