File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 11
11
- When switching to a different model, model-specific GUI settings will be reset
12
12
- Note resetting saved settings not implemented yet
13
13
- 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
14
18
15
19
## 2.0.2
16
20
- Fix Nvidia Kepler patches not installing on Monterey
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ class Constants:
14
14
def __init__ (self ) -> None :
15
15
# Patcher Versioning
16
16
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
18
18
self .copyright_date : str = "Copyright © 2020-2024 Dortania"
19
19
self .patcher_name : str = "OpenCore Legacy Patcher"
20
20
You can’t perform that action at this time.
0 commit comments