File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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}
Original file line number Diff line number Diff line change 1- ## Changes for 2.5
1+ ## Changes for 2.6
22
3- * Compatibility with NVDA 2024 .1
3+ * Compatibility with NVDA 2025 .1
44
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments