Skip to content

v0.3.1

Compare
Choose a tag to compare
@MRGRD56 MRGRD56 released this 24 Mar 16:09
· 41 commits to master since this release
e1686ed

v0.3.0

  • Completely change integration way with Textractor: now a named pipe is used instead of HTTP protocol. It's supposed to be faster and more stable. And it does not require a free TCP/IP port which was not even configurable. TTBridge will not work from now on. You must use TextractorPipe extension. It's better to remove TTBridge.
  • Add memory variable to store mutable data. It can be used for translation cache or to collect separated parts of a sentence into one.
  • Change the way of setting the translator. Instead of string values like config.translator = 'GOOGLE_TRANSLATE' you now must use config.translator = DefinedTranslators.GOOGLE_TRANSLATE. This also allows you to call pre-defined translators in your custom translators that allows you to optimize or modify translating.
  • Add a button to open devtools to see the console.
  • Improved error handling.

v0.3.1

  • Improve textractor pipe reconnecting
  • Fix settings initializing on first run