All Versions
11
Latest Version
Avg Release Cycle
53 days
Latest Release
947 days ago

Changelog History
Page 1

  • v0.17.0 Changes

    August 23, 2020
    • ๐Ÿ‘ PR-91: Add support for PHP import/export format.
    • PR-153: Add option to debug emails locally
    • โฌ†๏ธ PR-122: Upgraded to Angular 9+.
    • PR-154: Add option to reject self-signed certs from mail server.
    • โฌ†๏ธ Upgrade Docker images to Node 12.18.
    • โฌ†๏ธ Upgraded dependencies.
    • ๐ŸŽ Minor performance improvements and bug-fixes.
  • v0.16.0 Changes

    March 03, 2020
    • ๐Ÿ‘ Allow config of max nested levels on import formats (with new default of 100).
    • ๐Ÿ–จ Pretty print JSON based exporters.
  • v0.15.1 Changes

    March 03, 2020
    • ๐Ÿ›  Fix parsing of gettext (po) files with message contexts.
  • v0.15.0 Changes

    December 12, 2019
    • ๐ŸŒ PR-72 You can now organize your terms and translations with labels.
    • ๐ŸŒ PR-89: Added translation progress stats per locale.
    • PR-94 Fix escaping of special characters on Android Resources.
    • Automatically detect file import format.
    • Increase max size for file import (1MB).
    • ๐Ÿ‘Œ Improve error message when importing files which are too large.
  • v0.14.0 Changes

    December 06, 2019
    • ๐Ÿ’ป Minor bug fixes and UI improvements.
    • ๐Ÿ”„ Changed DB tables collation to support case-sensitive terms.
    • ๐Ÿ‘ PR-87: We now support the Android Resources (XML) format.
  • v0.13.0 Changes

    September 22, 2019
    • PR-66: You can now invite non-traduora users into your project with the new invite system.
    • โšก๏ธ Updated API reference docs.
  • v0.12.0 Changes

    August 15, 2019
    • You can now sign-in with Google.
    • ๐Ÿ›  Fix search component case sensitivity.
    • ๐Ÿ”’ Various dependency upgrades and security fixes.
  • v0.11.0 Changes

    August 04, 2019
    • โž• Add swagger API docs
    • Conform auth token endpoint to oauth2 conventions
  • v0.10.0 Changes

    March 18, 2019
    • ๐Ÿ‘Œ Support Apple .strings format
    • ๐ŸŒ Set default MySQL charset to utf8mb4. You can now use emojis in terms and translations
    • ๐Ÿ‘‰ Use lexical order for terms on export and find all endpoint
  • v0.9.0 Changes

    March 13, 2019
    • โž• Added support to import and export Gettext (po) files
    • ๐Ÿ”„ Change default encoding for Java properties format to ISO-8859-1
    • โž• Add guard against account deletion when is last project admin of project with team
    • โฌ†๏ธ Upgrade webapp dependencies
    • ๐Ÿ›  Minor improvements and bug fixes