diff --git a/CHANGELOG.md b/CHANGELOG.md index 865e60290..179c0303a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,9 +14,10 @@ - Implement [`py_sip_xnu`](https://github.com/khronokernel/py_sip_xnu) module - Resolve Content Caching Patch Regression - Resolve KDK Versioning Fallback crashing when primary KDK site is down +- Resolve AirPlay to Mac support on Ventura with VMM - Increment Binaries: - OpenCorePkg 0.8.7 - release - - FeatureUnlock 1.1.1 - release + - FeatureUnlock 1.1.2 - rolling (94e29ce) - WhateverGreen 1.6.2 - release ## 0.5.2 diff --git a/payloads/Kexts/Acidanthera/FeatureUnlock-v1.1.1-DEBUG.zip b/payloads/Kexts/Acidanthera/FeatureUnlock-v1.1.1-DEBUG.zip deleted file mode 100644 index e77d42a44..000000000 Binary files a/payloads/Kexts/Acidanthera/FeatureUnlock-v1.1.1-DEBUG.zip and /dev/null differ diff --git a/payloads/Kexts/Acidanthera/FeatureUnlock-v1.1.1-RELEASE.zip b/payloads/Kexts/Acidanthera/FeatureUnlock-v1.1.1-RELEASE.zip deleted file mode 100644 index 429a9c239..000000000 Binary files a/payloads/Kexts/Acidanthera/FeatureUnlock-v1.1.1-RELEASE.zip and /dev/null differ diff --git a/payloads/Kexts/Acidanthera/FeatureUnlock-v1.1.2-DEBUG.zip b/payloads/Kexts/Acidanthera/FeatureUnlock-v1.1.2-DEBUG.zip new file mode 100644 index 000000000..8adda3fb2 Binary files /dev/null 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 new file mode 100644 index 000000000..d50867b9c Binary files /dev/null and b/payloads/Kexts/Acidanthera/FeatureUnlock-v1.1.2-RELEASE.zip differ diff --git a/resources/constants.py b/resources/constants.py index 4bbe53e8b..0e717e2d5 100644 --- a/resources/constants.py +++ b/resources/constants.py @@ -38,7 +38,7 @@ class Constants: 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.1" # FeatureUnlock + self.featureunlock_version = "1.1.2" # FeatureUnlock self.debugenhancer_version = "1.0.7" # DebugEnhancer self.cpufriend_version = "1.2.5" # CPUFriend self.bluetool_version = "2.6.4" # BlueToolFixup (BrcmPatchRAM)