version bump to 1.2.65.255

- enabled scroll to current line button in lyrics
- enabled PiP settings
- enabled tooltip that shows a preview of the next item in queue
This commit is contained in:
amd64fox
2025-05-31 22:53:09 +03:00
parent aeb4b3d049
commit 3ea8683a6e
2 changed files with 38 additions and 1 deletions
+37
View File
@@ -617,6 +617,15 @@
"fr": "1.2.63", "fr": "1.2.63",
"to": "" "to": ""
} }
},
"Hpto": {
"name": "enableHpto",
"description": "Enable Hpto announcements on Home",
"native_description": "Enable Hpto announcements on Home",
"version": {
"fr": "1.2.65",
"to": ""
}
} }
}, },
"EnableExp": { "EnableExp": {
@@ -1492,6 +1501,24 @@
"fr": "1.2.56", "fr": "1.2.56",
"to": "" "to": ""
} }
},
"LyricsScrollToCurrentLineButton": {
"name": "enableLyricsScrollToCurrentLineButton",
"description": "Enable scroll to current line button in lyrics",
"native_description": "Enable scroll to current line button in lyrics",
"version": {
"fr": "1.2.65",
"to": ""
}
},
"PiPMiniPlayerSettings": {
"name": "enablePiPMiniPlayerSettings",
"description": "Enable PiP settings",
"native_description": "Enable PiP settings",
"version": {
"fr": "1.2.65",
"to": ""
}
} }
}, },
"CustomExp": { "CustomExp": {
@@ -1664,6 +1691,16 @@
"fr": "1.2.61", "fr": "1.2.61",
"to": "" "to": ""
} }
},
"SkipNextTooltip": {
"name": "enableSkipNextTooltip",
"description": "Enable tooltip that shows a preview of the next item in queue",
"native_description": "Enable tooltip that shows a preview of the next item in queue",
"value": "expanded",
"version": {
"fr": "1.2.65",
"to": ""
}
} }
}, },
"binary": { "binary": {
+1 -1
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.64.408.g0a9b557c-184" $onlineFull = "1.2.65.255.g85e641b4-609"
} }
} }
else { else {