mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-22 02:50:15 +10:00
Merge branch 'main' of https://github.com/dortania/OpenCore-Legacy-Patcher
# Conflicts: # CHANGELOG.md # resources/constants.py
This commit is contained in:
@@ -1,7 +1,13 @@
|
|||||||
# OpenCore Legacy Patcher changelog
|
# OpenCore Legacy Patcher changelog
|
||||||
|
|
||||||
## 1.1.0
|
## 1.1.0
|
||||||
|
- Resolve rendering issues on Intel Broadwell iGPUs
|
||||||
|
- Update non-Metal Binaries for macOS Sonoma:
|
||||||
|
- Resolve unresponsive Weather app
|
||||||
|
- Resolve full screen menubar covering the app toolbar
|
||||||
|
- Resolve unfocused password windows
|
||||||
- Increment Binaries:
|
- Increment Binaries:
|
||||||
|
- PatcherSupportPkg 1.3.4 - release
|
||||||
- AirportBrcmFixup 2.1.8 - release
|
- AirportBrcmFixup 2.1.8 - release
|
||||||
- BlueToolFixup 2.6.8 - release
|
- BlueToolFixup 2.6.8 - release
|
||||||
- RestrictEvents 1.1.3 - release
|
- RestrictEvents 1.1.3 - release
|
||||||
|
|||||||
@@ -999,7 +999,7 @@ class SystemPatchDictionary():
|
|||||||
"AppleIntelBDWGraphics.kext": "12.5" if self.os_major < os_data.os_data.sonoma else "12.5-23",
|
"AppleIntelBDWGraphics.kext": "12.5" if self.os_major < os_data.os_data.sonoma else "12.5-23",
|
||||||
"AppleIntelBDWGraphicsFramebuffer.kext": "12.5" if self.os_major < os_data.os_data.sonoma else "12.5-23",
|
"AppleIntelBDWGraphicsFramebuffer.kext": "12.5" if self.os_major < os_data.os_data.sonoma else "12.5-23",
|
||||||
"AppleIntelBDWGraphicsGLDriver.bundle": "12.5",
|
"AppleIntelBDWGraphicsGLDriver.bundle": "12.5",
|
||||||
"AppleIntelBDWGraphicsMTLDriver.bundle": "12.5",
|
"AppleIntelBDWGraphicsMTLDriver.bundle": "12.5" if self.os_major < os_data.os_data.ventura else "12.5-22",
|
||||||
"AppleIntelBDWGraphicsVADriver.bundle": "12.5",
|
"AppleIntelBDWGraphicsVADriver.bundle": "12.5",
|
||||||
"AppleIntelBDWGraphicsVAME.bundle": "12.5",
|
"AppleIntelBDWGraphicsVAME.bundle": "12.5",
|
||||||
"AppleIntelGraphicsShared.bundle": "12.5",
|
"AppleIntelGraphicsShared.bundle": "12.5",
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ class Constants:
|
|||||||
def __init__(self) -> None:
|
def __init__(self) -> None:
|
||||||
# Patcher Versioning
|
# Patcher Versioning
|
||||||
self.patcher_version: str = "1.1.0" # OpenCore-Legacy-Patcher
|
self.patcher_version: str = "1.1.0" # OpenCore-Legacy-Patcher
|
||||||
self.patcher_support_pkg_version: str = "1.3.3" # PatcherSupportPkg
|
self.patcher_support_pkg_version: str = "1.3.4" # PatcherSupportPkg
|
||||||
self.copyright_date: str = "Copyright © 2020-2023 Dortania"
|
self.copyright_date: str = "Copyright © 2020-2023 Dortania"
|
||||||
self.patcher_name: str = "OpenCore Legacy Patcher"
|
self.patcher_name: str = "OpenCore Legacy Patcher"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user