commit/StationPlaylist: josephsl: Add-on 17.01.1, changing where LTS update is stored.

  • From: commits-noreply@xxxxxxxxxxxxx
  • To: nvda-addons-commits@xxxxxxxxxxxxx
  • Date: Sun, 15 Jan 2017 04:47:52 -0000

1 new commit in StationPlaylist:

https://bitbucket.org/nvdaaddonteam/stationplaylist/commits/e75217f0413c/
Changeset:   e75217f0413c
Branch:      stable
User:        josephsl
Date:        2017-01-15 04:47:33+00:00
Summary:     Add-on 17.01.1, changing where LTS update is stored.

This is first of a two phases for moving the SPL website from nvda-kr.org to 
josephsl.net. The second phase involves using hTTPS instead of HTTP and will be 
ready by no later than March 2017.
The tagging requirement will be waved for this release.

Signed-off-by: Joseph Lee <joseph.lee22590@xxxxxxxxx>

Affected #:  2 files

diff --git a/addon/appModules/splstudio/splupdate.py 
b/addon/appModules/splstudio/splupdate.py
index c034838..d4ca4fa 100755
--- a/addon/appModules/splstudio/splupdate.py
+++ b/addon/appModules/splstudio/splupdate.py
@@ -38,7 +38,7 @@ _updatePickle = os.path.join(globalVars.appArgs.configPath, 
"splupdate.pickle")
 
 # Not all update channels are listed. The one not listed here is the default 
("stable" for this branch).
 channels={
-       "lts":"http://spl.nvda-kr.org/files/get.php?file=spl-lts16";,
+       "lts":"http://josephsl.net/files/nvdaaddons/get.php?file=spl-lts16";,
        #"beta":"http://spl.nvda-kr.org/files/get.php?file=spl-beta";,
 }
 

diff --git a/readme.md b/readme.md
index ad94948..a809a83 100755
--- a/readme.md
+++ b/readme.md
@@ -172,6 +172,9 @@ If you are using Studio on a touchscreen computer running 
Windows 8 or later and
 
 ## Version 17.01/15.5-LTS
 
+Note: 17.01.1/15.5A-LTS replaces 17.01 due to changes to location of new 
add-on files.
+
+* 17.01.1/15.5A-LTS: Changed where updates are downloaded from for long-term 
support releases. Installing this version is mandatory.
 * Improved responsiveness and reliability when using the add-on to switch to 
Studio, either using focus to Studio command from other programs or when an 
encoder is connected and NVDA is told to switch to Studio when this happens. If 
Studio is minimized, Studio window will be shown as unavailable. If so, restore 
Studio window from system tray.
 * If editing carts while Cart Explorer is active, it is no longer necessary to 
reenter Cart Explorer to view updated cart assignments when Cart Edit mode is 
turned off. Consequently, Cart Explorer reentry message is no longer announced.
 * In add-on 15.5-LTS, corrected user interface presentation for SPL add-on 
settings dialog.
@@ -506,6 +509,6 @@ Version 4.0 supports SPL Studio 5.00 and later, with 3.x 
designed to provide som
 
 [2]: http://addons.nvda-project.org/files/get.php?file=spl-dev
 
-[3]: http://spl.nvda-kr.org/files/get.php?file=spl-lts7
+[3]: http://josephsl.net/files/nvdaaddons/get.php?file=spl-lts7
 
 [4]: https://github.com/josephsl/stationplaylist/wiki/SPLAddonGuide

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: Add-on 17.01.1, changing where LTS update is stored. - commits-noreply