From 15132daa81d3e68af379a9b022d9d52f80ea1fdd Mon Sep 17 00:00:00 2001 From: amd64fox <62529699+amd64fox@users.noreply.github.com> Date: Sun, 1 Feb 2026 20:12:33 +0300 Subject: [PATCH] version bump to 1.2.82.428 - enabled BPM and key (musical tonality) columns in playlists - enabled the force volume toggle when exclusive mode is enabled --- patches/patches.json | 24 ++++++++++++++++++++---- run.ps1 | 2 +- 2 files changed, 21 insertions(+), 5 deletions(-) diff --git a/patches/patches.json b/patches/patches.json index 84da2e9..da42d36 100644 --- a/patches/patches.json +++ b/patches/patches.json @@ -1534,7 +1534,7 @@ "native_description": "Enable new overlay scrollbars", "version": { "fr": "1.2.58", - "to": "" + "to": "1.2.81" } }, "FullscreenLibrary": { @@ -1678,7 +1678,7 @@ "native_description": "Enable users to react and reply to comments.", "version": { "fr": "1.2.74", - "to": "" + "to": "1.2.81" } }, "ExcludeTrackFromTasteProfile": { @@ -1752,6 +1752,14 @@ "to": "" } }, + "ForceVolumeInExclusiveMode": { + "name": "enableForceVolumeInExclusiveMode", + "native_description": "Enables the force volume toggle when exclusive mode is enabled", + "version": { + "fr": "1.2.82", + "to": "" + } + }, "ListPrivateByDefaultSetting": { "name": "enableListPrivateByDefaultSetting", "native_description": "Enable List Private By Default setting in Desktop Social Settings", @@ -1795,6 +1803,14 @@ "fr": "1.2.77", "to": "" } + }, + "PlaylistExtenderBpmKey": { + "name": "enablePlaylistExtenderBpmKey", + "native_description": "Enable BPM and key columns in playlist recommendations", + "version": { + "fr": "1.2.82", + "to": "" + } } }, "CustomExp": { @@ -1925,7 +1941,7 @@ "value": "your_library", "version": { "fr": "1.2.57", - "to": "" + "to": "1.2.81" } }, "AdsDismissTimeInterval": { @@ -2288,7 +2304,7 @@ "collaboration": { "version": { "fr": "1.1.74", - "to": "" + "to": "1.2.82" }, "match": "[\\w$]+\\??\\.canAdministratePermissions(\\W.*?\"permissions\\.invite-collaborators\")", "replace": "false$1" diff --git a/run.ps1 b/run.ps1 index ed49c31..94a93aa 100644 --- a/run.ps1 +++ b/run.ps1 @@ -416,7 +416,7 @@ if (!($version -and $version -match $match_v)) { } else { # latest tested version for Win 10-12 - $onlineFull = "1.2.81.264.gb4ad4efa-1866" + $onlineFull = "1.2.82.428.g0ac8be2b-1220" } } else {