Skip to content

Commit

Permalink
Add non-Metal support for macOS 14.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduardo Covas authored Mar 18, 2024
1 parent 520c922 commit bbc8902
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
4 changes: 2 additions & 2 deletions resources/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
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"

Expand Down

0 comments on commit bbc8902

Please sign in to comment.