diff --git a/CHANGELOG.md b/CHANGELOG.md index bd075c7c8..3c506b9b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ ## 1.4.0 - Refactor subprocess invocations +- Resolve RecoveryOS support (Regression resolved in OpenCorePkg) +- Increment binaries: + - OpenCorePkg 0.9.7 - release ## 1.3.0 - Resolve mismatched `CFBundleExecutable` and binary name for kexts. diff --git a/payloads/OpenCore/OpenCore-DEBUG.zip b/payloads/OpenCore/OpenCore-DEBUG.zip index c2647a605..65b3441cc 100644 Binary files a/payloads/OpenCore/OpenCore-DEBUG.zip and b/payloads/OpenCore/OpenCore-DEBUG.zip differ diff --git a/payloads/OpenCore/OpenCore-RELEASE.zip b/payloads/OpenCore/OpenCore-RELEASE.zip index a2c305720..72c29b41e 100644 Binary files a/payloads/OpenCore/OpenCore-RELEASE.zip and b/payloads/OpenCore/OpenCore-RELEASE.zip differ diff --git a/payloads/OpenCore/ocvalidate b/payloads/OpenCore/ocvalidate index f07e0170e..d6c924b1d 100755 Binary files a/payloads/OpenCore/ocvalidate and b/payloads/OpenCore/ocvalidate differ diff --git a/resources/constants.py b/resources/constants.py index 24af4fed1..05acdca6a 100644 --- a/resources/constants.py +++ b/resources/constants.py @@ -28,7 +28,7 @@ class Constants: # OpenCore Versioning # https://github.com/acidanthera/OpenCorePkg - self.opencore_version: str = "0.9.6" + self.opencore_version: str = "0.9.7" # Kext Versioning ## Acidanthera