From 89ef9fb904ef13629eea29e5758dea2d03d85133 Mon Sep 17 00:00:00 2001 From: educovas <44532297+educovas@users.noreply.github.com> Date: Sun, 21 May 2023 22:14:59 -0300 Subject: [PATCH] Sync PatcherSupportPkg --- CHANGELOG.md | 5 ++++- resources/constants.py | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba52c2f4b..e473e44ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,9 @@ - Patch currently limited to Ventura and newer - Restore Function Keys on MacBook5,2 and MacBook4,1 - 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 - Backend changes: - Rename OCLP-Helper to OpenCore-Patcher @@ -42,7 +45,7 @@ - Avoids displaying prompts with `osascript` in the title - Due to limitations, only used for installer creation and OpenCore installation - Increment Binaries: - - PatcherSupportPkg 1.0.1 - release + - PatcherSupportPkg 1.0.2 - release - OpenCorePkg 0.9.2 - release - Lilu 1.6.6 - rolling (d8f3782) - RestrictEvents 1.1.1 - release diff --git a/resources/constants.py b/resources/constants.py index 02bde4eaa..fd800a3a2 100644 --- a/resources/constants.py +++ b/resources/constants.py @@ -13,7 +13,7 @@ class Constants: def __init__(self) -> None: # Patcher Versioning 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.patcher_name: str = "OpenCore Legacy Patcher"