Skip to content

Releases: bookfere/Ebook-Translator-Calibre-Plugin

v1.3.4

05 May 06:28
Compare
Choose a tag to compare

Fixed the bug that ChatGPT couldn't retain marks on "Merge to Translate".

v1.3.3

04 May 06:23
Compare
Choose a tag to compare

Added features and fixed bug as follows:

  1. Added new translation engines: Google (Basic), Google (Advanced).
  2. Changed request method to GET for Google (Free) due to "Too Many Requests" error.
  3. Added retry timestamp in translation log.

v1.3.2

01 May 14:12
Compare
Choose a tag to compare

Fixed the following bugs:

  1. Bug that affected plugin usability when handling images.
  2. Bug that caused the engine setting to display an incorrect name.
  3. Bug that prevented inputting URI scheme into the proxy host.

v1.3.1

29 Apr 15:48
Compare
Choose a tag to compare

Remove the restriction on inputting key for Baidu.

v1.3.0

28 Apr 06:48
Compare
Choose a tag to compare

Added the following new features and enhanced functionality:

  1. Added "Merge to Translate (Beta)" feature.
  2. Supported to set preferred target language.
  3. Supported to use glossary file to define precise translation.
  4. Added public version of DeepL translation engine.
  5. Added server-sent events support for ChatGPT.

v1.2.2

19 Apr 09:23
Compare
Choose a tag to compare

Optimized the feature of custom translation engine.

v1.2.1

18 Apr 10:28
Compare
Choose a tag to compare

Fixed the bug that caused DeepL to not work properly. fixed #16

v1.2.0

17 Apr 09:51
Compare
Choose a tag to compare

Added the following features:

  1. Added custom translation engine feature. resolved #6, resolved #13
  2. Added translation engine testing feature.
  3. Added the display of usage information for some translation engine. resolved #8

v1.1.0

08 Apr 07:16
Compare
Choose a tag to compare

Added/improved features and fixed bugs:

  1. Supported to customize translation text position and delete original content. resolved #7
  2. Supported to exclude original content by keyword and regular expression. resolved #2
  3. Added Baidu and Youdao translation engines. resolved #3
  4. Changed to save translated ebooks as a new book in Calibre library.
  5. Supported to customize the color of translation text.
  6. Supported to customize ChatGPT prompt word. resolved #4
  7. Ignored to translate phonetic symbols (e.g. Japanese). fixed #3
  8. Added Spanish as supported interface language. resolved #5
  9. Added diagnosis information to log.
  10. Added "lang" attribute at translation element.
  11. Fixed plugin icon disappearance when changing Calibre interface language.
  12. Improved the functionality to extract original text.

v1.0.2

29 Mar 14:35
Compare
Choose a tag to compare
  1. Resolved translation loss during mobi to mobi conversion.
  2. Optimized the attempt intervals for failed requests.
  3. Changed output file extension from uppercase to lowercase.