diff --git a/CHANGELOG.md b/CHANGELOG.md index d0c32d10e..f4101239a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,9 @@ ## 0.1.3 - Fix internal PCIe devices reporting as external - Innie 0ccd95e (1.3.0 release - 01-16-2021) +- Fix MacBookPro5,4 audio support +- Increment binaries + - AppleALC f2889fc (1.6.1 rolling - 05-03-2021) ## 0.1.2 - Fix IDE support on 2008 era MacBooks, iMacs and Xserves diff --git a/Resources/Constants.py b/Resources/Constants.py index 1b5407f44..4d81c9f26 100644 --- a/Resources/Constants.py +++ b/Resources/Constants.py @@ -25,7 +25,7 @@ class Constants: self.io80211elcap_version = "1.0.0" self.io80211high_sierra_version = "1.0.0" self.io80211mojave_version = "1.0.0" - self.applealc_version = "1.6.0" + self.applealc_version = "1.6.1" self.restrictevents_version = "1.0.1" self.restrictevents_mbp_version = "1.0.1" self.piixata_version = "1.0.0" diff --git a/payloads/Kexts/Acidanthera/AppleALC-v1.6.0.zip b/payloads/Kexts/Acidanthera/AppleALC-v1.6.0.zip deleted file mode 100644 index 1f5bf79db..000000000 Binary files a/payloads/Kexts/Acidanthera/AppleALC-v1.6.0.zip and /dev/null differ diff --git a/payloads/Kexts/Acidanthera/AppleALC-v1.6.1.zip b/payloads/Kexts/Acidanthera/AppleALC-v1.6.1.zip new file mode 100644 index 000000000..36ced47da Binary files /dev/null and b/payloads/Kexts/Acidanthera/AppleALC-v1.6.1.zip differ