From 20baf8c417d1ea1eaacbbdd1857a6357d3203bd1 Mon Sep 17 00:00:00 2001 From: Mykola Grymalyuk Date: Sun, 22 Jan 2023 21:13:30 -0700 Subject: [PATCH] Sync PatcherSupportPkg --- CHANGELOG.md | 4 ++-- resources/constants.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 796e133f0..76682e845 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,7 +16,7 @@ - ex. Booted OCLP is 0.5.2, root patcher is 0.5.3 - Disable native AMD Graphics on pre-Haswell Macs in Ventura - Allows for easy root patching, dropping reliance on Safe Mode to boot - - Primarily applicable for Mac Pros with AMD Polaris and Vega GPUs + - Primarily applicable for iMacs and Mac Pros with AMD Polaris and Vega GPUs - Implement mini validation during GUI build - Add early UHCI/OHCI support (USB1.1) - Implemented via Root Volume patching, ie. no installer support at this time @@ -47,7 +47,7 @@ - Settings -> Misc Settings -> APFS Trim - Increment Binaries: - OpenCorePkg 0.8.8 - release - - PatcherSupportPkg 0.8.0 - release + - PatcherSupportPkg 0.8.1 - release - KDKlessWorkaround 1.0.0 - rolling (4924276) - FeatureUnlock 1.1.2 - release - CPUFriend 1.2.6 - release diff --git a/resources/constants.py b/resources/constants.py index 7e8b33d2c..ed72c092c 100644 --- a/resources/constants.py +++ b/resources/constants.py @@ -13,7 +13,7 @@ class Constants: def __init__(self): # Patcher Versioning self.patcher_version = "0.6.0" # OpenCore-Legacy-Patcher - self.patcher_support_pkg_version = "0.8.0" # PatcherSupportPkg + self.patcher_support_pkg_version = "0.8.1" # PatcherSupportPkg self.url_patcher_support_pkg = "https://github.com/dortania/PatcherSupportPkg/releases/download/" self.nightly_url_patcher_support_pkg = "https://nightly.link/dortania/PatcherSupportPkg/workflows/build/master/" self.discord_link = "https://discord.gg/rqdPgH8xSN"