- Changed the account creation command from
apiKey
tocreate
for more consistency.
- Added info debug command for seeing the variables while developing, it should not be shown in the production version.
- Added support real-time updates during the localization process (langsync start) which allow now for following and debugging each languages localization and tasks.
- Bug Fixes.
- Bug Fixes.
- Appliance of new Stream API, which allow for better performance, faster updates and more stability.
- Bug Fixes in comptaibility with the new depency inversion principle of the configuration logic.
- Added support for json configuration in addition of the yaml configuration, with the default one being yaml, the user can specify it with the
--json
,--yaml
... - Added syntax highlighting for the configuration files.
- Exposed fully FREE beta version, for BETA testing and feedbacks.
- Major optimization of the speed of the localization process.
- Add support for JSON configuration files. (default is YAML)
- Optimization in the AI engine.
- Bug Fixes
- Minor behavior changes.
- Added support for the AI instruction field which allow for your own custom instructions to be executed during the localization process.
- Expose unique users authentication via their API keys got from https://my.langsync.app
- Bug Fixes