From 3bf6942a7deaf0149d252b8c7edea2706720b29d Mon Sep 17 00:00:00 2001 From: amd64fox <62529699+amd64fox@users.noreply.github.com> Date: Fri, 25 Jul 2025 22:55:13 +0300 Subject: [PATCH] version bump to 1.2.69.448 - enabled sleep timer - enabled context menu shortcuts - enabled tracklist columns sorting - fixed css rule submenudownload --- patches/patches.json | 29 ++++++++++++++++++++++++++++- run.ps1 | 2 +- 2 files changed, 29 insertions(+), 2 deletions(-) diff --git a/patches/patches.json b/patches/patches.json index b46580d..999e5f1 100644 --- a/patches/patches.json +++ b/patches/patches.json @@ -1546,6 +1546,33 @@ "fr": "1.2.67", "to": "" } + }, + "SleepTimer": { + "name": "enableSleepTimer", + "description": "Enable Sleep timer", + "native_description": "Enable Sleep timer", + "version": { + "fr": "1.2.69", + "to": "" + } + }, + "TracklistColumnsSorting": { + "name": "enableTracklistColumnsSorting", + "description": "Enable column reordering functionality in tracklists", + "native_description": "Enable column reordering functionality in tracklists", + "version": { + "fr": "1.2.69", + "to": "" + } + }, + "ContextMenuShortcuts": { + "name": "enableContextMenuShortcuts", + "description": "Enables inline keyboard shortcuts for common context menu items", + "native_description": "Enables inline keyboard shortcuts for common context menu items", + "version": { + "fr": "1.2.69", + "to": "" + } } }, "CustomExp": { @@ -2130,7 +2157,7 @@ "fr": "1.1.74", "to": "" }, - "add": " .pzkhLqffqF_4hucrVVQA, .egE6UQjF_UUoCzvMxREj {display:none}" + "add": " .pzkhLqffqF_4hucrVVQA, .egE6UQjF_UUoCzvMxREj, .Y98_oiegQgSpY_o7hoKG {display:none}" }, "veryhighstream": { "version": { diff --git a/run.ps1 b/run.ps1 index 118ee3a..1fbee84 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.68.528.g50f97d42-1008" + $onlineFull = "1.2.69.448.ge76b8882-741" } } else {