Skip to content

Commit dd38f87

Browse files
committed
NVDA 2025.3 compatibility
1 parent 1a0fb85 commit dd38f87

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# snippetsForNVDA 1.0.9
1+
# snippetsForNVDA 1.0.10
22
Text snippet handling features for NVDA
33

44
## download
55

6-
Download the [Snippets for NVDA 1.0.9 addon](https://github.com/thgcode/snippetsForNVDA/releases/download/1.0.9/snippetsForNVDA-1.0.9.nvda-addon)
6+
Download the [Snippets for NVDA 1.0.10 addon](https://github.com/thgcode/snippetsForNVDA/releases/download/1.0.10/snippetsForNVDA-1.0.10.nvda-addon)
77

88
## Features
99

buildVars.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
Press NVDA+ALT+S to save the snippets to disk.
2727
Press NVDA+ALT+L to load the previously saved snippets from disk."""),
2828
# version
29-
"addon_version" : "1.0.9",
29+
"addon_version" : "1.0.10",
3030
# Author(s)
3131
# Translators: The people that have created snippetsForNVDA, shown on the manage addons dialog
3232
"addon_author" : _("snippetsForNVDA contributors"),
@@ -37,7 +37,7 @@
3737
# Minimum NVDA version supported (e.g. "2018.3.0", minor version is optional)
3838
"addon_minimumNVDAVersion" : "2019.3.0",
3939
# Last NVDA version supported/tested (e.g. "2018.4.0", ideally more recent than minimum version)
40-
"addon_lastTestedNVDAVersion" : "2024.1",
40+
"addon_lastTestedNVDAVersion" : "2025.3",
4141
# Add-on update channel (default is None, denoting stable releases, and for development releases, use "dev"; do not change unless you know what you are doing)
4242
"addon_updateChannel" : None,
4343
}

0 commit comments

Comments
 (0)