Skip to content

Commit

Permalink
version bump to 1.2.39.578
Browse files Browse the repository at this point in the history
  • Loading branch information
amd64fox committed Jun 2, 2024
1 parent de92986 commit e6beaab
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 1 deletion.
46 changes: 46 additions & 0 deletions patches/patches.json
Original file line number Diff line number Diff line change
Expand Up @@ -1042,6 +1042,42 @@
"fr": "1.2.37",
"to": ""
}
},
"SharingButtonOnMiniPlayer": {
"name": "enableSharingButtonOnMiniPlayer",
"description": "Enables sharing button on MiniPlayer (this also moves the (+) icon close to the title)",
"native_description": "Enables sharing button on MiniPlayer (this also moves the (+) icon close to the title)",
"version": {
"fr": "1.2.39",
"to": ""
}
},
"PrereleaseRadar": {
"name": "enablePrereleaseRadar",
"description": "Show a curated list of upcoming albums to a user",
"native_description": "Show a curated list of upcoming albums to a user",
"version": {
"fr": "1.2.39",
"to": ""
}
},
"PremiumOnlyModal": {
"name": "disablePremiumOnlyModal",
"description": "Disable the Premium Only Modal",
"native_description": "Disable the Premium Only Modal",
"version": {
"fr": "1.2.39",
"to": ""
}
},
"CenteredLayout": {
"name": "enableCenteredLayout",
"description": "Enable centered in 'what's new'",
"native_description": "Enable centered layout",
"version": {
"fr": "1.2.39",
"to": ""
}
}
},
"CustomExp": {
Expand Down Expand Up @@ -1154,6 +1190,16 @@
"fr": "1.2.33",
"to": ""
}
},
"shareButtonPositioning": {
"name": "shareButtonPositioning",
"description": "Share button positioning in NPV",
"native_description": "Share button positioning in NPV",
"value": "NPV_ALWAYS_VISIBLE",
"version": {
"fr": "1.2.39",
"to": ""
}
}
},
"binary": {
Expand Down
2 changes: 1 addition & 1 deletion run.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ if (!($version -and $version -match $match_v)) {
}
else {
# Recommended version for Win 10-12
$onlineFull = "1.2.38.720.ga4a70a0e-1222"
$onlineFull = "1.2.39.578.g0ea3f38b-107"
}
}
else {
Expand Down

0 comments on commit e6beaab

Please sign in to comment.