mirror of
https://github.com/SpotX-Official/SpotX.git
synced 2026-04-23 11:30:19 +10:00
version bump to 1.2.59.510
- notifications are temporarily disabled
This commit is contained in:
@@ -590,6 +590,24 @@
|
||||
"fr": "1.2.57",
|
||||
"to": ""
|
||||
}
|
||||
},
|
||||
"AdCountUi": {
|
||||
"name": "enableAdCountUi",
|
||||
"description": "Enable ad count feedback in NPV",
|
||||
"native_description": "Enable ad count feedback in NPV",
|
||||
"version": {
|
||||
"fr": "1.2.59",
|
||||
"to": ""
|
||||
}
|
||||
},
|
||||
"ChecklistBasedOnboarding": {
|
||||
"name": "enableChecklistBasedOnboarding",
|
||||
"description": "Enable checklist-based onboarding",
|
||||
"native_description": "Enable checklist-based onboarding",
|
||||
"version": {
|
||||
"fr": "1.2.59",
|
||||
"to": ""
|
||||
}
|
||||
}
|
||||
},
|
||||
"EnableExp": {
|
||||
@@ -1562,23 +1580,23 @@
|
||||
"to": ""
|
||||
}
|
||||
},
|
||||
"AdsDismissInterval": {
|
||||
"name": "embeddedAdsDismissInterval",
|
||||
"AdsDismissTimeInterval": {
|
||||
"name": "embeddedAdsDismissTimeInterval",
|
||||
"description": "How long to wait (in seconds) before autodismissing embedded ad",
|
||||
"native_description": "How long to wait (in seconds) before autodismissing embedded ad",
|
||||
"value": "0",
|
||||
"version": {
|
||||
"fr": "1.2.58",
|
||||
"fr": "1.2.59",
|
||||
"to": ""
|
||||
}
|
||||
},
|
||||
"AdsViewsTimeInterval": {
|
||||
"name": "embeddedAdsViewsTimeInterval",
|
||||
"AdsRefreshTimeInterval": {
|
||||
"name": "embeddedAdsRefreshTimeInterval",
|
||||
"description": "How long to wait (in seconds) between each successful render of embedded ad",
|
||||
"native_description": "How long to wait (in seconds) between each successful render of embedded ad",
|
||||
"value": "99999",
|
||||
"version": {
|
||||
"fr": "1.2.58",
|
||||
"fr": "1.2.59",
|
||||
"to": ""
|
||||
}
|
||||
}
|
||||
|
||||
5
run.ps1
5
run.ps1
@@ -374,7 +374,7 @@ if (!($version -and $version -match $match_v)) {
|
||||
}
|
||||
else {
|
||||
# latest tested version for Win 10-12
|
||||
$onlineFull = "1.2.58.498.g6afe77b7-407"
|
||||
$onlineFull = "1.2.59.510.gb8e30f45-144"
|
||||
}
|
||||
}
|
||||
else {
|
||||
@@ -1125,6 +1125,9 @@ function Helper($paramname) {
|
||||
# temporarily disable collapsing right sidebar
|
||||
Move-Json -n 'PeekNpv' -t $Enable -f $Disable
|
||||
|
||||
# notifications are temporarily disabled
|
||||
Move-Json -n 'NotificationCenter' -t $Enable -f $Disable
|
||||
|
||||
# ability to toggle the visibility of the playlist column is temporarily disabled because it does not save its state
|
||||
Move-Json -n 'TogglePlaylistColumns' -t $Enable -f $Disable
|
||||
|
||||
|
||||
Reference in New Issue
Block a user