Resolve F16C reporting errors

This commit is contained in:
Mykola Grymalyuk
2023-04-13 11:16:53 -06:00
parent 5011b2c3f1
commit eec8f3e797
6 changed files with 4 additions and 1 deletions

View File

@@ -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:

View File

@@ -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