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",
"version": {
"fr": "1.1.85",
"to": ""
"to": "1.2.42"
}
},
"MusicLeavebehinds": {
@@ -464,6 +464,15 @@
"fr": "1.1.84",
"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": {
@@ -896,6 +905,24 @@
"native_description": "Enable context menu action to ban/unban artists",
"version": {
"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": ""
}
},
@@ -1556,11 +1583,9 @@
"to": ""
},
"match": [
"(?:prototype\\.)?bindClient(?:=function)?\\(\\w+\\)\\{",
"@\\w+\/gabo[^\"]+"
],
"replace": [
"${0}return;",
""
]
},

View File

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