mirror of
https://github.com/SpotX-Official/SpotX.git
synced 2026-06-21 22:50:56 +10:00
version bump to 1.2.46.462
- fixed patch block_section - some legacy exp disabled
This commit is contained in:
@@ -680,7 +680,7 @@
|
|||||||
"native_description": "Enable Whats new feed in the main view",
|
"native_description": "Enable Whats new feed in the main view",
|
||||||
"version": {
|
"version": {
|
||||||
"fr": "1.2.17",
|
"fr": "1.2.17",
|
||||||
"to": ""
|
"to": "1.2.45"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"RightSidebarArtistEnhanced": {
|
"RightSidebarArtistEnhanced": {
|
||||||
@@ -905,7 +905,7 @@
|
|||||||
"native_description": "Increase max number of shortcuts on home to 8",
|
"native_description": "Increase max number of shortcuts on home to 8",
|
||||||
"version": {
|
"version": {
|
||||||
"fr": "1.2.26",
|
"fr": "1.2.26",
|
||||||
"to": ""
|
"to": "1.2.45"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"NPVCredits": {
|
"NPVCredits": {
|
||||||
@@ -973,11 +973,11 @@
|
|||||||
},
|
},
|
||||||
"DevicePickerSidePanel": {
|
"DevicePickerSidePanel": {
|
||||||
"name": "enableDevicePickerSidePanel",
|
"name": "enableDevicePickerSidePanel",
|
||||||
"description": "Enables Device Picker as a side panel (temporarily disabled until 1.2.36 because it was broken in version 1.2.37)",
|
"description": "Enables Device Picker as a side panel",
|
||||||
"native_description": "Enables Device Picker as a side panel",
|
"native_description": "Enables Device Picker as a side panel",
|
||||||
"version": {
|
"version": {
|
||||||
"fr": "1.2.30",
|
"fr": "1.2.30",
|
||||||
"to": ""
|
"to": "1.2.45"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"Otfn": {
|
"Otfn": {
|
||||||
@@ -1112,7 +1112,7 @@
|
|||||||
"native_description": "Show a curated list of upcoming albums to a user",
|
"native_description": "Show a curated list of upcoming albums to a user",
|
||||||
"version": {
|
"version": {
|
||||||
"fr": "1.2.39",
|
"fr": "1.2.39",
|
||||||
"to": ""
|
"to": "1.2.45"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"PremiumOnlyModal": {
|
"PremiumOnlyModal": {
|
||||||
@@ -1294,7 +1294,7 @@
|
|||||||
"value": "home-next-to-search",
|
"value": "home-next-to-search",
|
||||||
"version": {
|
"version": {
|
||||||
"fr": "1.2.30",
|
"fr": "1.2.30",
|
||||||
"to": ""
|
"to": "1.2.45"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"VideosPremiumUpsell": {
|
"VideosPremiumUpsell": {
|
||||||
@@ -1851,7 +1851,7 @@
|
|||||||
"fr": "1.1.86",
|
"fr": "1.1.86",
|
||||||
"to": ""
|
"to": ""
|
||||||
},
|
},
|
||||||
"match": "(case 6:|const .=await .\\(.,.\\);)((return .\\.abrupt\\(\"|return[ \"],?)(null!=n&&|return\",)?(.)(\\);case 9|\\??.errors\\?Promise.reject.+?errors\\):.))",
|
"match": "(case 6:|const .=await .\\([^\\)]*\\);)((return .\\.abrupt\\(\"|return[ \"],?)(null!=n&&|return\",)?(.)(\\);case 9|\\??.errors\\?Promise.reject.+?errors\\):.))",
|
||||||
"replace": "$1sectionBlock($5,\"{0}\");$2"
|
"replace": "$1sectionBlock($5,\"{0}\");$2"
|
||||||
},
|
},
|
||||||
"banner_home": {
|
"banner_home": {
|
||||||
@@ -1945,7 +1945,7 @@
|
|||||||
"fixTitlebarHeight": {
|
"fixTitlebarHeight": {
|
||||||
"version": {
|
"version": {
|
||||||
"fr": "1.2.45",
|
"fr": "1.2.45",
|
||||||
"to": ""
|
"to": "1.2.45"
|
||||||
},
|
},
|
||||||
"match": "(\"update_titlebar\",height:).",
|
"match": "(\"update_titlebar\",height:).",
|
||||||
"replace": "$1'40'"
|
"replace": "$1'40'"
|
||||||
|
|||||||
@@ -369,7 +369,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.45.454.gc16ec9f6-118"
|
$onlineFull = "1.2.46.462.gf57913e0-290"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
@@ -1149,6 +1149,7 @@ function Helper($paramname) {
|
|||||||
|
|
||||||
if ($podcasts_off) { Move-Json -n 'HomePin' -t $Enable -f $Disable }
|
if ($podcasts_off) { Move-Json -n 'HomePin' -t $Enable -f $Disable }
|
||||||
|
|
||||||
|
# disabled broken panel from 1.2.37 to 1.2.38
|
||||||
if ([version]$offline -eq [version]'1.2.37.701' -or [version]$offline -eq [version]'1.2.38.720' ) {
|
if ([version]$offline -eq [version]'1.2.37.701' -or [version]$offline -eq [version]'1.2.38.720' ) {
|
||||||
Move-Json -n 'DevicePickerSidePanel' -t $Enable -f $Disable
|
Move-Json -n 'DevicePickerSidePanel' -t $Enable -f $Disable
|
||||||
}
|
}
|
||||||
@@ -1159,8 +1160,8 @@ function Helper($paramname) {
|
|||||||
|
|
||||||
if (!($plus)) { Move-Json -n "Plus", "AlignedCurationSavedIn" -t $Enable -f $Disable }
|
if (!($plus)) { Move-Json -n "Plus", "AlignedCurationSavedIn" -t $Enable -f $Disable }
|
||||||
|
|
||||||
if (!($topsearchbar)) {
|
if (!$topsearchbar -or [version]$offline -ge [version]"1.2.46.462") {
|
||||||
Move-Json -n "GlobalNavBar", "RecentSearchesDropdown" -t $Enable -f $Disable
|
Move-Json -n "GlobalNavBar" -t $Enable -f $Disable
|
||||||
$Custom.GlobalNavBar.value = "control"
|
$Custom.GlobalNavBar.value = "control"
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -1314,7 +1315,7 @@ function Helper($paramname) {
|
|||||||
$VarJs = $webjson.VariousJs
|
$VarJs = $webjson.VariousJs
|
||||||
|
|
||||||
|
|
||||||
if ($topsearchbar) {
|
if ($topsearchbar -or ([version]$offline -ne [version]"1.2.45.451" -and [version]$offline -ne [version]"1.2.45.454")) {
|
||||||
Remove-Json -j $VarJs -p "fixTitlebarHeight"
|
Remove-Json -j $VarJs -p "fixTitlebarHeight"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user