diff --git a/patches/patches.json b/patches/patches.json index e5c6c9c..fbb0880 100644 --- a/patches/patches.json +++ b/patches/patches.json @@ -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": { @@ -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": { diff --git a/run.ps1 b/run.ps1 index 83aeb34..a761e59 100644 --- a/run.ps1 +++ b/run.ps1 @@ -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 {