diff --git a/README.md b/README.md index 70c1cca..f972dc7 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,6 @@ More precisely, TextNav adds a keystroke to jump to next or previous text paragr This feature might be useful to quickly find the textual part of a web page or to skip over menus, advertisements and other not important page elements. TextNav was formerly a part of [SentenceNav](https://github.com/mltony/nvda-sentence-nav/) add-on. -## Download -Current stable release: -[TextNav v1.0](https://github.com/mltony/nvda-text-nav/releases/download/v1.0/textnav-1.0.nvda-addon). - ## Keystrokes * Alt+Shift+Down: Go to next text paragraph. * Alt+Shift+Up: Go to previous text paragraph. @@ -19,10 +15,11 @@ Current stable release: ## Source code Source code is available at . -## Release history -* v1.1 - not yet released +## Downloads and release history +* [v1.1](https://github.com/mltony/nvda-text-nav/releases/download/v1.1/textnav-1.1.nvda-addon) 01/22/2019 * Fixed infinite loop bug in Outlook. - * 15 Translations. + * Updated addon template. + * 16 Translations. * [v1.0](https://github.com/mltony/nvda-text-nav/releases/download/v1.0/textnav-1.0.nvda-addon) 11/09/2018 * Initial release. diff --git a/buildVars.py b/buildVars.py index 1433022..14b7ac1 100644 --- a/buildVars.py +++ b/buildVars.py @@ -19,7 +19,7 @@ # Translators: Long description to be shown for this add-on on add-on information from add-ons manager "addon_description" : _("""TextNav allows you to find text that you want to read on a web page in just a single keystroke."""), # version - "addon_version" : "1.1dev", + "addon_version" : "1.1", # Author(s) "addon_author" : u"Tony Malykh ", # URL for the add-on documentation support