[nvda-addons] commit/controlUsageAssistant: josephsl: Welcome to Control Usage assistant version 1.0\!

  • From: commits-noreply@xxxxxxxxxxxxx
  • To: nvda-addons@xxxxxxxxxxxxx
  • Date: Wed, 22 May 2013 01:03:19 -0000

1 new commit in controlUsageAssistant:

https://bitbucket.org/nvdaaddonteam/controlusageassistant/commits/b66dcd2bcaaf/
Changeset:   b66dcd2bcaaf
Branch:      master
User:        josephsl
Date:        2013-05-22 03:01:57
Summary:     Welcome to Control Usage assistant version 1.0\!

Affected #:  2 files

diff --git a/README.md b/README.md
index 5d631a1..6e6fbc0 100755
--- a/README.md
+++ b/README.md
@@ -6,13 +6,6 @@ Use this add-on to find out how to interact with the focused 
control. Press NvDA
 
 # Changelog #
 
-## 1.0 Beta 2 ##
-
-* You can now read help messages in braille.
-* Additional languages (more languages to come).
-
-## 1.0 Beta 1 ##
-
-* Initial testing version.
-* Translated into many languages.
+## 1.0 ##
 
+* Initial release.

diff --git a/buildVars.py b/buildVars.py
index 94a6fbd..46d1a0f 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" : "1.0Beta2",
+       "addon-version" : "1.0",
        # 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.
----------------------------------------------------------------

NVDA add-ons Central: A list for discussing NVDA add-ons

To post a message, send an email to nvda-addons@xxxxxxxxxxxxx.

To unsubscribe, send an email with the subject line of "unsubscribe" (without 
quotes) to nvda-addons-request@xxxxxxxxxxxxx.

If you have questions for list moderators, please send a message to 
nvda-addons-moderators@xxxxxxxxxxxxx.

Other related posts:

  • » [nvda-addons] commit/controlUsageAssistant: josephsl: Welcome to Control Usage assistant version 1.0\! - commits-noreply