From 3ea8683a6e1b5ffd3f89c2a4f49d26d03688b447 Mon Sep 17 00:00:00 2001 From: amd64fox <62529699+amd64fox@users.noreply.github.com> Date: Sat, 31 May 2025 22:53:09 +0300 Subject: [PATCH] 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 --- patches/patches.json | 37 +++++++++++++++++++++++++++++++++++++ run.ps1 | 2 +- 2 files changed, 38 insertions(+), 1 deletion(-) diff --git a/patches/patches.json b/patches/patches.json index 858611b..4929401 100644 --- a/patches/patches.json +++ b/patches/patches.json @@ -617,6 +617,15 @@ "fr": "1.2.63", "to": "" } + }, + "Hpto": { + "name": "enableHpto", + "description": "Enable Hpto announcements on Home", + "native_description": "Enable Hpto announcements on Home", + "version": { + "fr": "1.2.65", + "to": "" + } } }, "EnableExp": { @@ -1492,6 +1501,24 @@ "fr": "1.2.56", "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": { @@ -1664,6 +1691,16 @@ "fr": "1.2.61", "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": { diff --git a/run.ps1 b/run.ps1 index f90ceb8..329896f 100644 --- a/run.ps1 +++ b/run.ps1 @@ -378,7 +378,7 @@ if (!($version -and $version -match $match_v)) { } else { # latest tested version for Win 10-12 - $onlineFull = "1.2.64.408.g0a9b557c-184" + $onlineFull = "1.2.65.255.g85e641b4-609" } } else {