File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 77 - Deprecated in 1.5.0, use ` OpenCore-Patcher.pkg ` for installation
88- Sync copyright label to 2025
99- Resolve MetallibSupportPkg failing to be cached on units without Kernel Debug Kit requirements
10+ - Resolve Broadwell widget rendering on macOS Sequoia
11+ - Resolve non-Metal crashing on macOS Big Sur and Sequoia (15.4)
12+ - Resolve T1 erroring on macOS Sequoia (15.4)
13+ - Enabled non-metal beta menubar styling globally
14+ - No changes to GUI settings
1015- Increment binaries:
1116 - OpenCorePkg 1.0.4 - release
1217 - Lilu 1.7.0 - release
1924 - CPUFriend 1.2.9 - release
2025 - BlueToolFixup 2.6.9 - release
2126 - CryptexFixup 1.0.4 - release
22-
27+ - PatcherSupportPkg 1.9.2 - release
2328
2429## 2.2.0
2530- Resolved non-metal accessibility zoom on macOS Sonoma/Sequoia
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ class Constants:
1414 def __init__ (self ) -> None :
1515 # Patcher Versioning
1616 self .patcher_version : str = "2.3.0" # OpenCore-Legacy-Patcher
17- self .patcher_support_pkg_version : str = "1.9.1 " # PatcherSupportPkg
17+ self .patcher_support_pkg_version : str = "1.9.2 " # PatcherSupportPkg
1818 self .copyright_date : str = "Copyright © 2020-2025 Dortania"
1919 self .patcher_name : str = "OpenCore Legacy Patcher"
2020
You can’t perform that action at this time.
0 commit comments