Skip to content

Commit 868cfa6

Browse files
committed
Sync PatcherSupportPkg
1 parent b561a35 commit 868cfa6

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
- When switching to a different model, model-specific GUI settings will be reset
1212
- Note resetting saved settings not implemented yet
1313
- Delete `/Users/Shared/.com.dortania.opencore-legacy-patcher.plist` and restart app to reset settings
14+
- Resolve macOS 15.1 (24B2083) Apple Silicon installer appearing as download option
15+
- Resolve WhatsApp crashing on 15.1
16+
- Increment binaries:
17+
- PatcherSupportPkg 1.8.4 - release
1418

1519
## 2.0.2
1620
- Fix Nvidia Kepler patches not installing on Monterey

opencore_legacy_patcher/constants.py

+1-1
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.1.0" # OpenCore-Legacy-Patcher
17-
self.patcher_support_pkg_version: str = "1.8.3" # PatcherSupportPkg
17+
self.patcher_support_pkg_version: str = "1.8.4" # PatcherSupportPkg
1818
self.copyright_date: str = "Copyright © 2020-2024 Dortania"
1919
self.patcher_name: str = "OpenCore Legacy Patcher"
2020

0 commit comments

Comments
 (0)