version bump to 1.2.77.358

This commit is contained in:
amd64fox
2025-11-20 23:28:52 +03:00
parent bf78e900b6
commit 50138858fa
2 changed files with 21 additions and 3 deletions

View File

@@ -680,6 +680,24 @@
"fr": "1.2.70", "fr": "1.2.70",
"to": "" "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": { "EnableExp": {
@@ -1562,7 +1580,7 @@
"native_description": "Enable scroll to current line button in lyrics", "native_description": "Enable scroll to current line button in lyrics",
"version": { "version": {
"fr": "1.2.65", "fr": "1.2.65",
"to": "" "to": "1.2.76"
} }
}, },
"PiPMiniPlayerSettings": { "PiPMiniPlayerSettings": {
@@ -2185,7 +2203,7 @@
"fr": "1.1.73", "fr": "1.1.73",
"to": "" "to": ""
}, },
"match": "(permissionLevel:\"CONTRIBUTOR\".+?return)", "match": "(permissionLevel:(?:\"CONTRIBUTOR\"|[\\w$]+)(?!\\s*=).+?return)",
"replace": "$1 null;" "replace": "$1 null;"
}, },
"byspotx": { "byspotx": {

View File

@@ -382,7 +382,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.76.298.g2316a870-2" $onlineFull = "1.2.77.358.g4339a634-545"
} }
} }
else { else {