version bump to 1.2.17.832

- fixed goofy history patch for 1.2.17
- smart shuffle returned
- added new exp:
 - Artist about section in NPV
 - Enable New Entity Headers
 - Enable read along transcripts in the NPV
 - Enable ability to toggle playlist column visibility
 - Enable the slide-in/out transition on the sidebars in the RootGrid
 - Display ticket price on Event page
 - Display share icon for sharing an event
This commit is contained in:
amd64fox
2023-07-31 13:22:02 +03:00
parent 79b82f1d1d
commit 59f986f202
2 changed files with 85 additions and 4 deletions
+1 -1
View File
@@ -334,7 +334,7 @@ if (!($version -and $version -match $match_v)) {
}
# Recommended version for Win 10-12
else {
$onlineFull = "1.2.16.947.gcfbaa410-105"
$onlineFull = "1.2.17.832.g15fa351e-571"
}
}
$online = ($onlineFull -split ".g")[0]