From 0483b5651aaf164f0440f1f92effad47e868df2e Mon Sep 17 00:00:00 2001 From: Mykola Grymalyuk <48863253+khronokernel@users.noreply.github.com> Date: Thu, 22 Apr 2021 07:45:51 -0600 Subject: [PATCH] =?UTF-8?q?Patch=20AppleIntelSNBGraphicsFB=E2=80=99s=20boa?= =?UTF-8?q?rd=20ID?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 +- Resources/Constants.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41456f28b..7eba72883 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ - Fix iMac11,1 boot issues after PRAM reset - Fix DRM support on Nvidia-only configurations - Support optional setting between DRM and QuickSync support on iMacs13,x and iMac14,x -- Add public beta support for Legacy GPU Acceleration (v0.0.3) +- Add public beta support for Legacy GPU Acceleration (v0.0.4) - Note ATI/AMD TeraScale 2 unsupported (HD 5/6000) - Add better kmutil crash handling - Fix build crashing when no wifi card is present diff --git a/Resources/Constants.py b/Resources/Constants.py index 8902f4bb9..e3b6e95a9 100644 --- a/Resources/Constants.py +++ b/Resources/Constants.py @@ -35,7 +35,7 @@ class Constants: self.smcspoof_version = "1.0.0" self.cputscsync = "1.0.3" self.hibernationfixup = "1.3.9" - self.payload_version = "0.0.3" + self.payload_version = "0.0.4" # Get resource path self.current_path = Path(__file__).parent.parent.resolve()