mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-22 11:00:16 +10:00
Resolve F16C reporting errors
This commit is contained in:
@@ -5,6 +5,9 @@
|
|||||||
- Implement new analytics_handler.py module
|
- Implement new analytics_handler.py module
|
||||||
- Adds support for anonymous analytics including host info (and crash reports in the future)
|
- Adds support for anonymous analytics including host info (and crash reports in the future)
|
||||||
- Can be disabled via GUI or `defaults write com.dortania.opencore-legacy-patcher DisableCrashAndAnalyticsReporting -bool true`
|
- Can be disabled via GUI or `defaults write com.dortania.opencore-legacy-patcher DisableCrashAndAnalyticsReporting -bool true`
|
||||||
|
- Resolve Safari rendering error on Ivy Bridge in macOS 13.3+
|
||||||
|
- Increment Binaries:
|
||||||
|
- RestrictEvents 1.1.1 - rolling (495f4d5)
|
||||||
|
|
||||||
## 0.6.3
|
## 0.6.3
|
||||||
- Update non-Metal Binaries:
|
- Update non-Metal Binaries:
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
BIN
payloads/Kexts/Acidanthera/RestrictEvents-v1.1.1-DEBUG.zip
Normal file
BIN
payloads/Kexts/Acidanthera/RestrictEvents-v1.1.1-DEBUG.zip
Normal file
Binary file not shown.
BIN
payloads/Kexts/Acidanthera/RestrictEvents-v1.1.1-RELEASE.zip
Normal file
BIN
payloads/Kexts/Acidanthera/RestrictEvents-v1.1.1-RELEASE.zip
Normal file
Binary file not shown.
@@ -38,7 +38,7 @@ class Constants:
|
|||||||
self.airportbcrmfixup_version: str = "2.1.7" # AirPortBrcmFixup
|
self.airportbcrmfixup_version: str = "2.1.7" # AirPortBrcmFixup
|
||||||
self.nvmefix_version: str = "1.1.0" # NVMeFix
|
self.nvmefix_version: str = "1.1.0" # NVMeFix
|
||||||
self.applealc_version: str = "1.6.3" # AppleALC
|
self.applealc_version: str = "1.6.3" # AppleALC
|
||||||
self.restrictevents_version: str = "1.1.0" # RestrictEvents
|
self.restrictevents_version: str = "1.1.1" # RestrictEvents
|
||||||
self.featureunlock_version: str = "1.1.4" # FeatureUnlock
|
self.featureunlock_version: str = "1.1.4" # FeatureUnlock
|
||||||
self.debugenhancer_version: str = "1.0.7" # DebugEnhancer
|
self.debugenhancer_version: str = "1.0.7" # DebugEnhancer
|
||||||
self.cpufriend_version: str = "1.2.6" # CPUFriend
|
self.cpufriend_version: str = "1.2.6" # CPUFriend
|
||||||
|
|||||||
Reference in New Issue
Block a user