version bump to 1.2.43.420

This commit is contained in:
amd64fox
2024-07-30 20:51:43 +03:00
parent 76fed67660
commit 4f30ec8d1f
2 changed files with 29 additions and 4 deletions

View File

@@ -102,7 +102,7 @@
"native_description": "Enable pick and shuffle", "native_description": "Enable pick and shuffle",
"version": { "version": {
"fr": "1.1.85", "fr": "1.1.85",
"to": "" "to": "1.2.42"
} }
}, },
"MusicLeavebehinds": { "MusicLeavebehinds": {
@@ -464,6 +464,15 @@
"fr": "1.1.84", "fr": "1.1.84",
"to": "1.2.25" "to": "1.2.25"
} }
},
"enableSurveyAds": {
"name": "enableEnhancePlaylistProd",
"description": "Enable Spotify Brand Lift (SBL) Surveys in the NPV",
"native_description": "Enable Spotify Brand Lift (SBL) Surveys in the NPV",
"version": {
"fr": "1.2.43",
"to": ""
}
} }
}, },
"EnableExp": { "EnableExp": {
@@ -896,6 +905,24 @@
"native_description": "Enable context menu action to ban/unban artists", "native_description": "Enable context menu action to ban/unban artists",
"version": { "version": {
"fr": "1.2.27", "fr": "1.2.27",
"to": "1.2.42"
}
},
"ArtistBans": {
"name": "enableArtistBans",
"description": "Enable context menu action to ban/unban artists",
"native_description": "Enable context menu action to ban/unban artists",
"version": {
"fr": "1.2.43",
"to": ""
}
},
"LyricsFullAvailabilityCheck": {
"name": "enableLyricsFullAvailabilityCheck",
"description": "Enable full availability check before showing the mic button for lyrics",
"native_description": "Enable full availability check before showing the mic button for lyrics",
"version": {
"fr": "1.2.43",
"to": "" "to": ""
} }
}, },
@@ -1556,11 +1583,9 @@
"to": "" "to": ""
}, },
"match": [ "match": [
"(?:prototype\\.)?bindClient(?:=function)?\\(\\w+\\)\\{",
"@\\w+\/gabo[^\"]+" "@\\w+\/gabo[^\"]+"
], ],
"replace": [ "replace": [
"${0}return;",
"" ""
] ]
}, },

View File

@@ -360,7 +360,7 @@ if (!($version -and $version -match $match_v)) {
} }
else { else {
# Recommended version for Win 10-12 # Recommended version for Win 10-12
$onlineFull = "1.2.42.290.g242057a2-3493" $onlineFull = "1.2.43.420.gc7b23f70-4702"
} }
} }
else { else {