Skip to content

Commit

Permalink
V2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
CoBC committed Jul 3, 2021
1 parent 1c7c653 commit 946f8c0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions buildVars.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# Translators: Long description to be shown for this add-on on add-on information from add-ons manager
"addon_description" : _("""Allows using just arrow keys to navigate between table cells via a dedicated layer."""),
# version
"addon_version" : "2.0",
"addon_version" : "2.1",
# Author(s)
"addon_author" : u"Joseph Lee <joseph.lee22590@gmail.com>",
# URL for the add-on documentation support
Expand All @@ -29,7 +29,7 @@
# Minimum NVDA version supported
"addon_minimumNVDAVersion" : "2019.3.0",
# Last NVDA version supported/tested
"addon_lastTestedNVDAVersion" : "2019.3.0",
"addon_lastTestedNVDAVersion" : "2021.1.0",
# Add-on update channel (default is stable)
"addon_updateChannel" : None,
}
Expand Down
6 changes: 5 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Author: Joseph Lee
* Download [stable version][1]
* Download [development version][2]
* NVDA compatibility: 2019.3 and beyond
* NVDA compatibility: 2019.3 to 2021.1

This plugin adds a layer command to use arrow keys to navigate table cells.

Expand All @@ -16,6 +16,10 @@ Currently supported tables are:

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

## Changes for 2.1

* Compatibility with NVDA 2021.1

## Changes for 2.0

* Requires NVDA 2019.3 or later.
Expand Down

0 comments on commit 946f8c0

Please sign in to comment.