mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-23 03:20:16 +10:00
Sync PatcherSupportPkg
This commit is contained in:
@@ -20,6 +20,9 @@
|
|||||||
- Patch currently limited to Ventura and newer
|
- Patch currently limited to Ventura and newer
|
||||||
- Restore Function Keys on MacBook5,2 and MacBook4,1
|
- Restore Function Keys on MacBook5,2 and MacBook4,1
|
||||||
- Implementation by [@jazzzny](https://github.com/Jazzzny)
|
- Implementation by [@jazzzny](https://github.com/Jazzzny)
|
||||||
|
- Update non-Metal Binaries:
|
||||||
|
- Resolves cryptexd and sshd crashes
|
||||||
|
- Resolves screen recording regression
|
||||||
- Resolve Application alias not being created with AutoPatcher
|
- Resolve Application alias not being created with AutoPatcher
|
||||||
- Backend changes:
|
- Backend changes:
|
||||||
- Rename OCLP-Helper to OpenCore-Patcher
|
- Rename OCLP-Helper to OpenCore-Patcher
|
||||||
@@ -42,7 +45,7 @@
|
|||||||
- Avoids displaying prompts with `osascript` in the title
|
- Avoids displaying prompts with `osascript` in the title
|
||||||
- Due to limitations, only used for installer creation and OpenCore installation
|
- Due to limitations, only used for installer creation and OpenCore installation
|
||||||
- Increment Binaries:
|
- Increment Binaries:
|
||||||
- PatcherSupportPkg 1.0.1 - release
|
- PatcherSupportPkg 1.0.2 - release
|
||||||
- OpenCorePkg 0.9.2 - release
|
- OpenCorePkg 0.9.2 - release
|
||||||
- Lilu 1.6.6 - rolling (d8f3782)
|
- Lilu 1.6.6 - rolling (d8f3782)
|
||||||
- RestrictEvents 1.1.1 - release
|
- RestrictEvents 1.1.1 - release
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ class Constants:
|
|||||||
def __init__(self) -> None:
|
def __init__(self) -> None:
|
||||||
# Patcher Versioning
|
# Patcher Versioning
|
||||||
self.patcher_version: str = "0.6.6" # OpenCore-Legacy-Patcher
|
self.patcher_version: str = "0.6.6" # OpenCore-Legacy-Patcher
|
||||||
self.patcher_support_pkg_version: str = "1.0.1" # PatcherSupportPkg
|
self.patcher_support_pkg_version: str = "1.0.2" # PatcherSupportPkg
|
||||||
self.copyright_date: str = "Copyright © 2020-2023 Dortania"
|
self.copyright_date: str = "Copyright © 2020-2023 Dortania"
|
||||||
self.patcher_name: str = "OpenCore Legacy Patcher"
|
self.patcher_name: str = "OpenCore Legacy Patcher"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user