Skip to content

Releases: jelmervdl/translatelocally-web-ext

Release v0.8.2

24 Nov 12:25
Compare
Choose a tag to compare
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

16 Nov 23:39
Compare
Choose a tag to compare
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

15 Nov 09:08
Compare
Choose a tag to compare

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

image

Release v0.7.2

04 Oct 14:23
Compare
Choose a tag to compare
- Fix for “Download & Translate” button not changing to “Translate” o…

Release v0.7.1

26 Sep 16:30
231ba84
Compare
Choose a tag to compare
Rebranded as TranslateLocally for the Browser

Release v0.7.0

21 Sep 13:20
Compare
Choose a tag to compare
- 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

14 Jul 09:10
Compare
Choose a tag to compare
- 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

14 Jun 23:34
Compare
Choose a tag to compare
  • 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

13 Jun 17:56
Compare
Choose a tag to compare
  • 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

21 Apr 16:41
Compare
Choose a tag to compare
Speed improvements

- Rework InPageTranslator
- Update emscripten
- Improve handling of history navigation