Skip to content

Releases: ever-co/ever-traduora

v0.17.0

23 Aug 11:08
Compare
Choose a tag to compare
  • 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

03 Mar 07:23
Compare
Choose a tag to compare
  • Allow config of max nested levels on import formats (with new default of 100).
  • Pretty print JSON based exporters.

v0.15.1

03 Mar 07:15
Compare
Choose a tag to compare
  • Fix parsing of gettext (po) files with message contexts.

v0.15.0

12 Dec 21:16
Compare
Choose a tag to compare
  • 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

06 Dec 20:42
Compare
Choose a tag to compare
  • 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

22 Sep 12:33
Compare
Choose a tag to compare
  • PR-66: You can now invite non-traduora users into your project with the new invite system.
  • Updated API reference docs.

v0.12.0

15 Aug 11:24
Compare
Choose a tag to compare
  • You can now sign-in with Google.
  • Fix search component case sensitivity.
  • Various dependency upgrades and security fixes.

v0.11.0

04 Aug 10:12
Compare
Choose a tag to compare
  • Add swagger API docs
  • Conform auth token endpoint to oauth2 conventions

v0.10.0

18 Mar 19:44
Compare
Choose a tag to compare
  • 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

13 Mar 21:26
Compare
Choose a tag to compare
  • 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