commit/StationPlaylist: josephsl: Studio add-on 5.1 is now live

  • From: commits-noreply@xxxxxxxxxxxxx
  • To: nvda-addons-commits@xxxxxxxxxxxxx
  • Date: Mon, 06 Jul 2015 23:27:19 -0000

1 new commit in StationPlaylist:

https://bitbucket.org/nvdaaddonteam/stationplaylist/commits/b318bc31c875/
Changeset: b318bc31c875
Branch: stable
User: josephsl
Date: 2015-07-06 23:26:39+00:00
Summary: Studio add-on 5.1 is now live

Affected #: 2 files

diff --git a/buildVars.py b/buildVars.py
index 1564a3a..9f073a4 100755
--- a/buildVars.py
+++ b/buildVars.py
@@ -20,7 +20,7 @@ addon_info = {
"addon_description" : _("""Enhances support for Station Playlist Studio.
In addition, adds global commands for the studio from everywhere."""),
# version
- "addon_version" : "5.0",
+ "addon_version" : "5.1",
# Author(s)
"addon_author" : u"Geoff Shang, Joseph Lee and other contributors",
# URL for the add-on documentation support

diff --git a/readme.md b/readme.md
index 0c8cb5b..066b52c 100755
--- a/readme.md
+++ b/readme.md
@@ -129,6 +129,13 @@ From studio window, you can press Control+NVDA+0 to open
the add-on configuratio

If you are using Studio on a touchscreen computer running Windows 8 or later
and have NVDA 2012.3 or later installed, you can perform some Studio commands
from the touchscreen. First use three finger tap to switch to SPL mode, then
use the touch commands listed above to perform commands.

+## Changes for 5.1
+
+* It is now possible to review individual columns in Track Tool via Track Dial
(toggle key unassigned). Note that Studio must be active before using this mode.
+* Added a check box in Studio add-on settings dialog to toggle announcement of
name of the currently playing cart.
+* Toggling microphone on and off via SPL Controller no longer causes error
tones to be played or toggle sound to not be played.
+* If a custom command is assigned for an SPL Assistant layer command and this
command is pressed right after entering SPL Assistant, NvDA will now promptly
exit SPL Assistant.
+
## Changes for 5.0

* A dedicated settings dialog for SPL add-on has been added, accessible from
NVDA's preferences menu or by pressing Control+NVDA+0 from SPL window.

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

--

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/StationPlaylist: josephsl: Studio add-on 5.1 is now live - commits-noreply