Skip to content

Commit

Permalink
version bump to 1.2.36.955
Browse files Browse the repository at this point in the history
  • Loading branch information
amd64fox committed Apr 20, 2024
1 parent a4e0c4c commit 7ac0d40
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
15 changes: 12 additions & 3 deletions patches/patches.json
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,15 @@
"fr": "1.2.34",
"to": ""
}
},
"enableLyricsUpsell": {
"name": "LyricsUpsell",
"description": "Enable Lyrics Upsell",
"native_description": "Enable Lyrics Upsell",
"version": {
"fr": "1.2.36",
"to": ""
}
}
},
"EnableExp": {
Expand Down Expand Up @@ -923,7 +932,7 @@
"native_description": "New Connect Bar without arrow and clickable elements",
"version": {
"fr": "1.2.14",
"to": ""
"to": "1.2.35"
}
},
"ResizableTracklistColumns": {
Expand Down Expand Up @@ -1432,7 +1441,7 @@
},
"match": [
"(:hover{color:var)\\(--lyrics-color-active\\)",
"(kGR_hu4tdj9PnUlSPaRL{color:var)\\(--lyrics-color-inactive\\)"
"((?:kGR_hu4tdj9PnUlSPaRL|LomBcMvfM8AEmZGquAdj){color:var)\\(--lyrics-color-inactive\\)"
],
"replace": [
"$1(--lyrics-color-hover)!important",
Expand Down Expand Up @@ -1581,7 +1590,7 @@
"fr": "1.2.30",
"to": ""
},
"add": " .weV_qxFz4gF5sPotO10y:has([for=\"desktop.settings.downloadQuality\"]) {display: none}"
"add": " .weV_qxFz4gF5sPotO10y, .BMtRRwqaJD_95vJFMFD0:has([for=\"desktop.settings.downloadQuality\"]) {display: none}"
},
"downloadicon": {
"version": {
Expand Down
2 changes: 1 addition & 1 deletion run.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ if (!($version -and $version -match $match_v)) {
}
else {
# Recommended version for Win 10-12
$onlineFull = "1.2.35.663.gb699649e-6892"
$onlineFull = "1.2.36.955.gd8cc9372-8290"
}
}
else {
Expand Down

0 comments on commit 7ac0d40

Please sign in to comment.