From dbd120b458aeb6c8bb97c52a1f5e723d96e8d862 Mon Sep 17 00:00:00 2001 From: amd64fox <62529699+amd64fox@users.noreply.github.com> Date: Thu, 16 Oct 2025 11:26:24 +0300 Subject: [PATCH] version bump to 1.2.75.391 - notification center is back in 1.2.65+ --- patches/patches.json | 2 +- run.ps1 | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/patches/patches.json b/patches/patches.json index 2583809..f03b544 100644 --- a/patches/patches.json +++ b/patches/patches.json @@ -1147,7 +1147,7 @@ "description": "Enables notification center for desktop & web", "native_description": "Enables notification center for desktop & web", "version": { - "fr": "1.2.30", + "fr": "1.2.75", "to": "" } }, diff --git a/run.ps1 b/run.ps1 index 9fec0d4..26767d1 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.74.477.g3be53afe-1297" + $onlineFull = "1.2.75.391.g6c85102e-2109" } } else { @@ -1147,9 +1147,6 @@ function Helper($paramname) { # temporarily disable collapsing right sidebar Move-Json -n 'PeekNpv' -t $Enable -f $Disable - - # notifications are temporarily disabled - Move-Json -n 'NotificationCenter' -t $Enable -f $Disable if ($podcast_off) { Move-Json -n 'HomePin' -t $Enable -f $Disable }