From d2f652b73e00481a0613edfd85c6fee31c09a412 Mon Sep 17 00:00:00 2001 From: amd64fox <62529699+amd64fox@users.noreply.github.com> Date: Wed, 14 Jan 2026 03:16:22 +0300 Subject: [PATCH] version bump to 1.2.81.264 --- patches/patches.json | 19 +++++++++++++------ run.ps1 | 4 ++-- 2 files changed, 15 insertions(+), 8 deletions(-) diff --git a/patches/patches.json b/patches/patches.json index 1bcdb20..84da2e9 100644 --- a/patches/patches.json +++ b/patches/patches.json @@ -1770,21 +1770,28 @@ }, "MagpiePrompting": { "name": "enableMagpiePrompting", - "version": { + "version": { "fr": "1.2.77", "to": "" } }, "MagpieScheduling": { "name": "enableMagpieScheduling", - "version": { + "version": { "fr": "1.2.77", "to": "" } }, + "MagpieCuration": { + "name": "enableMagpieCuration", + "version": { + "fr": "1.2.81", + "to": "" + } + }, "Magpie": { "name": "enableMagpie", - "version": { + "version": { "fr": "1.2.77", "to": "" } @@ -2280,11 +2287,11 @@ }, "collaboration": { "version": { - "fr": "1.1.73", + "fr": "1.1.74", "to": "" }, - "match": "(permissionLevel:(?:\"CONTRIBUTOR\"|[\\w$]+)(?!\\s*=).+?return)", - "replace": "$1 null;" + "match": "[\\w$]+\\??\\.canAdministratePermissions(\\W.*?\"permissions\\.invite-collaborators\")", + "replace": "false$1" }, "byspotx": { "add": "// Patched by SpotX" diff --git a/run.ps1 b/run.ps1 index f03bdb1..ed49c31 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.80.349.g2efc88b5-968" + $onlineFull = "1.2.81.264.gb4ad4efa-1866" } } else { @@ -1235,7 +1235,7 @@ function Helper($paramname) { } } } - if (!$premium) { Remove-Json -j $Enable -p 'RemoteDownloads', 'Magpie', 'MagpiePrompting', 'MagpieScheduling' } + if (!$premium) { Remove-Json -j $Enable -p 'RemoteDownloads', 'Magpie', 'MagpiePrompting', 'MagpieScheduling', 'MagpieCuration' } # Disable unimportant exp if ($exp_spotify) {