Skip to content

Commit 0f6d29b

Browse files
committed
Version 4.7 update
1 parent 2b6e2fa commit 0f6d29b

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

buildVars.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# Translators: Long description to be shown for this add-on on add-on information from add-ons manager
1818
"addon_description" : _("This addon translates selected or clipboard text using the Google Translate service and presents it."),
1919
# version
20-
"addon_version" : "4.6",
20+
"addon_version" : "4.7",
2121
# Author(s)
2222
"addon_author" : "Alexy Sadovoy aka Lex <lex@progger.su>, ruslan <ru2020slan@yandex.ru>, beqa <beqaprogger@gmail.com>, Mesar Hameed <mhameed@src.gnome.org>, Alberto Buffolino <a.buffolino@gmail.com>, and other NVDA contributors",
2323
# URL for the add-on documentation support
@@ -27,7 +27,7 @@
2727
# Minimum NVDA version supported
2828
"addon_minimumNVDAVersion" : "2019.3",
2929
# Last NVDA version supported/tested
30-
"addon_lastTestedNVDAVersion" : "2023.2.0"
30+
"addon_lastTestedNVDAVersion" : "2024.1.0"
3131
}
3232

3333
import os.path

readme.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,13 @@ All following commands must be pressed after modifier key "NVDA+Shift+t":
4848
* O: open translation settings dialog
4949
* H: announces all available layered commands.
5050

51+
## Changes for 4.7 ##
52+
* Updated to be compatible with python3.11 and nvda 2024.1
53+
* Implemented speakOnDemand mode
54+
* Fixed case with caching failled translations
55+
* Added chinese mirror for translation
56+
57+
5158
## Changes for 4.4.2 ##
5259
* Restore language detection and auto-swapping (Thanks to Cyrille for fix)
5360
* updated languages for translation (thanks to Cyrille)

0 commit comments

Comments
 (0)