Sync PatcherSupportPkg

Back from surgery, OCLP development should start to slowly ramp up again!
This commit is contained in:
Mykola Grymalyuk
2023-03-07 17:44:05 -07:00
parent e8f44e4eaa
commit ca24aa6ce5
2 changed files with 9 additions and 2 deletions

View File

@@ -12,6 +12,13 @@
- Paired along side AutoPkgInstaller
- Implement Kernel Debug Kit backup system
- Allows for easy restoration of KDKs if OS updates corrupted installed KDKs
- Update Wireless binaries
- Fixed WiFi preferences crash with legacy wifi patches
- Update non-Metal Binaries
- Improved menubar blur saturation
- Fixed System Settings hover effects, including Bluetooth connect button
- Add Books hacks (reimplement cover image generation, disable broken page curl animation)
- Fixed unresponsive buttons
- Backend Changes:
- Refactored kdk_handler.py
- Prioritizes KdkSupportPkg repository for downloads
@@ -38,7 +45,7 @@
- pyinstaller - 5.7.0
- packaging - 23.0
- Increment Binaries:
- PatcherSupportPkg 0.8.3 - release
- PatcherSupportPkg 0.8.4 - release
- AutoPkgInstaller 1.0.2 - release
## 0.6.1

View File

@@ -13,7 +13,7 @@ class Constants:
def __init__(self):
# Patcher Versioning
self.patcher_version = "0.6.2" # OpenCore-Legacy-Patcher
self.patcher_support_pkg_version = "0.8.3" # PatcherSupportPkg
self.patcher_support_pkg_version = "0.8.4" # PatcherSupportPkg
self.url_patcher_support_pkg = "https://github.com/dortania/PatcherSupportPkg/releases/download/"
self.nightly_url_patcher_support_pkg = "https://nightly.link/dortania/PatcherSupportPkg/workflows/build/master/"
self.discord_link = "https://discord.gg/rqdPgH8xSN"