gui_main.py: Add support for KDK chainloading

This commit is contained in:
Mykola Grymalyuk
2023-02-06 21:28:28 -07:00
parent 68af20d2fa
commit fe8a2d253a
7 changed files with 109 additions and 15 deletions

View File

@@ -7,6 +7,9 @@
- Ensure `Moraea_BlurBeta` is set on non-Metal systems
- Implement proper Root Unpatching verification in GUI
- Removes arbitrary patch requirements used against unpatching (ex. network connection)
- Implement Kernel Debug Kit installation during OS installs
- Avoids network requirement for first time installs
- Paired along side AutoPkgInstaller
- Backend Changes:
- Refactored kdk_handler.py
- Prioritizes KdkSupportPkg repository for downloads
@@ -30,6 +33,7 @@
- packaging - 23.0
- Increment Binaries:
- PatcherSupportPkg 0.8.3 - release
- AutoPkgInstaller 1.0.2 - release
## 0.6.1
- Avoid usage of KDKlessWorkaround on hardware not requiring it