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"