Releases: jelmervdl/translatelocally-web-ext
Releases · jelmervdl/translatelocally-web-ext
Release v0.8.2
Bugfixes - fix translate selection if only a single word is selected - Be more clear about language issues in translate selection and outbound translation
Release v0.8.1
Bug fix release! - Fixes labels on the outbound translation popup to point the right direction - Add missing dark mode css to options and benchmark page - Compatibility changes
Release v0.8.0
Now supporting Outbound Translation!
Type in your native language, and the extension will automatically translate it for you. To confirm that what is being translated makes sense, TranslateLocally translates the text it generates back into your native language. So you can compare your version and the translated.
To use outbound translation, right-click on a text field and choose "Type to translate…".
Other changes:
- Remove need for webNavigation permission
- Remember preferred language
- Dark mode
- Improve handling pages with contenteditable
Release v0.7.2
- Fix for “Download & Translate” button not changing to “Translate” o…
Release v0.7.1
Rebranded as TranslateLocally for the Browser
Release v0.7.0
- Restore page to untranslated version! - Option to show translations in progress by “censoring” untranslated text - Show download progress when downloading models and indicate whether a model is already locally available or needs downloading - Now built using webpack & @browsermt/bergamot-translator package
Release v0.6.1
- Fix building of releases (From unreleased v0.6.0) - Better error reporting - Improvements to HTML handling, especially around React elements - Intercept MutationObserver to try to counter feedback loops (experimental)
Release v0.5.1
- Work on pages with TranslatePress plugin embedded (Fixes mozilla#385)
- Allows you to download models again when using translateLocally as backend (Fixes #24)
Release v0.5.0
- Now the extension is a button! Future-proofing!
- Translate selection or element context menu options (not sure the “element” option will stay long)
- Better at detecting TranslateLocally
- Compatible with Chromium based browsers (but no way to distribute it because of manifest v2)
- Embedded benchmarking feature
Release v0.4.2
Speed improvements - Rework InPageTranslator - Update emscripten - Improve handling of history navigation