diff --git a/CHANGELOG.md b/CHANGELOG.md index 3cf29c74c..8f759b51d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,9 +3,6 @@ ## 0.4.8 - Ensure Apple Silicon-specific installers are not listed - ie. M2 specific build (21F2092) - -## 0.4.7 -- Fix crashing on defaults parsing - Ventura Specific Updates: - Switch boot.efi model patch to iMac18,1 - Resolve pre-Force Touch Trackpad support in Ventura @@ -23,6 +20,12 @@ - Fix VMM patch set - Allow dyld shared cache swapping on pre-Haswell - Add USB1.1 injection for pre-Ivy bridge units +- Increment Binaries: + - Lilu 1.6.1 rolling (8542170) + - FeatureUnlock 1.0.9 rolling (b7c1dd0) + +## 0.4.7 +- Fix crashing on defaults parsing ## 0.4.6 - Fix Bluetooth support in 12.4 Release diff --git a/data/smbios_data.py b/data/smbios_data.py index 7d19c6fab..6ac10b3c1 100644 --- a/data/smbios_data.py +++ b/data/smbios_data.py @@ -2814,7 +2814,7 @@ smbios_dictionary = { # Apple Silicon Virtual Machine "Board ID": None, "FirmwareFeatures": None, - "SecureBootModel": "vma1macos", + "SecureBootModel": "vma1", "CPU Generation": cpu_data.cpu_data.apple_m1.value, "Max OS Supported": os_data.os_data.max_os, "Wireless Model": None, diff --git a/payloads/Kexts/Acidanthera/FeatureUnlock-v1.0.8-DEBUG.zip b/payloads/Kexts/Acidanthera/FeatureUnlock-v1.0.8-DEBUG.zip deleted file mode 100644 index 9f1447179..000000000 Binary files a/payloads/Kexts/Acidanthera/FeatureUnlock-v1.0.8-DEBUG.zip and /dev/null differ diff --git a/payloads/Kexts/Acidanthera/FeatureUnlock-v1.0.8-RELEASE.zip b/payloads/Kexts/Acidanthera/FeatureUnlock-v1.0.8-RELEASE.zip deleted file mode 100644 index 011ebc1bb..000000000 Binary files a/payloads/Kexts/Acidanthera/FeatureUnlock-v1.0.8-RELEASE.zip and /dev/null differ diff --git a/payloads/Kexts/Acidanthera/FeatureUnlock-v1.0.9-DEBUG.zip b/payloads/Kexts/Acidanthera/FeatureUnlock-v1.0.9-DEBUG.zip new file mode 100644 index 000000000..141c7043c Binary files /dev/null and b/payloads/Kexts/Acidanthera/FeatureUnlock-v1.0.9-DEBUG.zip differ diff --git a/payloads/Kexts/Acidanthera/FeatureUnlock-v1.0.9-RELEASE.zip b/payloads/Kexts/Acidanthera/FeatureUnlock-v1.0.9-RELEASE.zip new file mode 100644 index 000000000..ef2d0ce49 Binary files /dev/null and b/payloads/Kexts/Acidanthera/FeatureUnlock-v1.0.9-RELEASE.zip differ diff --git a/payloads/Kexts/Acidanthera/Lilu-v1.6.0-DEBUG.zip b/payloads/Kexts/Acidanthera/Lilu-v1.6.0-DEBUG.zip deleted file mode 100644 index 1a6ffebaa..000000000 Binary files a/payloads/Kexts/Acidanthera/Lilu-v1.6.0-DEBUG.zip and /dev/null differ diff --git a/payloads/Kexts/Acidanthera/Lilu-v1.6.0-RELEASE.zip b/payloads/Kexts/Acidanthera/Lilu-v1.6.0-RELEASE.zip deleted file mode 100644 index f8b0eff03..000000000 Binary files a/payloads/Kexts/Acidanthera/Lilu-v1.6.0-RELEASE.zip and /dev/null differ diff --git a/payloads/Kexts/Acidanthera/Lilu-v1.6.1-DEBUG.zip b/payloads/Kexts/Acidanthera/Lilu-v1.6.1-DEBUG.zip new file mode 100644 index 000000000..7dc2cdc3f Binary files /dev/null and b/payloads/Kexts/Acidanthera/Lilu-v1.6.1-DEBUG.zip differ diff --git a/payloads/Kexts/Acidanthera/Lilu-v1.6.1-RELEASE.zip b/payloads/Kexts/Acidanthera/Lilu-v1.6.1-RELEASE.zip new file mode 100644 index 000000000..f5b97dfc0 Binary files /dev/null and b/payloads/Kexts/Acidanthera/Lilu-v1.6.1-RELEASE.zip differ diff --git a/resources/constants.py b/resources/constants.py index 3656552e0..bbbcb12f4 100644 --- a/resources/constants.py +++ b/resources/constants.py @@ -32,14 +32,14 @@ class Constants: # Kext Versioning ## Acidanthera ## https://github.com/acidanthera - self.lilu_version = "1.6.0" # Lilu + self.lilu_version = "1.6.1" # Lilu self.whatevergreen_version = "1.5.8" # WhateverGreen self.airportbcrmfixup_version = "2.1.3" # AirPortBrcmFixup self.nvmefix_version = "1.0.9" # NVMeFix self.applealc_version = "1.6.3" # AppleALC self.restrictevents_version = "1.0.6" # RestrictEvents self.restrictevents_mbp_version = "1.0.6" # RestrictEvents blocking displaypolicyd (see RestrictEvents-MBP91.patch) - self.featureunlock_version = "1.0.8" # FeatureUnlock + self.featureunlock_version = "1.0.9" # FeatureUnlock self.debugenhancer_version = "1.0.4" # DebugEnhancer self.cpufriend_version = "1.2.5" # CPUFriend self.bluetool_version = "2.6.2" # BlueToolFixup (BrcmPatchRAM)