Releases: ever-co/ever-traduora
Releases · ever-co/ever-traduora
v0.17.0
v0.16.0
- Allow config of max nested levels on import formats (with new default of 100).
- Pretty print JSON based exporters.
v0.15.1
- Fix parsing of gettext (po) files with message contexts.
v0.15.0
- 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
v0.13.0
v0.12.0
- You can now sign-in with Google.
- Fix search component case sensitivity.
- Various dependency upgrades and security fixes.
v0.11.0
- Add swagger API docs
- Conform auth token endpoint to oauth2 conventions
v0.10.0
- 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
- 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