commit/controlUsageAssistant: josephsl: 2.0-dev - start beta testing cycle.

  • From: commits-noreply@xxxxxxxxxxxxx
  • To: nvda-addons-commits@xxxxxxxxxxxxx
  • Date: Tue, 13 Aug 2013 18:23:59 -0000

1 new commit in controlUsageAssistant:

https://bitbucket.org/nvdaaddonteam/controlusageassistant/commits/dbba42bb7241/
Changeset:   dbba42bb7241
Branch:      master
User:        josephsl
Date:        2013-08-13 20:23:35
Summary:     2.0-dev - start beta testing cycle.

Affected #:  2 files

diff --git a/README.md b/README.md
index b7ccf60..e6aa22f 100755
--- a/README.md
+++ b/README.md
@@ -1,12 +1,12 @@
 [[!meta title="controlUsageAssistant"]]
 
 * Author: Joseph Lee
-* Download: [version 1.0][1]
+* Download: [version 2.0 Beta 1][1]
 
 Use this add-on to find out how to interact with the focused control.
 Press NvDA+H to obtain a short help message on interacting with the focused 
control, such as checkboxes, edit fields and so on.
 
-## 2.0-dev ##
+## 2.0 (Beta) ##
 
 * Help messages for more controls added, including terminal windows.
 * Added help messages for working in some areas of applications, such as 
Microsoft Excel and Powerpoint and Windows 8 start screen.

diff --git a/buildVars.py b/buildVars.py
index c5a483d..8a4c6d0 100755
--- 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.0-dev",
+       "addon-version" : "2.0Beta1",
        # 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:

  • » commit/controlUsageAssistant: josephsl: 2.0-dev - start beta testing cycle. - commits-noreply