diff --git a/CHANGELOG.md b/CHANGELOG.md index b8e47d407..c6d1c17c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,10 @@ - Avoids accidental use of non-Metal Web Drivers on Kepler GPUs - Resolve silent auto patcher crash when new OCLP version is available - Implement [`py_sip_xnu`](https://github.com/khronokernel/py_sip_xnu) module +- Increment Binaries: + - OpenCorePkg 0.8.7 - release + - FeatureUnlock 1.1.1 - release + - WhateverGreen 1.6.2 - release ## 0.5.2 - Ventura Specific Updates: diff --git a/payloads/Config/config.plist b/payloads/Config/config.plist index 90059b1c3..39bedb777 100644 --- a/payloads/Config/config.plist +++ b/payloads/Config/config.plist @@ -1977,6 +1977,8 @@ 0 HibernateMode Auto + HibernateSkipsPicker + HideAuxiliary LauncherPath @@ -1994,7 +1996,7 @@ PollAppleHotKeys ShowPicker - SkipOnHibernateWake + TakeoffDelay 0 Timeout diff --git a/payloads/Kexts/Acidanthera/FeatureUnlock-v1.1.0-DEBUG.zip b/payloads/Kexts/Acidanthera/FeatureUnlock-v1.1.0-DEBUG.zip deleted file mode 100644 index 0007d4c7a..000000000 Binary files a/payloads/Kexts/Acidanthera/FeatureUnlock-v1.1.0-DEBUG.zip and /dev/null differ diff --git a/payloads/Kexts/Acidanthera/FeatureUnlock-v1.1.0-RELEASE.zip b/payloads/Kexts/Acidanthera/FeatureUnlock-v1.1.0-RELEASE.zip deleted file mode 100644 index 50fa92a56..000000000 Binary files a/payloads/Kexts/Acidanthera/FeatureUnlock-v1.1.0-RELEASE.zip and /dev/null differ diff --git a/payloads/Kexts/Acidanthera/FeatureUnlock-v1.1.1-DEBUG.zip b/payloads/Kexts/Acidanthera/FeatureUnlock-v1.1.1-DEBUG.zip new file mode 100644 index 000000000..e77d42a44 Binary files /dev/null and b/payloads/Kexts/Acidanthera/FeatureUnlock-v1.1.1-DEBUG.zip differ diff --git a/payloads/Kexts/Acidanthera/FeatureUnlock-v1.1.1-RELEASE.zip b/payloads/Kexts/Acidanthera/FeatureUnlock-v1.1.1-RELEASE.zip new file mode 100644 index 000000000..429a9c239 Binary files /dev/null and b/payloads/Kexts/Acidanthera/FeatureUnlock-v1.1.1-RELEASE.zip differ diff --git a/payloads/Kexts/Acidanthera/WhateverGreen-v1.6.1-DEBUG.zip b/payloads/Kexts/Acidanthera/WhateverGreen-v1.6.1-DEBUG.zip deleted file mode 100644 index aa7bb68b5..000000000 Binary files a/payloads/Kexts/Acidanthera/WhateverGreen-v1.6.1-DEBUG.zip and /dev/null differ diff --git a/payloads/Kexts/Acidanthera/WhateverGreen-v1.6.1-RELEASE.zip b/payloads/Kexts/Acidanthera/WhateverGreen-v1.6.1-RELEASE.zip deleted file mode 100644 index a70e86f29..000000000 Binary files a/payloads/Kexts/Acidanthera/WhateverGreen-v1.6.1-RELEASE.zip and /dev/null differ diff --git a/payloads/Kexts/Acidanthera/WhateverGreen-v1.6.2-DEBUG.zip b/payloads/Kexts/Acidanthera/WhateverGreen-v1.6.2-DEBUG.zip new file mode 100644 index 000000000..0a7b4905c Binary files /dev/null and b/payloads/Kexts/Acidanthera/WhateverGreen-v1.6.2-DEBUG.zip differ diff --git a/payloads/Kexts/Acidanthera/WhateverGreen-v1.6.2-RELEASE.zip b/payloads/Kexts/Acidanthera/WhateverGreen-v1.6.2-RELEASE.zip new file mode 100644 index 000000000..f98e9fceb Binary files /dev/null and b/payloads/Kexts/Acidanthera/WhateverGreen-v1.6.2-RELEASE.zip differ diff --git a/payloads/OpenCore/OpenCore-DEBUG.zip b/payloads/OpenCore/OpenCore-DEBUG.zip index 28d6da804..81f3f0f13 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 39543ee4f..d4b8b0726 100644 Binary files a/payloads/OpenCore/OpenCore-RELEASE.zip and b/payloads/OpenCore/OpenCore-RELEASE.zip differ diff --git a/payloads/Tools/ocvalidate-0.8.7 b/payloads/Tools/ocvalidate-0.8.7 index 8b129a81a..2cfae4881 100755 Binary files a/payloads/Tools/ocvalidate-0.8.7 and b/payloads/Tools/ocvalidate-0.8.7 differ diff --git a/resources/build/misc.py b/resources/build/misc.py index 1af07b72a..7cfaff823 100644 --- a/resources/build/misc.py +++ b/resources/build/misc.py @@ -218,7 +218,7 @@ class build_misc: if self.constants.showpicker is False: print("- Hiding OpenCore picker") - self.config["Misc"]["Boot"]["ShowPicker"] = "Never" + self.config["Misc"]["Boot"]["ShowPicker"] = False if self.constants.oc_timeout != 5: print(f"- Setting custom OpenCore picker timeout to {self.constants.oc_timeout} seconds") diff --git a/resources/constants.py b/resources/constants.py index b1e239152..4bbe53e8b 100644 --- a/resources/constants.py +++ b/resources/constants.py @@ -26,19 +26,19 @@ class Constants: # OpenCore Versioning # https://github.com/acidanthera/OpenCorePkg - self.opencore_commit = "5061093 - 11-16-2022" + self.opencore_commit = "10fc98f - 12-06-2022" self.opencore_version = "0.8.7" # Kext Versioning ## Acidanthera ## https://github.com/acidanthera self.lilu_version = "1.6.2" # Lilu - self.whatevergreen_version = "1.6.1" # WhateverGreen + self.whatevergreen_version = "1.6.2" # WhateverGreen self.airportbcrmfixup_version = "2.1.6" # AirPortBrcmFixup self.nvmefix_version = "1.0.9" # NVMeFix self.applealc_version = "1.6.3" # AppleALC self.restrictevents_version = "1.0.9" # RestrictEvents - self.featureunlock_version = "1.1.0" # FeatureUnlock + self.featureunlock_version = "1.1.1" # FeatureUnlock self.debugenhancer_version = "1.0.7" # DebugEnhancer self.cpufriend_version = "1.2.5" # CPUFriend self.bluetool_version = "2.6.4" # BlueToolFixup (BrcmPatchRAM)