version bump to 1.2.59.510

- notifications are temporarily disabled
This commit is contained in:
amd64fox
2025-03-08 10:39:45 +03:00
parent 4539ea7821
commit 28ea2db0fe
2 changed files with 28 additions and 7 deletions

View File

@@ -590,6 +590,24 @@
"fr": "1.2.57", "fr": "1.2.57",
"to": "" "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": { "EnableExp": {
@@ -1562,23 +1580,23 @@
"to": "" "to": ""
} }
}, },
"AdsDismissInterval": { "AdsDismissTimeInterval": {
"name": "embeddedAdsDismissInterval", "name": "embeddedAdsDismissTimeInterval",
"description": "How long to wait (in seconds) before autodismissing embedded ad", "description": "How long to wait (in seconds) before autodismissing embedded ad",
"native_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", "value": "0",
"version": { "version": {
"fr": "1.2.58", "fr": "1.2.59",
"to": "" "to": ""
} }
}, },
"AdsViewsTimeInterval": { "AdsRefreshTimeInterval": {
"name": "embeddedAdsViewsTimeInterval", "name": "embeddedAdsRefreshTimeInterval",
"description": "How long to wait (in seconds) between each successful render of embedded ad", "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", "native_description": "How long to wait (in seconds) between each successful render of embedded ad",
"value": "99999", "value": "99999",
"version": { "version": {
"fr": "1.2.58", "fr": "1.2.59",
"to": "" "to": ""
} }
} }

View File

@@ -374,7 +374,7 @@ if (!($version -and $version -match $match_v)) {
} }
else { else {
# latest tested version for Win 10-12 # latest tested version for Win 10-12
$onlineFull = "1.2.58.498.g6afe77b7-407" $onlineFull = "1.2.59.510.gb8e30f45-144"
} }
} }
else { else {
@@ -1125,6 +1125,9 @@ function Helper($paramname) {
# temporarily disable collapsing right sidebar # temporarily disable collapsing right sidebar
Move-Json -n 'PeekNpv' -t $Enable -f $Disable 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 # 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 Move-Json -n 'TogglePlaylistColumns' -t $Enable -f $Disable