Skip to content

Commit

Permalink
version bump to 1.2.43.420
Browse files Browse the repository at this point in the history
  • Loading branch information
amd64fox committed Jul 30, 2024
1 parent 76fed67 commit 4f30ec8
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 4 deletions.
31 changes: 28 additions & 3 deletions patches/patches.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
"native_description": "Enable pick and shuffle",
"version": {
"fr": "1.1.85",
"to": ""
"to": "1.2.42"
}
},
"MusicLeavebehinds": {
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -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": ""
}
},
Expand Down Expand Up @@ -1556,11 +1583,9 @@
"to": ""
},
"match": [
"(?:prototype\\.)?bindClient(?:=function)?\\(\\w+\\)\\{",
"@\\w+\/gabo[^\"]+"
],
"replace": [
"${0}return;",
""
]
},
Expand Down
2 changes: 1 addition & 1 deletion run.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 4f30ec8

Please sign in to comment.