mirror of
https://github.com/SpotX-Official/SpotX.git
synced 2026-04-22 19:10:19 +10:00
version bump to 1.2.31.1205
- enabled dynamic volume control for podcasts - right queue panel returned - funny progress bar is disabled if the version is higher than 1.2.26 - disabled some exp related to ads
This commit is contained in:
@@ -364,6 +364,24 @@
|
|||||||
"fr": "1.2.26",
|
"fr": "1.2.26",
|
||||||
"to": ""
|
"to": ""
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"HomeAds": {
|
||||||
|
"name": "enableHomeAds",
|
||||||
|
"description": "Enable Fist Impression Takeover ads on Home Page",
|
||||||
|
"native_description": "Enable Fist Impression Takeover ads on Home Page",
|
||||||
|
"version": {
|
||||||
|
"fr": "1.2.31",
|
||||||
|
"to": ""
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"LearningHomeCard": {
|
||||||
|
"name": "enableLearningHomeCard",
|
||||||
|
"description": "Enable Learning Home Card",
|
||||||
|
"native_description": "Enable Learning Home Card",
|
||||||
|
"version": {
|
||||||
|
"fr": "1.2.31",
|
||||||
|
"to": ""
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"EnableExp": {
|
"EnableExp": {
|
||||||
@@ -679,7 +697,7 @@
|
|||||||
"native_description": "he brings you playback progress",
|
"native_description": "he brings you playback progress",
|
||||||
"version": {
|
"version": {
|
||||||
"fr": "1.2.14",
|
"fr": "1.2.14",
|
||||||
"to": ""
|
"to": "1.2.26"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"AlbumPrerelease": {
|
"AlbumPrerelease": {
|
||||||
@@ -715,7 +733,7 @@
|
|||||||
"native_description": "Enable Queue on the right panel",
|
"native_description": "Enable Queue on the right panel",
|
||||||
"version": {
|
"version": {
|
||||||
"fr": "1.2.26",
|
"fr": "1.2.26",
|
||||||
"to": "1.2.29"
|
"to": ""
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"RecentlyPlayedShortcut": {
|
"RecentlyPlayedShortcut": {
|
||||||
@@ -829,11 +847,29 @@
|
|||||||
"DevicePickerSidePanel": {
|
"DevicePickerSidePanel": {
|
||||||
"name": "enableDevicePickerSidePanel",
|
"name": "enableDevicePickerSidePanel",
|
||||||
"description": "Enables Device Picker as a side panel",
|
"description": "Enables Device Picker as a side panel",
|
||||||
"native_description": "",
|
"native_description": "Enables Device Picker as a side panel",
|
||||||
"version": {
|
"version": {
|
||||||
"fr": "1.2.30",
|
"fr": "1.2.30",
|
||||||
"to": ""
|
"to": ""
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"Otfn": {
|
||||||
|
"name": "enableOtfn",
|
||||||
|
"description": "Enable On-The-Fly-Normalization",
|
||||||
|
"native_description": "Enable On-The-Fly-Normalization",
|
||||||
|
"version": {
|
||||||
|
"fr": "1.2.31",
|
||||||
|
"to": ""
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"FullscreenMode": {
|
||||||
|
"name": "enableFullscreenMode",
|
||||||
|
"description": "Enable fullscreen mode",
|
||||||
|
"native_description": "Enable fullscreen mode",
|
||||||
|
"version": {
|
||||||
|
"fr": "1.2.31",
|
||||||
|
"to": ""
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
},
|
},
|
||||||
@@ -917,6 +953,16 @@
|
|||||||
"fr": "1.2.30",
|
"fr": "1.2.30",
|
||||||
"to": ""
|
"to": ""
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"VideosPremiumUpsell": {
|
||||||
|
"name": "musicVideosPremiumUpsell",
|
||||||
|
"description": "Testing Premium upsell for Free users on music videos",
|
||||||
|
"native_description": "Testing Premium upsell for Free users on music videos",
|
||||||
|
"value": "CONTROL",
|
||||||
|
"version": {
|
||||||
|
"fr": "1.2.31",
|
||||||
|
"to": ""
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"binary": {
|
"binary": {
|
||||||
|
|||||||
3
run.ps1
3
run.ps1
@@ -368,7 +368,7 @@ if (!($version -and $version -match $match_v)) {
|
|||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
# Recommended version for Win 10-12
|
# Recommended version for Win 10-12
|
||||||
$onlineFull = "1.2.30.1135.g02fef27a-399"
|
$onlineFull = "1.2.31.1205.g4d59ad7c-1561"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
@@ -1100,6 +1100,7 @@ function Helper($paramname) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
if ([version]$offline -eq [version]'1.2.30.1135') { Move-Json -n 'QueueOnRightPanel' -t $Enable -f $Disable }
|
||||||
|
|
||||||
if (!($plus)) { Move-Json -n 'Plus' -t $Enable -f $Disable }
|
if (!($plus)) { Move-Json -n 'Plus' -t $Enable -f $Disable }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user