Sync PatcherSupportPkg

This commit is contained in:
Eduardo Covas
2023-11-02 15:21:32 -03:00
committed by GitHub
parent c6f5ceacfd
commit 51ef3fe719
2 changed files with 4 additions and 2 deletions
+3 -1
View File
@@ -2,6 +2,8 @@
## 1.2.0
- Resolve application not existing if user dismisses an update instead of installing
- Resolve lldb crashes on extracted binaries
- Remove MH_DYLIB_IN_CACHE flag from binaries extracted with DSCE
- Add support for detecting T1 Security Chips in DFU mode
- Resolve macOS 14.2 coreauthd crashes on T1 Macs
- Resolve missing NFC firmware on T1 Macs
@@ -29,7 +31,7 @@
- News Widget no longer crashes on 3802-based GPUs
- Resolve i210 NIC support for macOS Sonoma
- Increment Binaries:
- PatcherSupportPkg 1.4.4 - release
- PatcherSupportPkg 1.4.5 - release
## 1.1.0
- Resolve rendering issues on Intel Broadwell iGPUs
+1 -1
View File
@@ -14,7 +14,7 @@ class Constants:
def __init__(self) -> None:
# Patcher Versioning
self.patcher_version: str = "1.2.0" # OpenCore-Legacy-Patcher
self.patcher_support_pkg_version: str = "1.4.4" # PatcherSupportPkg
self.patcher_support_pkg_version: str = "1.4.5" # PatcherSupportPkg
self.copyright_date: str = "Copyright © 2020-2023 Dortania"
self.patcher_name: str = "OpenCore Legacy Patcher"