Skip to content

Commit 46413d5

Browse files
committed
Version 3.4
1 parent 41a0950 commit 46413d5

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

buildVars.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def _(arg):
2727
# Translators: Long description to be shown for this add-on on add-on information from add-ons manager
2828
"addon_description": _("""This add-on improves the use of Windows Magnifier with NVDA."""),
2929
# version
30-
"addon_version": "3.3",
30+
"addon_version": "3.4",
3131
# Author(s)
3232
"addon_author": "Cyrille Bougot <[email protected]>",
3333
# URL for the add-on documentation support

readme.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,11 @@ None of the Magnifier native commands can be modified.
154154

155155
## Change log
156156

157+
### Version 3.4
158+
159+
* The "move mouse to view" command works again
160+
* Updated localizations.
161+
157162
### Version 3.3
158163

159164
* Compatibility reduced to NVDA 2019.2.1 and beyond.

0 commit comments

Comments
 (0)