diff --git a/patches/patches.json b/patches/patches.json index 157f62f..1def446 100644 --- a/patches/patches.json +++ b/patches/patches.json @@ -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": "" } } diff --git a/run.ps1 b/run.ps1 index c322134..07dbd44 100644 --- a/run.ps1 +++ b/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