From 922098f7f107636d9e70386fe85a0556c145b518 Mon Sep 17 00:00:00 2001 From: Cyrille Bougot Date: Tue, 28 Feb 2023 23:14:41 +0100 Subject: [PATCH] Update GitHub release action. --- .github/workflows/upload-on-tag.yaml | 6 +++--- buildVars.py | 2 +- readme.md | 12 ++++++++++++ 3 files changed, 16 insertions(+), 4 deletions(-) diff --git a/.github/workflows/upload-on-tag.yaml b/.github/workflows/upload-on-tag.yaml index 3e4bf46..0d7d5c2 100644 --- a/.github/workflows/upload-on-tag.yaml +++ b/.github/workflows/upload-on-tag.yaml @@ -12,15 +12,15 @@ jobs: runs-on: ubuntu-latest steps: - name: Set my timezone # Useful when I push a release tag containing the date of today. - uses: szenius/set-timezone@v1.0 + uses: szenius/set-timezone@v1.1 with: timezoneLinux: "Europe/Paris" #- name: Test timezone # run: date +"%Z %z" - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Set up Python 3.8 - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 with: python-version: 3.8 - name: Install dependencies diff --git a/buildVars.py b/buildVars.py index 32e898c..5402ee7 100644 --- a/buildVars.py +++ b/buildVars.py @@ -19,7 +19,7 @@ # 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": "2.0", + "addon_version": "3.0", # Author(s) "addon_author": u"Cyrille Bougot ", # URL for the add-on documentation support diff --git a/readme.md b/readme.md index 18f4684..29c2c8e 100644 --- a/readme.md +++ b/readme.md @@ -155,6 +155,18 @@ None of the Magnifier native commands can be modified. ## Change log +### Version 3.0 + +* Pressing the zoom buttons in the Magnifier window (with the keyboard) now reports the new zoom level. +* The parameter controlling if Magnifier control window remains always on top is now stored in configuration; + this means that this parameter is remembered when restarting NVDA and can be enabled or not depending on the active profile. +* Fixed a bug causing unexpected screen curtain de-activation when using move to view or move view commands. +* Option alwaysOnTop setting will no be honoured also when changing magnification mode. +* Added ability to save and restore Windows Magnifier's config in NVDA's config. +* Compatibility with NVDA 2023.1. +* Clarify which type of tracking is re-enabled when tracking is toggled on again. +* Updated localizations. + ### Version 2.0 * The view can be moved with arrows while in Windows Magnifier layer.