diff --git a/CHANGELOG.md b/CHANGELOG.md index c0130eb84..24bbe016a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # OpenCore Legacy Patcher changelog +## 0.3.2 + ## 0.3.1 - Increment Binaries: - OpenCorePkg 0.7.4 release @@ -8,10 +10,13 @@ - Allow for setting custom SIP values via TUI - Drop `CSR_ALLOW_EXECUTABLE_POLICY_OVERRIDE` requirement for root patching - Lowers default SIP Disabled value to 0xA03 -- Remove legacy GMUX patch set for MacBookPro5,x machines due to instabilites +- Update Legacy GMUX patchset to latest Sierra Secuirty Update + - [Source](https://github.com/HackintoshHD/mbp5x-instant-gpu-switching) - Fix non-Metal acceleration crashing on 12.0.1 - Yes Apple adding a notch broke our accel patches - Fix non-Metal Control Center crashing on 12.0 Beta 10+ +- Increment Binaries: + - PatcherSupportPkg 0.1.12 ## 0.3.0 - Fix Nvidia Tesla Acceleration in Monterey Beta 7+ diff --git a/docs/MODELS.md b/docs/MODELS.md index 7a2c3da39..8cc7e41ad 100644 --- a/docs/MODELS.md +++ b/docs/MODELS.md @@ -35,7 +35,7 @@ Regarding OS support, see below: | MacBook3,1 | Late 2007 | ^^ | ^^ | | MacBook4,1 | Early 2008 | YES | - No GPU Acceleration in Mavericks and newer
- No Keyboard and Trackpad
- No USB | | MacBook5,1 | Late 2008 | ^^ | - GPU Acceleration in Public Beta, see current issues ([#108](https://github.com/dortania/OpenCore-Legacy-Patcher/issues/108))
| -| MacBook5,2 | Early 2009 | ^^ | - GPU Acceleration in Public Beta, see current issues ([#108](https://github.com/dortania/OpenCore-Legacy-Patcher/issues/108))
- Trackpad is recognized as mouse
- Brightness control partially supported | +| MacBook5,2 | Early 2009 | ^^ | - GPU Acceleration in Public Beta, see current issues ([#108](https://github.com/dortania/OpenCore-Legacy-Patcher/issues/108))
- Trackpad is recognized as mouse | | MacBook6,1 | Late 2009 | ^^ | - GPU Acceleration in Public Beta, see current issues ([#108](https://github.com/dortania/OpenCore-Legacy-Patcher/issues/108))
| | MacBook7,1 | Mid-2010 | ^^ | ^^ | | MacBook8,1 | Mid-2015 | ^^ | Everything is supported | @@ -107,8 +107,8 @@ Regarding OS support, see below: | iMac5,1 | Late 2006 | ^^ | 32-Bit Firmware limitation | | iMac5,2 | ^^ | ^^ | ^^ | | iMac6,1 | ^^ | ^^ | ^^ | -| iMac7,1 | Mid-2007 | YES | - Requires an [SSE4.1 CPU Upgrade](https://lowendmac.com/2018/penryn-t9300-9500-cpu-upgrades-for-the-2007-imac/)
- GPU Acceleration in Public Beta, see current issues ([#108](https://github.com/dortania/OpenCore-Legacy-Patcher/issues/108))
- Brightness control partially supported on Nvidia GPUs, AMD unsupported
- Stock Bluetooth 2.0 card non-functional | -| iMac8,1 | Early 2008 | ^^ | - GPU Acceleration in Public Beta, see current issues ([#108](https://github.com/dortania/OpenCore-Legacy-Patcher/issues/108)))
- Brightness control partially supported on Nvidia GPUs, AMD unsupported | +| iMac7,1 | Mid-2007 | YES | - Requires an [SSE4.1 CPU Upgrade](https://lowendmac.com/2018/penryn-t9300-9500-cpu-upgrades-for-the-2007-imac/)
- GPU Acceleration in Public Beta, see current issues ([#108](https://github.com/dortania/OpenCore-Legacy-Patcher/issues/108))
- Stock Bluetooth 2.0 card non-functional | +| iMac8,1 | Early 2008 | ^^ | - GPU Acceleration in Public Beta, see current issues ([#108](https://github.com/dortania/OpenCore-Legacy-Patcher/issues/108))) | | iMac9,1 | Early 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)
- GPU Acceleration in Public Beta, see current issues ([#108](https://github.com/dortania/OpenCore-Legacy-Patcher/issues/108)) | | iMac11,1 | ^^ | ^^ | ^^ | diff --git a/docs/MONTEREY-DROP.md b/docs/MONTEREY-DROP.md index 594225465..0e05ea5b3 100644 --- a/docs/MONTEREY-DROP.md +++ b/docs/MONTEREY-DROP.md @@ -102,6 +102,19 @@ By default these machines require root volume patches to gain graphics accelerat ::: +::: details NVIDIA Kepler dGPU Acceleration (Resolved in 0.2.5 and newer) + +* NVIDIA Kepler dGPUs lost support + +By default these machines require root volume patches to gain graphics acceleration in Monterey. OpenCore Legacy Patcher supports readding support however SIP can no longer be enabled due to root patching: + +* MacBookPro9,1 +* MacBookPro10,1 +* iMac13,x +* iMac14,x + +::: + ::: details Non-Metal Acceleration (Resolved in 0.2.5 and newer) * Non-Metal GPUs no longer have working acceleration patches: diff --git a/docs/TESTED.md b/docs/TESTED.md index c2291f95f..ade0a6329 100644 --- a/docs/TESTED.md +++ b/docs/TESTED.md @@ -58,7 +58,7 @@ To aid users in troubleshooting, we've compiled a list of users who've reported | ^^ | ^^ | vinaypundith | - Patcher version 0.0.7 | | MacBookPro10,1 | ^^ | traviswparker | - Stock model
- Patcher version 0.0.14 | | ^^ | ^^ | il-rollino | - Upgraded BCM94360CSAX
- Patcher version 0.0.21 | -| MacBookPro10,2 | No reports | N/A | N/A | +| MacBookPro10,2 | ^^ | akidone | - Upgraded BCM94360CSAX
- Patcher version 0.3.0 | ### Mac mini diff --git a/resources/constants.py b/resources/constants.py index b9c3454a4..b3e21a123 100644 --- a/resources/constants.py +++ b/resources/constants.py @@ -13,8 +13,8 @@ from resources import device_probe class Constants: def __init__(self): # Patcher Versioning - self.patcher_version = "0.3.1" # OpenCore-Legacy-Patcher - self.patcher_support_pkg_version = "0.1.10" # PatcherSupportPkg + self.patcher_version = "0.3.2" # OpenCore-Legacy-Patcher + self.patcher_support_pkg_version = "0.1.12" # PatcherSupportPkg self.url_patcher_support_pkg = "https://github.com/dortania/PatcherSupportPkg/releases/download/" self.nightly_url_patcher_support_pkg = "https://nightly.link/dortania/PatcherSupportPkg/workflows/build/master/"