Skip to content

Commit

Permalink
address #11 regarding version compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
nishimotz committed Dec 7, 2018
1 parent 874e9db commit 503a018
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
6 changes: 4 additions & 2 deletions buildVars.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,17 @@
# Translators: Long description to be shown for this add-on on add-on information from add-ons manager
"addon_description" : _("Highlight the focused location."),
# version
"addon_version" : "5.3",
"addon_version" : "5.4",
# Author(s)
"addon_author" : u"Takuya Nishimoto <nishimotz@gmail.com>",
# URL for the add-on documentation support
"addon_url" : "https://github.com/nvdajp/focushighlight",
# Documentation file name
"addon_docFileName" : "readme.html",
# Minimum NVDA version supported *e.g. "2018.3")
"addon_minimumNVDAVersion" : None,
"addon_minimumNVDAVersion" : "2014.1",
# Last NVDA version supported/tested (e.g. "2018.4", ideally more recent than minimum version)
"addon_lastTestedNVDAVersion" : "2019.1",
# Add-on update channel (default is stable or None)
"addon_updateChannel" : None,
}
Expand Down
1 change: 1 addition & 0 deletions manifest.ini.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ url = {addon_url}
version = {addon_version}
docFileName = {addon_docFileName}
minimumNVDAVersion = {addon_minimumNVDAVersion}
lastTestedNVDAVersion = {addon_lastTestedNVDAVersion}
updateChannel = {addon_updateChannel}
5 changes: 5 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ The following colors are used by this addon:

To disable object tracking, uninstall the addon.

## Changes for 5.4 ##

* New and updated translations.
* Addresses [the issue](https://github.com/nvdajp/focusHighlight/issues/11) regarding version compatibility.

## Changes for 5.3 ##

* New and updated translations.
Expand Down

0 comments on commit 503a018

Please sign in to comment.