From 71424e4c6d32ee7ad4cc025c6b25da4957288e3c Mon Sep 17 00:00:00 2001 From: Mykola Grymalyuk Date: Mon, 16 May 2022 12:42:01 -0600 Subject: [PATCH] Sync PatcherSupportPkg --- CHANGELOG.md | 5 +++++ resources/constants.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff4971ca4..41d74461c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,11 @@ - Add error handling to non-standard/malformed OpenCore Boot Path - Non-Metal Enhancements: - Add work-around to double clock bug introduced in macOS 12.4 + - Resolve non-functioning Dismiss buttons bug introduced in macOS 12.4 + - Refresh Status Bar when item length changes + - Add smoother transition for auto appearance +- Increment Binaries: + - PatcherSupportPkg 0.4.1 - release ## 0.4.4 - Lower SIP requirement for Root Patching diff --git a/resources/constants.py b/resources/constants.py index 08b48bef0..1f778e043 100644 --- a/resources/constants.py +++ b/resources/constants.py @@ -15,7 +15,7 @@ class Constants: def __init__(self): # Patcher Versioning self.patcher_version = "0.4.5" # OpenCore-Legacy-Patcher - self.patcher_support_pkg_version = "0.4.0" # PatcherSupportPkg + self.patcher_support_pkg_version = "0.4.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"