diff --git a/CHANGELOG.md b/CHANGELOG.md index cbbdf4ccb..665ace602 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,8 @@ - Implement support for AMD Navi and Lexa MXM GPUs in 2009-2011 iMacs - Primarily applicable for MXM 3.0 variants of AMD WX3200 (0x6981) and AMD RX5500XT (0x7340) - Credit to [Ausdauersportler](https://github.com/Ausdauersportler) for implementation +- Implement Continuity Camera Unlocking for pre-Kaby Lake CPUs + - Applicable for all legacy Macs in macOS Ventura - Backend Changes: - Refactored kdk_handler.py - Prioritizes KdkSupportPkg repository for downloads @@ -54,6 +56,7 @@ - Increment Binaries: - PatcherSupportPkg 0.8.4 - release - AutoPkgInstaller 1.0.2 - release + - FeatureUnlock 1.1.4 - rolling (0e8d87f) ## 0.6.1 - Avoid usage of KDKlessWorkaround on hardware not requiring it diff --git a/payloads/Kexts/Acidanthera/FeatureUnlock-v1.1.2-DEBUG.zip b/payloads/Kexts/Acidanthera/FeatureUnlock-v1.1.2-DEBUG.zip deleted file mode 100644 index a5f71c643..000000000 Binary files a/payloads/Kexts/Acidanthera/FeatureUnlock-v1.1.2-DEBUG.zip and /dev/null differ diff --git a/payloads/Kexts/Acidanthera/FeatureUnlock-v1.1.2-RELEASE.zip b/payloads/Kexts/Acidanthera/FeatureUnlock-v1.1.2-RELEASE.zip deleted file mode 100644 index faa916782..000000000 Binary files a/payloads/Kexts/Acidanthera/FeatureUnlock-v1.1.2-RELEASE.zip and /dev/null differ diff --git a/payloads/Kexts/Acidanthera/FeatureUnlock-v1.1.4-DEBUG.zip b/payloads/Kexts/Acidanthera/FeatureUnlock-v1.1.4-DEBUG.zip new file mode 100644 index 000000000..841d32662 Binary files /dev/null and b/payloads/Kexts/Acidanthera/FeatureUnlock-v1.1.4-DEBUG.zip differ diff --git a/payloads/Kexts/Acidanthera/FeatureUnlock-v1.1.4-RELEASE.zip b/payloads/Kexts/Acidanthera/FeatureUnlock-v1.1.4-RELEASE.zip new file mode 100644 index 000000000..31e15cd17 Binary files /dev/null and b/payloads/Kexts/Acidanthera/FeatureUnlock-v1.1.4-RELEASE.zip differ diff --git a/resources/constants.py b/resources/constants.py index 4205601c1..86f7815f0 100644 --- a/resources/constants.py +++ b/resources/constants.py @@ -39,7 +39,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.2" # FeatureUnlock + self.featureunlock_version = "1.1.4" # FeatureUnlock self.debugenhancer_version = "1.0.7" # DebugEnhancer self.cpufriend_version = "1.2.6" # CPUFriend self.bluetool_version = "2.6.4" # BlueToolFixup (BrcmPatchRAM)