Skip to content

Commit

Permalink
Version 4.7 update
Browse files Browse the repository at this point in the history
  • Loading branch information
beqabeqa473 committed Apr 7, 2024
1 parent 2b6e2fa commit 0f6d29b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildVars.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# Translators: Long description to be shown for this add-on on add-on information from add-ons manager
"addon_description" : _("This addon translates selected or clipboard text using the Google Translate service and presents it."),
# version
"addon_version" : "4.6",
"addon_version" : "4.7",
# Author(s)
"addon_author" : "Alexy Sadovoy aka Lex <[email protected]>, ruslan <[email protected]>, beqa <[email protected]>, Mesar Hameed <[email protected]>, Alberto Buffolino <[email protected]>, and other NVDA contributors",
# URL for the add-on documentation support
Expand All @@ -27,7 +27,7 @@
# Minimum NVDA version supported
"addon_minimumNVDAVersion" : "2019.3",
# Last NVDA version supported/tested
"addon_lastTestedNVDAVersion" : "2023.2.0"
"addon_lastTestedNVDAVersion" : "2024.1.0"
}

import os.path
Expand Down
7 changes: 7 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,13 @@ All following commands must be pressed after modifier key "NVDA+Shift+t":
* O: open translation settings dialog
* H: announces all available layered commands.

## Changes for 4.7 ##
* Updated to be compatible with python3.11 and nvda 2024.1
* Implemented speakOnDemand mode
* Fixed case with caching failled translations
* Added chinese mirror for translation


## Changes for 4.4.2 ##
* Restore language detection and auto-swapping (Thanks to Cyrille for fix)
* updated languages for translation (thanks to Cyrille)
Expand Down

0 comments on commit 0f6d29b

Please sign in to comment.