commit/columnsReview: ABuffEr: Bump version to 3.0-dev; updated readme and add-on template.

  • From: commits-noreply@xxxxxxxxxxxxx
  • To: nvda-addons-commits@xxxxxxxxxxxxx
  • Date: Thu, 24 Nov 2016 15:23:43 -0000

1 new commit in columnsReview:

https://bitbucket.org/nvdaaddonteam/columnsreview/commits/91020e298bfb/
Changeset:   91020e298bfb
Branch:      master
User:        ABuffEr
Date:        2016-11-24 15:23:50+00:00
Summary:     Bump version to 3.0-dev; updated readme and add-on template.

Affected #:  3 files

diff --git a/buildVars.py b/buildVars.py
index 8aca1a5..bebc4bf 100644
--- 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" : _("""Provides 10+1 gestures to read and copy the 
list columns header and content"""),
        # version
-       "addon_version" : "2.0-dev",
+       "addon_version" : "3.0-dev",
        # Author(s)
        "addon_author" : u"Alberto Buffolino <a.buffolino@xxxxxxxxx>",
        # URL for the add-on documentation support

diff --git a/readme.md b/readme.md
index 34fc356..3caeaef 100644
--- a/readme.md
+++ b/readme.md
@@ -23,13 +23,20 @@ Default keys associated with numbers are NVDA and control, 
but you can customize
 *   NVDA+control+digits from 1 to 0 (keyboard mode) or from 1 to 9 (numpad 
mode): pressed once, read the chosen column, pressed twice, copy it;
 *   NVDA+control+numpadMinus (numpad mode): read or copy the 10th, 20th, etc 
column;
 *   NVDA+control+- (default, EN-US layout, keyboard mode): in a list with 10+ 
columns, let you to change interval and read columns from 11 to 20, from 21 to 
30, and so on; see settings to change last char according to your layout;
-*   NVDA+control+numpadPlus (numpad mode): exactly as previous command.
+*   NVDA+control+numpadPlus (numpad mode): exactly as previous command;
+*   NVDA+control+enter (eventually numpadEnter in numpad mode): open column 
headers manager.
+
+## Changes for 3.0 ##
+
+*   Added column headers manager;
 
 ## Changes for 2.0 ##
+
 *   Added thread-grouping support to Mozilla list;
 *   Basic keys are customizable now.
 
 ## Changes for 1.0 ##
+
 *   Initial release.
 
 

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)

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

--

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/columnsReview: ABuffEr: Bump version to 3.0-dev; updated readme and add-on template. - commits-noreply