version bump to 1.2.60.564

- fixed minibar color for lyric themes
- enabled reverse sort direction in library
This commit is contained in:
amd64fox
2025-03-22 14:38:23 +03:00
parent 06617a3e49
commit c405f2666b
3 changed files with 35 additions and 11 deletions

View File

@@ -10,6 +10,10 @@
--lyrics-color-background: var(--background) !important; --lyrics-color-background: var(--background) !important;
} }
.Ai_McRq9wJEYK21w8nX_.gpDSOimnzH4zTJmE7UR5.I2WIloMMjsBeMaIS8H3v.Rp8WpXLxe4HlMlQ79OLY {
background-color: #1f1f1f !important;
}
/* lyrics description */ /* lyrics description */
.ebHsEf.I4K12o0qDoITOLr2AEs0, .ebHsEf.I4K12o0qDoITOLr2AEs0,
.ebHsEf.OYiGFGZJDIZ4FF4ZTDK2, .ebHsEf.OYiGFGZJDIZ4FF4ZTDK2,

View File

@@ -599,15 +599,6 @@
"fr": "1.2.59", "fr": "1.2.59",
"to": "" "to": ""
} }
},
"ChecklistBasedOnboarding": {
"name": "enableChecklistBasedOnboarding",
"description": "Enable checklist-based onboarding",
"native_description": "Enable checklist-based onboarding",
"version": {
"fr": "1.2.59",
"to": ""
}
} }
}, },
"EnableExp": { "EnableExp": {
@@ -1447,6 +1438,15 @@
"fr": "1.2.56", "fr": "1.2.56",
"to": "" "to": ""
} }
},
"YlxReverseSorting": {
"name": "enableYlxReverseSorting",
"description": "Enable reverse sort direction in Your Library",
"native_description": "Enable reverse sort direction in Your Library",
"version": {
"fr": "1.2.60",
"to": ""
}
} }
}, },
"CustomExp": { "CustomExp": {
@@ -1599,6 +1599,26 @@
"fr": "1.2.59", "fr": "1.2.59",
"to": "" "to": ""
} }
},
"DesktopOnboardingChecklist": {
"name": "enableDesktopOnboardingChecklist",
"description": "Enable checklist-based onboarding",
"native_description": "Enable checklist-based onboarding",
"value": "control",
"version": {
"fr": "1.2.60",
"to": ""
}
},
"SpotifyOnboardingChecklist": {
"name": "enableSpotifyOnboardingChecklist",
"description": "Enable checklist-based onboarding",
"native_description": "Enable checklist-based onboarding",
"value": "control",
"version": {
"fr": "1.2.60",
"to": ""
}
} }
}, },
"binary": { "binary": {

View File

@@ -378,7 +378,7 @@ if (!($version -and $version -match $match_v)) {
} }
else { else {
# latest tested version for Win 10-12 # latest tested version for Win 10-12
$onlineFull = "1.2.59.518.g42b3652d-247" $onlineFull = "1.2.60.564.gcc6305cb-914"
} }
} }
else { else {