diff --git a/CHANGELOG.md b/CHANGELOG.md index a5f40e503..e1fc590d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,9 @@ - Resolve Electron Crashing with SIP lowered on 12.3 - Adds `ipc_control_port_options=0` boot argument - Unknown whether this is a "bug" or intentional from Apple, affects native Macs with SIP disabled +- Resolve Catalyst crashing after 1200 seconds on non-Metal +- Increment Binaries: + - PatcherSupportPkg 0.3.6 - release ## 0.4.3 - Increment Binaries: diff --git a/resources/constants.py b/resources/constants.py index e4742f5bc..4bed0bbbe 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.4" # OpenCore-Legacy-Patcher - self.patcher_support_pkg_version = "0.3.4" # PatcherSupportPkg + self.patcher_support_pkg_version = "0.3.6" # 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"