diff --git a/CHANGELOG.md b/CHANGELOG.md index bf89fe32a..b1ad90d01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,10 +18,12 @@ - Allows for easy root patching, dropping reliance on Safe Mode to boot - Primarily applicable for Mac Pros with AMD Polaris and Vega GPUs - Increment Binaries: + - OpenCorePkg 0.8.8 - release - PatcherSupportPkg 0.7.3 - release - KDKlessWorkaround 1.0.0 - rolling (4924276) - - FeatureUnlock 1.1.2 - rolling (eee2846) + - FeatureUnlock 1.1.2 - release - CPUFriend 1.2.6 - release + - Lilu 1.6.3 - release ## 0.5.3 - Integrate FixPCIeLinkrate.efi v0.1.0 diff --git a/payloads/Kexts/Acidanthera/FeatureUnlock-v1.1.2-DEBUG.zip b/payloads/Kexts/Acidanthera/FeatureUnlock-v1.1.2-DEBUG.zip index dc2917011..a5f71c643 100644 Binary files a/payloads/Kexts/Acidanthera/FeatureUnlock-v1.1.2-DEBUG.zip and b/payloads/Kexts/Acidanthera/FeatureUnlock-v1.1.2-DEBUG.zip differ diff --git a/payloads/Kexts/Acidanthera/FeatureUnlock-v1.1.2-RELEASE.zip b/payloads/Kexts/Acidanthera/FeatureUnlock-v1.1.2-RELEASE.zip index 63b9cb0dc..faa916782 100644 Binary files a/payloads/Kexts/Acidanthera/FeatureUnlock-v1.1.2-RELEASE.zip and b/payloads/Kexts/Acidanthera/FeatureUnlock-v1.1.2-RELEASE.zip differ diff --git a/payloads/Kexts/Acidanthera/Lilu-v1.6.2-DEBUG.zip b/payloads/Kexts/Acidanthera/Lilu-v1.6.2-DEBUG.zip deleted file mode 100644 index eb86b856c..000000000 Binary files a/payloads/Kexts/Acidanthera/Lilu-v1.6.2-DEBUG.zip and /dev/null differ diff --git a/payloads/Kexts/Acidanthera/Lilu-v1.6.2-RELEASE.zip b/payloads/Kexts/Acidanthera/Lilu-v1.6.2-RELEASE.zip deleted file mode 100644 index b13965d65..000000000 Binary files a/payloads/Kexts/Acidanthera/Lilu-v1.6.2-RELEASE.zip and /dev/null differ diff --git a/payloads/Kexts/Acidanthera/Lilu-v1.6.3-DEBUG.zip b/payloads/Kexts/Acidanthera/Lilu-v1.6.3-DEBUG.zip new file mode 100644 index 000000000..679473f99 Binary files /dev/null and b/payloads/Kexts/Acidanthera/Lilu-v1.6.3-DEBUG.zip differ diff --git a/payloads/Kexts/Acidanthera/Lilu-v1.6.3-RELEASE.zip b/payloads/Kexts/Acidanthera/Lilu-v1.6.3-RELEASE.zip new file mode 100644 index 000000000..abe140083 Binary files /dev/null and b/payloads/Kexts/Acidanthera/Lilu-v1.6.3-RELEASE.zip differ diff --git a/payloads/Kexts/Acidanthera/WhateverGreen-v1.6.2-DEBUG.zip b/payloads/Kexts/Acidanthera/WhateverGreen-v1.6.2-DEBUG.zip deleted file mode 100644 index 0a7b4905c..000000000 Binary files a/payloads/Kexts/Acidanthera/WhateverGreen-v1.6.2-DEBUG.zip and /dev/null differ diff --git a/payloads/Kexts/Acidanthera/WhateverGreen-v1.6.2-RELEASE.zip b/payloads/Kexts/Acidanthera/WhateverGreen-v1.6.2-RELEASE.zip deleted file mode 100644 index f98e9fceb..000000000 Binary files a/payloads/Kexts/Acidanthera/WhateverGreen-v1.6.2-RELEASE.zip and /dev/null differ diff --git a/payloads/Kexts/Acidanthera/WhateverGreen-v1.6.3-DEBUG.zip b/payloads/Kexts/Acidanthera/WhateverGreen-v1.6.3-DEBUG.zip new file mode 100644 index 000000000..119cbbdb3 Binary files /dev/null and b/payloads/Kexts/Acidanthera/WhateverGreen-v1.6.3-DEBUG.zip differ diff --git a/payloads/Kexts/Acidanthera/WhateverGreen-v1.6.3-RELEASE.zip b/payloads/Kexts/Acidanthera/WhateverGreen-v1.6.3-RELEASE.zip new file mode 100644 index 000000000..1c15022d6 Binary files /dev/null and b/payloads/Kexts/Acidanthera/WhateverGreen-v1.6.3-RELEASE.zip differ diff --git a/payloads/OpenCore/OpenCore-DEBUG.zip b/payloads/OpenCore/OpenCore-DEBUG.zip index 4a14604ac..af32f5132 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 3f2bf87ee..0b6951b32 100644 Binary files a/payloads/OpenCore/OpenCore-RELEASE.zip and b/payloads/OpenCore/OpenCore-RELEASE.zip differ diff --git a/payloads/OpenCore/macserial b/payloads/OpenCore/macserial index af97aafe4..115c89f2c 100755 Binary files a/payloads/OpenCore/macserial and b/payloads/OpenCore/macserial differ diff --git a/payloads/OpenCore/ocvalidate b/payloads/OpenCore/ocvalidate index 2cfae4881..31aabf760 100755 Binary files a/payloads/OpenCore/ocvalidate and b/payloads/OpenCore/ocvalidate differ diff --git a/resources/constants.py b/resources/constants.py index b42c942e0..688a7d8f4 100644 --- a/resources/constants.py +++ b/resources/constants.py @@ -26,14 +26,14 @@ class Constants: # OpenCore Versioning # https://github.com/acidanthera/OpenCorePkg - self.opencore_commit = "10fc98f - 12-06-2022" - self.opencore_version = "0.8.7" + self.opencore_commit = "a753334 - 01-02-2023" + self.opencore_version = "0.8.8" # Kext Versioning ## Acidanthera ## https://github.com/acidanthera - self.lilu_version = "1.6.2" # Lilu - self.whatevergreen_version = "1.6.2" # WhateverGreen + self.lilu_version = "1.6.3" # Lilu + self.whatevergreen_version = "1.6.3" # WhateverGreen self.airportbcrmfixup_version = "2.1.6" # AirPortBrcmFixup self.nvmefix_version = "1.0.9" # NVMeFix self.applealc_version = "1.6.3" # AppleALC