Skip to content

Commit

Permalink
Update GitHub release action.
Browse files Browse the repository at this point in the history
  • Loading branch information
CyrilleB79 committed Feb 28, 2023
1 parent c2a394e commit 922098f
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/upload-on-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion buildVars.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 <cyrille.bougot2@laposte.net>",
# URL for the add-on documentation support
Expand Down
12 changes: 12 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 922098f

Please sign in to comment.