mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-21 06:30:52 +10:00
Sync PatcherSupportPkg
This commit is contained in:
+6
-1
@@ -7,6 +7,11 @@
|
|||||||
- Deprecated in 1.5.0, use `OpenCore-Patcher.pkg` for installation
|
- Deprecated in 1.5.0, use `OpenCore-Patcher.pkg` for installation
|
||||||
- Sync copyright label to 2025
|
- Sync copyright label to 2025
|
||||||
- Resolve MetallibSupportPkg failing to be cached on units without Kernel Debug Kit requirements
|
- Resolve MetallibSupportPkg failing to be cached on units without Kernel Debug Kit requirements
|
||||||
|
- Resolve Broadwell widget rendering on macOS Sequoia
|
||||||
|
- Resolve non-Metal crashing on macOS Big Sur and Sequoia (15.4)
|
||||||
|
- Resolve T1 erroring on macOS Sequoia (15.4)
|
||||||
|
- Enabled non-metal beta menubar styling globally
|
||||||
|
- No changes to GUI settings
|
||||||
- Increment binaries:
|
- Increment binaries:
|
||||||
- OpenCorePkg 1.0.4 - release
|
- OpenCorePkg 1.0.4 - release
|
||||||
- Lilu 1.7.0 - release
|
- Lilu 1.7.0 - release
|
||||||
@@ -19,7 +24,7 @@
|
|||||||
- CPUFriend 1.2.9 - release
|
- CPUFriend 1.2.9 - release
|
||||||
- BlueToolFixup 2.6.9 - release
|
- BlueToolFixup 2.6.9 - release
|
||||||
- CryptexFixup 1.0.4 - release
|
- CryptexFixup 1.0.4 - release
|
||||||
|
- PatcherSupportPkg 1.9.2 - release
|
||||||
|
|
||||||
## 2.2.0
|
## 2.2.0
|
||||||
- Resolved non-metal accessibility zoom on macOS Sonoma/Sequoia
|
- Resolved non-metal accessibility zoom on macOS Sonoma/Sequoia
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ class Constants:
|
|||||||
def __init__(self) -> None:
|
def __init__(self) -> None:
|
||||||
# Patcher Versioning
|
# Patcher Versioning
|
||||||
self.patcher_version: str = "2.3.0" # OpenCore-Legacy-Patcher
|
self.patcher_version: str = "2.3.0" # OpenCore-Legacy-Patcher
|
||||||
self.patcher_support_pkg_version: str = "1.9.1" # PatcherSupportPkg
|
self.patcher_support_pkg_version: str = "1.9.2" # PatcherSupportPkg
|
||||||
self.copyright_date: str = "Copyright © 2020-2025 Dortania"
|
self.copyright_date: str = "Copyright © 2020-2025 Dortania"
|
||||||
self.patcher_name: str = "OpenCore Legacy Patcher"
|
self.patcher_name: str = "OpenCore Legacy Patcher"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user