mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-21 06:30:52 +10:00
Sync PatcherSupportPkg
This commit is contained in:
@@ -28,6 +28,11 @@
|
|||||||
- Add error handling to non-standard/malformed OpenCore Boot Path
|
- Add error handling to non-standard/malformed OpenCore Boot Path
|
||||||
- Non-Metal Enhancements:
|
- Non-Metal Enhancements:
|
||||||
- Add work-around to double clock bug introduced in macOS 12.4
|
- Add work-around to double clock bug introduced in macOS 12.4
|
||||||
|
- Resolve non-functioning Dismiss buttons bug introduced in macOS 12.4
|
||||||
|
- Refresh Status Bar when item length changes
|
||||||
|
- Add smoother transition for auto appearance
|
||||||
|
- Increment Binaries:
|
||||||
|
- PatcherSupportPkg 0.4.1 - release
|
||||||
|
|
||||||
## 0.4.4
|
## 0.4.4
|
||||||
- Lower SIP requirement for Root Patching
|
- Lower SIP requirement for Root Patching
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ class Constants:
|
|||||||
def __init__(self):
|
def __init__(self):
|
||||||
# Patcher Versioning
|
# Patcher Versioning
|
||||||
self.patcher_version = "0.4.5" # OpenCore-Legacy-Patcher
|
self.patcher_version = "0.4.5" # OpenCore-Legacy-Patcher
|
||||||
self.patcher_support_pkg_version = "0.4.0" # PatcherSupportPkg
|
self.patcher_support_pkg_version = "0.4.1" # PatcherSupportPkg
|
||||||
self.url_patcher_support_pkg = "https://github.com/dortania/PatcherSupportPkg/releases/download/"
|
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.nightly_url_patcher_support_pkg = "https://nightly.link/dortania/PatcherSupportPkg/workflows/build/master/"
|
||||||
self.discord_link = "https://discord.gg/rqdPgH8xSN"
|
self.discord_link = "https://discord.gg/rqdPgH8xSN"
|
||||||
|
|||||||
Reference in New Issue
Block a user