Skip to content

Commit

Permalink
SPL add-on 17.11.2, last stable to support Windows XP, Vista and 7 RTM
Browse files Browse the repository at this point in the history
Signed-off-by: Joseph Lee <[email protected]>
  • Loading branch information
josephsl committed Nov 13, 2017
1 parent d606cfa commit bb50d22
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 14 deletions.
8 changes: 0 additions & 8 deletions addon/appModules/splstudio/splconfui.py
Original file line number Diff line number Diff line change
Expand Up @@ -1465,14 +1465,6 @@ def onOk(self, evt):
channel = self._updateChannels[self.channels.GetSelection()]
# 17.09: present this dialog if and only if switching to fast ring from other rings.
if self.Parent.updateChannel != "try" and channel == "try":
if sys.getwindowsversion().build < 7601:
gui.messageBox(
# Translators: A message displayed when trying to switch to fast channel on old Windows releases.
_("It appears you are using Windows versions earlier than Windows 7 Service Pack 1, thus you cannot change to Test Drive Fast channel."),
# Translators: The title of the channel switch confirmation dialog.
_("Switching to unstable channel"),
wx.OK | wx.ICON_ERROR, self)
return
if gui.messageBox(
# Translators: The confirmation prompt displayed when changing to the fastest development channel (with risks involved).
_("You are about to switch to the Test Drive Fast (try) builds channel, the fastest and most unstable development channel. Please note that the selected channel may come with updates that might be unstable at times and should be used for testing and sending feedback to the add-on developer. If you prefer to use stable releases, please answer no and switch to a more stable update channel. Are you sure you wish to switch to Test Drive Fast channel?"),
Expand Down
2 changes: 1 addition & 1 deletion buildVars.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"addon_description" : _("""Enhances support for StationPlaylist Studio.
In addition, adds global commands for the studio from everywhere."""),
# version
"addon_version" : "17.11.1",
"addon_version" : "17.11.2",
# Author(s)
"addon_author" : u"Geoff Shang, Joseph Lee and other contributors",
# URL for the add-on documentation support
Expand Down
19 changes: 14 additions & 5 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,12 @@ This add-on package provides improved usage of StationPlaylist Studio, as well a

For more information about the add-on, read the [add-on guide][4]. For developers seeking to know how to build the add-on, see buildInstructions.txt located at the root of the add-on source code repository.

IMPORTANT: This add-on requires NVDA 2017.1 or later and StationPlaylist Studio 5.10 or later. If using Windows 8 or later, for best experience, disable audio ducking mode. Also, add-on 8.0/16.10 requires Studio 5.10 and later, and for broadcasters using Studio 5.0x and/or Windows XP, Vista or 7 without Service Pack 1, a long-term support version (15.x) is available.
IMPORTANT NOTES:

* This add-on requires NVDA 2017.1 or later and StationPlaylist Studio 5.10 or later.
* If using Windows 8 or later, for best experience, disable audio ducking mode.
* add-on 8.0/16.10 requires Studio 5.10 or later. For broadcasters using Studio 5.0x and/or Windows XP, Vista or 7 without Service Pack 1, a long-term support version (15.x) is available. The last stable version to support Windows releases prior to 7 Service Pack 1 is 17.11.2.
* Starting from 2018, changelogs for old add-on releases will be found on GitHub. This add-on readme will list changes from version 5.0 (2015 onwards).

## Shortcut keys

Expand Down Expand Up @@ -132,7 +137,7 @@ The available SPL Controller commands are:
* Press E to get count and labels for encoders being monitored.
* Press I to obtain listener count.
* Press Q to obtain various status information about Studio including whether a track is playing, microphone is on and others.
* Press F1 to show a help dialog which lists available commands.
* Press F1 or H to show a help dialog which lists available commands.

## Track alarms

Expand Down Expand Up @@ -174,14 +179,18 @@ From studio window, you can press Alt+NVDA+0 to open the add-on configuration di

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.

## Version 17.11.2

This is the last stable version to support Windows XP, Vista and 7 without Service Pack 1. The next stable version for these Windows releases will be a 15.x LTS release.

* If using Windows releases prior to Windows 7 Service Pack 1, you cannot switch to development channels.

## Version 17.11.1/15.11-LTS

* NVDA will no longer play error tones or appear to do nothing when using Control+Alt+left or right arrow keys to navigate columns in Track Tool 5.20 with a track loaded. Because of this change, when using Studio 5.20, build 48 or later is required.

## Version 17.11/15.10-LTS

This is the last version to support Windows XP, Vista and 7 without Service Pack 1. To use this add-on in those Windows releases, please use version 17.10.

* Initial support for StationPlaylist Studio 5.30.
* If microphone alarm and/or interval timer is turned on and if Studio exits while microphone is on, NVDA will no longer play microphone alarm tone from everywhere.
* When deleting broadcast profiles and if another profile happens to be an instant switch profile, instant switch flag won't be removed from the switch profile.
Expand All @@ -199,7 +208,7 @@ This is the last version to support Windows XP, Vista and 7 without Service Pack

## Version 17.09.1

* As a result of announcement from NV Access that NVDA 2017.3 will be the last version to support Windows versions prior to windows 7 Service Pack 1, Studio add-on will present a reminder message about this if running from old Windows releases. End of support for old Windows releases from this add-on is scheduled for April 2018.
* As a result of announcement from NV Access that NVDA 2017.3 will be the last version to support Windows versions prior to windows 7 Service Pack 1, Studio add-on will present a reminder message about this if running from old Windows releases. End of support for old Windows releases from this add-on (via long-term support release) is scheduled for April 2018.
* NVDA will no longer display startup dialogs and/or announce Studio version if started with minimal (nvda -rm) flag set. The sole exception is the old Windows release reminder dialog.

## Version 17.09
Expand Down

0 comments on commit bb50d22

Please sign in to comment.