mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-23 03:20:16 +10:00
Sync PatcherSupportPkg
This commit is contained in:
@@ -1,9 +1,8 @@
|
|||||||
# OpenCore Legacy Patcher changelog
|
# OpenCore Legacy Patcher changelog
|
||||||
|
|
||||||
## 0.2.0
|
## 0.2.0
|
||||||
|
|
||||||
- Refactor device probe logic
|
- Refactor device probe logic
|
||||||
- Implement PatcherSupportPkg v0.0.7
|
- Implement PatcherSupportPkg v0.0.8
|
||||||
- Reduces binary sizes depending on OS
|
- Reduces binary sizes depending on OS
|
||||||
- Deprecates Apple-Binaries-OCLP
|
- Deprecates Apple-Binaries-OCLP
|
||||||
- Fix full screen and Airplay to Mac support for Intel HD4000 iGPUs in Monterey
|
- Fix full screen and Airplay to Mac support for Intel HD4000 iGPUs in Monterey
|
||||||
|
|||||||
@@ -42,7 +42,7 @@ class Constants:
|
|||||||
self.debugenhancer_version = "1.0.3"
|
self.debugenhancer_version = "1.0.3"
|
||||||
self.innie_version = "1.3.0"
|
self.innie_version = "1.3.0"
|
||||||
self.fw_kext = "1.0.0"
|
self.fw_kext = "1.0.0"
|
||||||
self.patcher_support_pkg_version = "0.0.7" # PatcherSupportPkg
|
self.patcher_support_pkg_version = "0.0.8" # PatcherSupportPkg
|
||||||
|
|
||||||
# Get resource path
|
# Get resource path
|
||||||
self.current_path = Path(__file__).parent.parent.resolve()
|
self.current_path = Path(__file__).parent.parent.resolve()
|
||||||
|
|||||||
Reference in New Issue
Block a user