From 2a179d3cf0d207cc7a8b4401eaea88b3c290a30e Mon Sep 17 00:00:00 2001 From: amd64fox <62529699+amd64fox@users.noreply.github.com> Date: Sat, 8 Aug 2026 14:03:04 +0300 Subject: [PATCH] version bump to 1.2.96 enable the redesigned context menu, canvas toggle, and video shelf previews --- patches/patches.json | 60 ++++++++++++++++++++++++++++++++++++++++++-- run.ps1 | 2 +- 2 files changed, 59 insertions(+), 3 deletions(-) diff --git a/patches/patches.json b/patches/patches.json index 1e28418..15e66d1 100644 --- a/patches/patches.json +++ b/patches/patches.json @@ -868,6 +868,30 @@ "fr": "1.2.95", "to": "" } + }, + "AdsSurfaceStateForAdOrchestration": { + "name": "useAdsSurfaceStateForAdOrchestration", + "description": "Use ads-owned NPV and cinema surface state for ad orchestration", + "version": { + "fr": "1.2.96", + "to": "" + } + }, + "HptoHarmonyVideoPlayer": { + "name": "enableHptoHarmonyVideoPlayer", + "description": "Enable the Harmony-based video player for HPTO home video ads, replacing the Betamax player", + "version": { + "fr": "1.2.96", + "to": "" + } + }, + "SidekickFeedbackBanner": { + "name": "enableSidekickFeedbackBanner", + "description": "Show the feedback banner in the Sidekick chat", + "version": { + "fr": "1.2.96", + "to": "" + } } }, "EnableExp": { @@ -1480,7 +1504,7 @@ "native_description": "Disable the Premium Only Modal", "version": { "fr": "1.2.39", - "to": "" + "to": "1.2.95" } }, "CenteredLayout": { @@ -1966,7 +1990,7 @@ "native_description": "Show video preference settings for users to control video playback types", "version": { "fr": "1.2.86", - "to": "" + "to": "1.2.95" } }, "VideoQualityEnabled": { @@ -2032,6 +2056,38 @@ "fr": "1.2.95", "to": "" } + }, + "ContextMenuLayoutV2": { + "name": "enableContextMenuLayoutV2", + "native_description": "Enables the Context Menu 2.0 layout", + "version": { + "fr": "1.2.96", + "to": "" + } + }, + "CanvasContextMenuToggle": { + "name": "enableCanvasContextMenuToggle", + "native_description": "Enables the Canvas context menu toggle", + "version": { + "fr": "1.2.96", + "to": "" + } + }, + "MusicVideos": { + "name": "enableMusicVideos", + "native_description": "Whether music videos are available for the current user. Override to true for supported products and markets", + "version": { + "fr": "1.2.96", + "to": "" + } + }, + "VideoShelfPreviews": { + "name": "enableVideoShelfPreviews", + "native_description": "Enable video previews on hover in video shelf cards", + "version": { + "fr": "1.2.96", + "to": "" + } } }, "CustomExp": { diff --git a/run.ps1 b/run.ps1 index a55f284..285588c 100644 --- a/run.ps1 +++ b/run.ps1 @@ -2,7 +2,7 @@ param ( [Parameter(HelpMessage = 'Latest recommended Spotify version for Windows 10+.')] - [string]$latest_full = "1.2.95", + [string]$latest_full = "1.2.96", [Parameter(HelpMessage = 'Latest supported Spotify version for Windows 7-8.1')] [string]$last_win7_full = "1.2.5.1006.g22820f93",