From 613748488cd6520b93a4c39773ec0a3768b3679e Mon Sep 17 00:00:00 2001 From: Eduardo Covas <44532297+educovas@users.noreply.github.com> Date: Tue, 24 Oct 2023 14:11:26 -0300 Subject: [PATCH] Resolve non-Metal Photos app crash --- CHANGELOG.md | 4 ++++ resources/constants.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ebef0042e..39c8ef59e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ ## 1.2.0 - Resolve application not existing if user dismisses an update instead of installing - Add support for detecting T1 Security Chips in DFU mode +- Update non-Metal Binaries for macOS Sonoma: + - Resolve Photos app crash +- Increment Binaries: + - PatcherSupportPkg 1.4.3 - release ## 1.1.0 - Resolve rendering issues on Intel Broadwell iGPUs diff --git a/resources/constants.py b/resources/constants.py index eae192d37..29594cc4b 100644 --- a/resources/constants.py +++ b/resources/constants.py @@ -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.2" # PatcherSupportPkg + self.patcher_support_pkg_version: str = "1.4.3" # PatcherSupportPkg self.copyright_date: str = "Copyright © 2020-2023 Dortania" self.patcher_name: str = "OpenCore Legacy Patcher"