From 3a559d0acf0485bac8c0c24d44ec8d69c0b7df51 Mon Sep 17 00:00:00 2001 From: Cyrille Bougot Date: Fri, 21 Apr 2023 23:53:08 +0200 Subject: [PATCH] Release 3.2 --- buildVars.py | 2 +- readme.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/buildVars.py b/buildVars.py index 09822ab..dd15114 100644 --- a/buildVars.py +++ b/buildVars.py @@ -27,7 +27,7 @@ def _(arg): # Translators: Long description to be shown for this add-on on add-on information from add-ons manager "addon_description": _("""This add-on improves the use of Windows Magnifier with NVDA."""), # version - "addon_version": "3.1", + "addon_version": "3.2", # Author(s) "addon_author": "Cyrille Bougot ", # URL for the add-on documentation support diff --git a/readme.md b/readme.md index 7dd80d8..0cd0fe0 100644 --- a/readme.md +++ b/readme.md @@ -154,6 +154,11 @@ None of the Magnifier native commands can be modified. ## Change log +### Version 3.2 + +* Removed the dev channel. +* Updated localizations. + ### Version 3.1 * Fixed an issue preventing the Magnifier's command window from being restored on top.