commit/EnhancedTouchGestures: 3 new changesets

  • From: commits-noreply@xxxxxxxxxxxxx
  • To: nvda-addons-commits@xxxxxxxxxxxxx
  • Date: Thu, 22 Nov 2018 21:05:44 +0000 (UTC)

3 new commits in EnhancedTouchGestures:

https://bitbucket.org/nvdaaddonteam/enhancedtouchgestures/commits/659e61d6c65c/
Changeset:   659e61d6c65c
Branch:      None
User:        josephsl
Date:        2018-11-22 20:58:36+00:00
Summary:     BuildVars/manifest: prepare for NVDA Core issue 6275 - last tested 
NVDA version set to 2019.1.

Once NVDA Core issue 6275 is implemented: without specifying minimum version 
and last tested version, this add-on will be flagged as incompatible. Thus set 
last tested NVDA version to 2019.1.

Affected #:  2 files

diff --git a/buildVars.py b/buildVars.py
index d2e36fd..5724c36 100755
--- a/buildVars.py
+++ b/buildVars.py
@@ -29,6 +29,8 @@ addon_info = {
        "addon_docFileName" : "readme.html",
        # Minimum NVDA version supported
        "addon_minimumNVDAVersion" : "2018.2",
+       # Last NVDA version supported/tested
+       "addon_lastTestedNVDAVersion" : "2019.1",
 }
 
 

diff --git a/manifest.ini.tpl b/manifest.ini.tpl
index 7f4bc85..6f7ccd6 100755
--- a/manifest.ini.tpl
+++ b/manifest.ini.tpl
@@ -6,3 +6,4 @@ url = {addon_url}
 version = {addon_version}
 docFileName = {addon_docFileName}
 minimumNVDAVersion = {addon_minimumNVDAVersion}
+lastTestedNVDAVersion = {addon_lastTestedNVDAVersion}


https://bitbucket.org/nvdaaddonteam/enhancedtouchgestures/commits/8e062d1e3f7e/
Changeset:   8e062d1e3f7e
Branch:      None
User:        josephsl
Date:        2018-11-22 21:02:06+00:00
Summary:     Minimum Windows version: Windows 8.1

Affected #:  2 files

diff --git a/buildVars.py b/buildVars.py
index 5724c36..814f4b2 100755
--- a/buildVars.py
+++ b/buildVars.py
@@ -31,6 +31,8 @@ addon_info = {
        "addon_minimumNVDAVersion" : "2018.2",
        # Last NVDA version supported/tested
        "addon_lastTestedNVDAVersion" : "2019.1",
+       # Minimum Windows version supported
+       "addon_minimumWindowsVersion" : "6.3.9600",
 }
 
 

diff --git a/manifest.ini.tpl b/manifest.ini.tpl
index 6f7ccd6..113bbaf 100755
--- a/manifest.ini.tpl
+++ b/manifest.ini.tpl
@@ -7,3 +7,4 @@ version = {addon_version}
 docFileName = {addon_docFileName}
 minimumNVDAVersion = {addon_minimumNVDAVersion}
 lastTestedNVDAVersion = {addon_lastTestedNVDAVersion}
+minimumWindowsVersion = {addon_minimumWindowsVersion}


https://bitbucket.org/nvdaaddonteam/enhancedtouchgestures/commits/258db401ee7f/
Changeset:   258db401ee7f
Branch:      stable
User:        josephsl
Date:        2018-11-22 21:04:58+00:00
Summary:     Enhanced Touch Gestures 18.12

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

Affected #:  2 files

diff --git a/buildVars.py b/buildVars.py
index 814f4b2..732c935 100755
--- a/buildVars.py
+++ b/buildVars.py
@@ -20,7 +20,7 @@ addon_info = {
        "addon_description" : _("""A suite of additional touch commands, 
including navigation and help commands.
        Requires a touch-enabled computer with Windows 8.1 or later with NVDA 
2017.4 or later installed."""),
        # version
-       "addon_version" : "18.11",
+       "addon_version" : "18.12",
        # Author(s)
        "addon_author" : "Joseph Lee <joseph.lee22590@xxxxxxxxx>",
        # URL for the add-on documentation support

diff --git a/readme.md b/readme.md
index 9c7d9c2..8709e70 100755
--- a/readme.md
+++ b/readme.md
@@ -43,6 +43,10 @@ An unassigned command is available to allow you to use 
touchscreen gestures as t
 
 If profiles other than normal configuration is active and if you go to Touch 
Interaction dialog, you'll see a checkbox named "completely disable touch 
support". Checking this box and answering yes if prompted will completely turn 
off touch support for that profile. This is useful in apps that provide their 
own touch commands. To restore touch functionality, either uncheck this 
checkbox or manually toggle touch passthrough.
 
+## Version 18.12
+
+* Internal changes to support future NVDA releases.
+
 ## Version 18.08
 
 * Compatible with NVDA 2018.3 and future versions.

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

--

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: