From 553c42e5ed9cce6b29e5cb73c35c471b0226085b Mon Sep 17 00:00:00 2001 From: amd64fox <62529699+amd64fox@users.noreply.github.com> Date: Wed, 5 Nov 2025 16:27:22 +0300 Subject: [PATCH] version bump to 1.2.76.297 --- patches/patches.json | 9 +++++++++ run.ps1 | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/patches/patches.json b/patches/patches.json index f03b544..b306be9 100644 --- a/patches/patches.json +++ b/patches/patches.json @@ -1681,6 +1681,15 @@ "fr": "1.2.32", "to": "" } + }, + "Tiltable3DArtwork": { + "name": "enableTiltable3DArtwork", + "description": "Enable tiltable 3D parallax effect on artwork (Cinema Mode and Cover Art Modal)", + "native_description": "Enable tiltable 3D parallax effect on artwork (Cinema Mode and Cover Art Modal)", + "version": { + "fr": "1.2.7", + "to": "" + } } }, "CustomExp": { diff --git a/run.ps1 b/run.ps1 index 02bdbc0..50a1ced 100644 --- a/run.ps1 +++ b/run.ps1 @@ -382,7 +382,7 @@ if (!($version -and $version -match $match_v)) { } else { # latest tested version for Win 10-12 - $onlineFull = "1.2.75.510.g8f748905-369" + $onlineFull = "1.2.76.297.ga70a30a3-4" } } else {