diff --git a/CHANGELOG.md b/CHANGELOG.md index bd1badd9d..59f3ed5a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/resources/constants.py b/resources/constants.py index 991bce4de..de11c79de 100644 --- a/resources/constants.py +++ b/resources/constants.py @@ -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"