diff --git a/CHANGELOG.md b/CHANGELOG.md index 377a5c1dd..5bb38f80c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # OpenCore Legacy Patcher changelog +## 0.0.23 +- Fix MacBookPro4,1 audio support +- Increment binaries + - AppleALC 2a7312b (1.6.0 rolling - 04-10-2021) + ## 0.0.22 - Add ExFat support for models missing driver - Aids BootCamp support for EFI based installs on 2010 and older Macs diff --git a/Resources/Constants.py b/Resources/Constants.py index 70594c210..511499643 100644 --- a/Resources/Constants.py +++ b/Resources/Constants.py @@ -9,7 +9,7 @@ from pathlib import Path class Constants: def __init__(self): - self.patcher_version = "0.0.22" + self.patcher_version = "0.0.23" self.opencore_commit = "c528597 - 2021-04-05" self.opencore_version = "0.6.8" self.lilu_version = "1.5.2" diff --git a/Resources/ModelArray.py b/Resources/ModelArray.py index 316a07bee..e166bcd65 100644 --- a/Resources/ModelArray.py +++ b/Resources/ModelArray.py @@ -140,7 +140,6 @@ EthernetNvidia = [ "MacBookPro5,4", "MacBookPro5,5", "Macmini3,1", - "Macmini4,1", "iMac9,1", "iMac10,1", "Dortania1,1" @@ -159,6 +158,7 @@ EthernetBroadcom = [ "MacBookPro8,1", "MacBookPro8,2", "MacBookPro8,3", + "Macmini4,1", "Macmini5,1", "Macmini5,2", "Macmini5,3", diff --git a/docs/BENIFITS.md b/docs/BENIFITS.md index 6bc6067dc..af6494f79 100644 --- a/docs/BENIFITS.md +++ b/docs/BENIFITS.md @@ -18,4 +18,5 @@ With OpenCore Legacy Patcher we recommend users go through the below table to un | Brightness Control on Legacy GPUs | Coming soon | Supported | | HEVC/H.265 Support for Mac Pros and iMacs with Polaris+ GPUs | Supported | Not supported | | Big Sur-styled Boot Picker | Available | Not available | +| El Capitan-era Wifi cards | Supported | Not supported | | Hibernation Support | Not available (Partially broken for some) | Supported | \ No newline at end of file diff --git a/docs/MODELS.md b/docs/MODELS.md index 7a5de25a5..f730424ef 100644 --- a/docs/MODELS.md +++ b/docs/MODELS.md @@ -105,7 +105,7 @@ Regarding OS support, see below: | iMac7,1 | Mid-2007 | YES | - Requires an SSE4.1 CPU Upgrade
- No GPU Acceleration in Big Sur([#108](https://github.com/dortania/OpenCore-Legacy-Patcher/issues/108))
| | iMac8,1 | Early 2008 | ^^ | No GPU Acceleration in Big Sur([#108](https://github.com/dortania/OpenCore-Legacy-Patcher/issues/108))) | | iMac9,1 | Early 2009 | ^^ | ^^ | -| iMac10,1 | Late 2009 | ^^ | ^^ | +| iMac10,1 | Late 2009 | ^^ | GPU is socketed, [recommend upgrading to Metal GPU](https://forums.macrumors.com/threads/2011-imac-graphics-card-upgrade.1596614/?post=17425857#post-17425857) | | iMac11,1 | ^^ | ^^ | ^^ | | iMac11,2 | Mid-2010 | ^^ | ^^ | | iMac11,3 | ^^ | ^^ | ^^ | diff --git a/payloads/Kexts/Acidanthera/AppleALC-v1.6.0.zip b/payloads/Kexts/Acidanthera/AppleALC-v1.6.0.zip index e26ad1593..b6a041773 100644 Binary files a/payloads/Kexts/Acidanthera/AppleALC-v1.6.0.zip and b/payloads/Kexts/Acidanthera/AppleALC-v1.6.0.zip differ