commit/controlUsageAssistant: 2 new changesets

  • From: commits-noreply@xxxxxxxxxxxxx
  • To: nvda-addons-commits@xxxxxxxxxxxxx
  • Date: Fri, 25 Nov 2016 16:31:02 -0000

2 new commits in controlUsageAssistant:

https://bitbucket.org/nvdaaddonteam/controlusageassistant/commits/a0ea4eae901a/
Changeset:   a0ea4eae901a
Branch:      None
User:        josephsl
Date:        2016-11-25 16:29:44+00:00
Summary:     Merge branch 'master' into stable

Affected #:  1 file

diff --git a/sconstruct b/sconstruct
index b77cfe6..c28510b 100644
--- a/sconstruct
+++ b/sconstruct
@@ -167,6 +167,8 @@ env.Depends(mergePot, i18nFiles)
 
 # Generate Manifest path
 manifest = env.NVDAManifest(os.path.join("addon", "manifest.ini"), 
os.path.join("manifest.ini.tpl"))
+# Ensure manifest is rebuilt if buildVars is updated.
+env.Depends(manifest, "buildVars.py")
 
 env.Depends(addon, manifest)
 env.Default(addon)


https://bitbucket.org/nvdaaddonteam/controlusageassistant/commits/9cbb20437814/
Changeset:   9cbb20437814
Branch:      stable
User:        josephsl
Date:        2016-11-25 16:30:45+00:00
Summary:     CUA l10n maintenance, one of the last versions in the 2.x fork

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

Affected #:  1 file

diff --git a/buildVars.py b/buildVars.py
index 0aefd5b..d9bbeb6 100644
--- a/buildVars.py
+++ b/buildVars.py
@@ -16,7 +16,7 @@ addon_info = {
        "addon_description" : _("""Allows you to find out how to interact with 
the focused control, useful for new computer users new to Windows and to NvDA.
        Press NvDA+H to get a short help message on using the focused control, 
such as moving through tables, checkboxes and so on."""),
        # version
-       "addon_version" : "2.2",
+       "addon_version" : "2.3",
        # Author(s)
        "addon_author" : "Joseph Lee <joseph.lee22590@xxxxxxxxx>",
        # URL for the add-on documentation support

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

--

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: