Skip to content

Commit

Permalink
Upgraded the plugin version to 2.3.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
bookfere committed Jun 14, 2024
1 parent d224aa3 commit 24bade1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## v2.3.5

Added features and fixed bugs as follows:

1. feat: Added the option to enable/disable metadata translation.
2. feat: Updated Turkish translation. Credit to @DogancanYr
3. fix: Fixed the bug that caused output failure due to the lack of namespaces.
4. fix: Fixed the bug that prevented retry failure translation.
5. fix: Fixed the saved config display bug for the custom engine.

---

## v2.3.4

Added features and fixed bugs as follows:
Expand Down
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class EbookTranslator(InterfaceActionBase):
supported_platforms = ['windows', 'osx', 'linux']
identifier = 'ebook-translator'
author = 'bookfere.com'
version = (2, 3, 4)
version = (2, 3, 5)
__version__ = 'v' + '.'.join(map(str, version))
description = _('A Calibre plugin to translate ebook into a specified '
'language (optionally keeping the original content).')
Expand Down

0 comments on commit 24bade1

Please sign in to comment.