Skip to content

Commit

Permalink
Upgraded the plugin version to 2.3.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
bookfere committed Mar 27, 2024
1 parent a8fdd17 commit 521af38
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## v2.3.3

Added features and fixed bugs as follows:

1. feat: Added Claude as a translation engine. #232
2. feat: Optimized adding translation feature. #244
3. feat: Added Turkish UI translation. Credit to @DogancanYr
4. feat: Show details while extracting the content of an ebook.
5. feat: Support choosing encoding when translating plain text.
6. fix: Fixed the bug causing output errors on Windows. #242
7. fix: Fixed the bug preventing cache deletion on Windows. #246

---

## v2.3.2

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, 2)
version = (2, 3, 3)
__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 521af38

Please sign in to comment.