Skip to content

Commit 064ede8

Browse files
committed
Compatibility for NVDA 2025
1 parent 749eff5 commit 064ede8

3 files changed

Lines changed: 8 additions & 4 deletions

File tree

buildVars.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# Translators: Long description to be shown for this add-on on add-on information from add-ons manager
2020
"addon_description" : _("""Allows using just arrow keys to navigate between table cells via a dedicated layer."""),
2121
# version
22-
"addon_version" : "2.5",
22+
"addon_version" : "2.6",
2323
# Author(s)
2424
"addon_author" : u"Corentin Bacqué-Cazenave <corentin@progaccess.net>, Joseph Lee <joseph.lee22590@gmail.com>",
2525
# URL for the add-on documentation support
@@ -29,7 +29,7 @@
2929
# Minimum NVDA version supported
3030
"addon_minimumNVDAVersion" : "2019.3.0",
3131
# Last NVDA version supported/tested
32-
"addon_lastTestedNVDAVersion" : "2024.1.0",
32+
"addon_lastTestedNVDAVersion" : "2025.1.0",
3333
# Add-on update channel (default is stable)
3434
"addon_updateChannel" : None,
3535
}

changelog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Changes for 2.5
1+
## Changes for 2.6
22

3-
* Compatibility with NVDA 2024.1
3+
* Compatibility with NVDA 2025.1
44

readme.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ Currently supported tables are:
2121

2222
* Toggles table navigator layer on and off (unassigned).
2323

24+
## Changes for 2.6
25+
26+
* Compatibility with NVDA 2025.1
27+
2428
## Changes for 2.5
2529

2630
* Compatibility with NVDA 2024.1

0 commit comments

Comments
 (0)