Skip to content

Commit 3a9eedd

Browse files
committed
Compatibility with NVDA 2025.1, bump version to 1.9, updated readme
1 parent 48c9102 commit 3a9eedd

2 files changed

Lines changed: 3 additions & 6 deletions

File tree

buildVars.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def _(arg):
2525
# Translators: Long description to be shown for this add-on on add-on information from add-ons manager
2626
"addon_description": _("""Add-on to facilitate toolbars management."""),
2727
# version
28-
"addon_version": "1.8",
28+
"addon_version": "1.9",
2929
# Author(s)
3030
"addon_author": u"Alberto Buffolino <a.buffolino@gmail.com>",
3131
# URL for the add-on documentation support
@@ -37,11 +37,11 @@ def _(arg):
3737
# Minimum NVDA version supported (e.g. "2018.3.0", minor version is optional)
3838
"addon_minimumNVDAVersion": "0.0.0",
3939
# Last NVDA version supported/tested (e.g. "2018.4.0", ideally more recent than minimum version)
40-
"addon_lastTestedNVDAVersion": "2023.2",
40+
"addon_lastTestedNVDAVersion": "2025.1",
4141
# Add-on update channel (default is None, denoting stable releases,
4242
# and for development releases, use "dev".)
4343
# Do not change unless you know what you are doing!
44-
"addon_updateChannel": "stable",
44+
"addon_updateChannel": None,
4545
# Add-on license such as GPL 2
4646
"addon_license": "GPL v2",
4747
# URL for the license document the ad-on is licensed under

readme.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# ToolbarsExplorer
22

33
* Author: Alberto Buffolino
4-
* Download [stable version][1]
54

65
This add-on makes easier to use toolbars in applications, providing an exploration model derived by object navigation, with simplified gestures.
76

@@ -35,5 +34,3 @@ Other gestures not containing alt, windows or escape (as h, 1, shift, shift+h, c
3534
* The add-on may fail in Mozilla applications the first time after add-on installation/update; please restart NVDA and Mozilla applications to resolve;
3635
* In LibreOffice, best configuration is probably default or single toolbar, set it on view menu/toolbar position.
3736

38-
39-
[1]: https://www.nvaccess.org/addonStore/legacy?file=toolbarsExplorer

0 commit comments

Comments
 (0)