Skip to content

Commit d145934

Browse files
committed
Sync PatcherSupportPkg
1 parent 27b48c9 commit d145934

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
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
@@ -19,7 +24,7 @@
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

opencore_legacy_patcher/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)