diff --git a/CHANGELOG.md b/CHANGELOG.md index 52067cc12..7d91e6175 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,6 +35,8 @@ - Due to both Kepler and Ivy needing root patching, no benefit to disable the iGPU - Refactor Hardware Model building - Resolve dGPU output on MacBookPro10,1 +- Add Panel ID `9cd6` for iMac11,3 + - Resolves Brightness control ## 0.2.5 diff --git a/payloads/Kexts/Misc/BacklightInjector-v1.0.0.zip b/payloads/Kexts/Misc/BacklightInjector-v1.0.0.zip deleted file mode 100644 index 79d17e59d..000000000 Binary files a/payloads/Kexts/Misc/BacklightInjector-v1.0.0.zip and /dev/null differ diff --git a/payloads/Kexts/Misc/BacklightInjector-v1.1.0.zip b/payloads/Kexts/Misc/BacklightInjector-v1.1.0.zip new file mode 100644 index 000000000..281c7edd8 Binary files /dev/null and b/payloads/Kexts/Misc/BacklightInjector-v1.1.0.zip differ diff --git a/resources/constants.py b/resources/constants.py index fc4d05461..3c7c77576 100644 --- a/resources/constants.py +++ b/resources/constants.py @@ -54,7 +54,7 @@ class Constants: ## Dortania ## https://github.com/dortania - self.backlight_injector_version = "1.0.0" # BacklightInjector + self.backlight_injector_version = "1.1.0" # BacklightInjector self.smcspoof_version = "1.0.0" # SMC-Spoof self.mce_version = "1.0.0" # AppleMCEReporterDisabler self.btspoof_version = "1.0.0" # Bluetooth-Spoof