From 3c309d71b9f10098b5f38f8dccf9dc752ecaa554 Mon Sep 17 00:00:00 2001 From: Mykola Grymalyuk Date: Fri, 6 Sep 2024 15:27:11 -0600 Subject: [PATCH] Sync versioning to match --- CHANGELOG.md | 27 ++++++++++++++++++++++++++- opencore_legacy_patcher/constants.py | 4 ++-- 2 files changed, 28 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 67a3ddc43..ba79b8273 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # OpenCore Legacy Patcher changelog -## 1.6.0 +## 2.0.0 - Set `AssociatedBundleIdentifiers` property in launch services as an array - Move to auto-generated pre/postinstall scripts for PKGs - Streamlines PKG creation process, ensuring Install and AutoPKG scripts are always in sync @@ -17,8 +17,33 @@ - Only affects building EFI from another machine - Resolve AMD Navi MXM GPU detection for modded iMac9,x-12,x - Thanks @Ausdauersportler for the patch! +- Implement early macOS Sequoia support: + - Supporting Macs with Metal-based graphics: + - MacBook8,1 - 10,1 + - MacBookAir5,x - 7,x + - MacBookPro9,x - 14,x + - Macmini6,x - 7,1 + - iMac13,x - 18,x + - iMac10,1 - 12,x included if Metal GPU installed. + - MacPro3,1 - 6,1 + - MacPro3,1 - 5,1 require Metal GPU installed. + - MacPro3,1 can only boot with 4 cores max currently + - Xserve2,1 - 3,1 + - Requires Metal GPU installed. + - Xserve2,1 can only boot with 4 cores max currently + - Excludes the newly dropped MacBookAir8,x series. + - No estimate can be given when support will be added. - Increment Binaries: - PatcherSupportPkg 1.6.3 - release + - OpenCorePkg 1.0.1 - release + - Lilu 1.6.8 - release + - WhateverGreen 1.6.7 - release + - RestrictEvents 1.1.4 - release + - FeatureUnlock 1.1.6 - release + - DebugEnhancer 1.0.9 - release + - CPUFriend 1.2.8 - release + - AutoPkgInstaller 1.0.4 - release + - CryptexFixup 1.0.3 - release ## 1.5.0 - Restructure project directories diff --git a/opencore_legacy_patcher/constants.py b/opencore_legacy_patcher/constants.py index d5e68c6d7..ba67f0790 100644 --- a/opencore_legacy_patcher/constants.py +++ b/opencore_legacy_patcher/constants.py @@ -13,7 +13,7 @@ from .detections import device_probe class Constants: def __init__(self) -> None: # Patcher Versioning - self.patcher_version: str = "1.6.0" # OpenCore-Legacy-Patcher + self.patcher_version: str = "2.0.0" # OpenCore-Legacy-Patcher self.patcher_support_pkg_version: str = "1.7.8" # PatcherSupportPkg self.copyright_date: str = "Copyright © 2020-2024 Dortania" self.patcher_name: str = "OpenCore Legacy Patcher" @@ -179,7 +179,7 @@ class Constants: ## SMBIOS Settings self.serial_settings: str = "None" # Set SMBIOS level used self.override_smbios: str = "Default" # Set SMBIOS model used - self.allow_native_spoofs: bool = False # Allow native models to recieve spoofs + self.allow_native_spoofs: bool = False # Allow native models to receive spoofs ### Serial Number Overrides self.custom_serial_number: str = "" # Set SMBIOS serial number