Sync FeatureUnlock

This commit is contained in:
Mykola Grymalyuk
2023-03-12 10:36:32 -06:00
parent e105d6077e
commit a1f1da25b5
6 changed files with 4 additions and 1 deletions

View File

@@ -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

View File

@@ -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)