mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-11 16:27:19 +10:00
Add non-Metal support for macOS 14.4
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
# OpenCore Legacy Patcher changelog
|
||||
|
||||
## 1.5.0
|
||||
## 1.4.3
|
||||
- Update non-Metal Binaries for macOS Sonoma:
|
||||
- Resolve TeraScale 2 screen recording kernel panic
|
||||
- Resolve Dock location after changing screen resolution
|
||||
- Resolve 14.4 loginwindow crashes
|
||||
- Patch SkipLogo on Macs that natively support Monterey or newer
|
||||
- Resolves missing Apple logo on boot screen
|
||||
- Increment Binaries:
|
||||
|
||||
@@ -13,8 +13,8 @@ from data import os_data
|
||||
class Constants:
|
||||
def __init__(self) -> None:
|
||||
# Patcher Versioning
|
||||
self.patcher_version: str = "1.5.0" # OpenCore-Legacy-Patcher
|
||||
self.patcher_support_pkg_version: str = "1.4.8" # PatcherSupportPkg
|
||||
self.patcher_version: str = "1.4.3" # OpenCore-Legacy-Patcher
|
||||
self.patcher_support_pkg_version: str = "1.4.9" # PatcherSupportPkg
|
||||
self.copyright_date: str = "Copyright © 2020-2024 Dortania"
|
||||
self.patcher_name: str = "OpenCore Legacy Patcher"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user