version bump to 1.2.39.578

This commit is contained in:
amd64fox
2024-06-02 11:49:42 +03:00
parent de92986bcc
commit e6beaab605
2 changed files with 47 additions and 1 deletions

View File

@@ -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": {

View File

@@ -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 {