v0.5.1
What's Changed
Now it is possible to upload manual translation by editing the textboxes (requires extension >=0.2.2). Also the extension can now actually control the advanced option if you like to tinker.
The admin interface of the server has been improved and a superuser is automatically created to access it in order to add other models if you want without having to edit plugins or source files.
- Implemented endpoint for manual translation
- Added autocorrect capability to Trie
- Added endpoint for sending allowed options given the loaded models
- Improved admin interface to allow users to more easily add models to the database
- Changed handshake endpoint behavior to send more information required by the extension
- Improved run_server script for better modularity and reporting
- Minor fixes