commit/goldenCursor: josephsl: Golden Cursor 3.0

  • From: commits-noreply@xxxxxxxxxxxxx
  • To: nvda-addons-commits@xxxxxxxxxxxxx
  • Date: Wed, 13 Jun 2018 08:11:07 +0000 (UTC)

1 new commit in goldenCursor:

https://bitbucket.org/nvdaaddonteam/goldencursor/commits/3cc1b3aa44fe/
Changeset:   3cc1b3aa44fe
Branch:      master
User:        josephsl
Date:        2018-06-13 08:10:29+00:00
Summary:     Golden Cursor 3.0

Signed-off-by: Joseph Lee <joseph.lee22590@xxxxxxxxx>

Affected #:  2 files

diff --git a/buildVars.py b/buildVars.py
index 820a2b2..197d200 100755
--- a/buildVars.py
+++ b/buildVars.py
@@ -19,7 +19,7 @@ addon_info = {
        # Translators: Long description to be shown for this add-on on add-on 
information from add-ons manager
        "addon_description" : _("Allows you to control the mouse movement with 
the keyboard. for further details please visit the addon guide help."),
        # version
-       "addon_version" : "2.2",
+       "addon_version" : "3.0",
        # Author(s)
        "addon_author" : u"Salah Atair <atair1978@xxxxxxxxx>, Wafeeq Taher, 
Joseph Lee <joseph.lee22590@xxxxxxxxx>, Abdel <abdelkrim.bensaid@xxxxxxxxx>",
        # URL for the add-on documentation support

diff --git a/readme.md b/readme.md
index 07ded91..4e95568 100755
--- a/readme.md
+++ b/readme.md
@@ -29,6 +29,10 @@ Note: these gestures can be reassigned via NVDA's Input 
Gestures dialog under Go
 * To perform functions that require use of arrow keys, turn off mouse arrows 
first.
 * When deleting saved positions, if there are no saved positions left, 
positions for the application will be cleared.
 
+## Version 3.0
+
+* If using NVDA 2018.2, add-on settings will be found in new multi-category 
settings screen under "Golden Cursor" category.
+
 ## Version 2.1
 
 * Fixed unicode decode error when trying to delete tag name.

Repository URL: https://bitbucket.org/nvdaaddonteam/goldencursor/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.

Other related posts:

  • » commit/goldenCursor: josephsl: Golden Cursor 3.0 - commits-noreply