Skip to content

Commit f0c7207

Browse files
committed
Bump to V2.5
1 parent e5e3719 commit f0c7207

3 files changed

Lines changed: 8 additions & 14 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.4",
22+
"addon_version" : "2.5",
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" : "2023.1.0",
32+
"addon_lastTestedNVDAVersion" : "2024.1.0",
3333
# Add-on update channel (default is stable)
3434
"addon_updateChannel" : None,
3535
}

changelog.md

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

3-
For this release, many thanks goes to Cyrille Bougot for his work.
4-
* Table navigation fixed in MS Word
5-
* Introduce new commands following changes in NVDA 2022.2 and 2022.4
6-
- home/end/pgUp/pgDown to jump to start/end of row/column
7-
- control+left/right/up/downArrow to jump to start/end of row/column (alternative shortcut key for the same result)
8-
- NVDA+left/up to read the whole row/column starting from the first cell without moving the current position of the cursor
9-
- NVDA+right/down for sayAll in row/column, i.e. read the cells of the current row/column, starting from the current cell and moving the cursor's position while reading until the last cell of the row/column.
10-
* Remape some keys to avoid conflicts:
11-
- NVDA+upArrow/leftArrow becomes windows+upArrow/leftArrow (to read full column/row)
12-
- NVDA+downArrow/rightArrow becomes windows+downArrow/rightArrow (say all in column/row)
13-
* Compatibility with NVDA 2023.1
3+
* Compatibility with NVDA 2024.1
144

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.5
25+
26+
* Compatibility with NVDA 2024.1
27+
2428
## Changes for 2.4
2529

2630
For this release, many thanks goes to Cyrille Bougot for his work.

0 commit comments

Comments
 (0)