diff --git a/patches/patches.json b/patches/patches.json index 685c5fa..b6a436f 100644 --- a/patches/patches.json +++ b/patches/patches.json @@ -680,6 +680,24 @@ "fr": "1.2.70", "to": "" } + }, + "AgeAssuranceContent": { + "name": "enableAgeAssuranceContent", + "description": "Enables the age assurance feature for content aspects (e.g., switch to video)", + "native_description": "Enables the age assurance feature for content aspects (e.g., switch to video)", + "version": { + "fr": "1.2.77", + "to": "" + } + }, + "AgeAssuranceSocial": { + "name": "enableAgeAssuranceSocial", + "description": "Enables the age assurance feature for social aspects (e.g., comments, friend feed)", + "native_description": "Enables the age assurance feature for social aspects (e.g., comments, friend feed)", + "version": { + "fr": "1.2.77", + "to": "" + } } }, "EnableExp": { @@ -1562,7 +1580,7 @@ "native_description": "Enable scroll to current line button in lyrics", "version": { "fr": "1.2.65", - "to": "" + "to": "1.2.76" } }, "PiPMiniPlayerSettings": { @@ -2185,7 +2203,7 @@ "fr": "1.1.73", "to": "" }, - "match": "(permissionLevel:\"CONTRIBUTOR\".+?return)", + "match": "(permissionLevel:(?:\"CONTRIBUTOR\"|[\\w$]+)(?!\\s*=).+?return)", "replace": "$1 null;" }, "byspotx": { diff --git a/run.ps1 b/run.ps1 index a83cff0..0f72a8e 100644 --- a/run.ps1 +++ b/run.ps1 @@ -382,7 +382,7 @@ if (!($version -and $version -match $match_v)) { } else { # latest tested version for Win 10-12 - $onlineFull = "1.2.76.298.g2316a870-2" + $onlineFull = "1.2.77.358.g4339a634-545" } } else {