mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-20 14:10:51 +10:00
Add non-Metal support for macOS 14.4
This commit is contained in:
+5
-1
@@ -1,6 +1,10 @@
|
|||||||
# OpenCore Legacy Patcher changelog
|
# 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
|
- Patch SkipLogo on Macs that natively support Monterey or newer
|
||||||
- Resolves missing Apple logo on boot screen
|
- Resolves missing Apple logo on boot screen
|
||||||
- Increment Binaries:
|
- Increment Binaries:
|
||||||
|
|||||||
@@ -13,8 +13,8 @@ from data import os_data
|
|||||||
class Constants:
|
class Constants:
|
||||||
def __init__(self) -> None:
|
def __init__(self) -> None:
|
||||||
# Patcher Versioning
|
# Patcher Versioning
|
||||||
self.patcher_version: str = "1.5.0" # OpenCore-Legacy-Patcher
|
self.patcher_version: str = "1.4.3" # OpenCore-Legacy-Patcher
|
||||||
self.patcher_support_pkg_version: str = "1.4.8" # PatcherSupportPkg
|
self.patcher_support_pkg_version: str = "1.4.9" # PatcherSupportPkg
|
||||||
self.copyright_date: str = "Copyright © 2020-2024 Dortania"
|
self.copyright_date: str = "Copyright © 2020-2024 Dortania"
|
||||||
self.patcher_name: str = "OpenCore Legacy Patcher"
|
self.patcher_name: str = "OpenCore Legacy Patcher"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user