mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-23 11:30:15 +10:00
Merge branch 'main' into logging-rework
This commit is contained in:
@@ -7,6 +7,9 @@
|
|||||||
- Allows for Live Text support on systems with3802 GPUs
|
- Allows for Live Text support on systems with3802 GPUs
|
||||||
- ie. Intel Ivy Bridge and Haswell, Nvidia Kepler
|
- ie. Intel Ivy Bridge and Haswell, Nvidia Kepler
|
||||||
- Previously disabled due to high instability in Photos with Face Scanning, now resolved
|
- Previously disabled due to high instability in Photos with Face Scanning, now resolved
|
||||||
|
- Update non-Metal Binaries:
|
||||||
|
- Resolve window placement defaulting past top of screen for some apps
|
||||||
|
- ex. OpenCore-Patcher.app during root patching
|
||||||
- Backend changes:
|
- Backend changes:
|
||||||
- Call `setpgrp()` to prevent app from being killed if parent process is killed (ie. LaunchAgents)
|
- Call `setpgrp()` to prevent app from being killed if parent process is killed (ie. LaunchAgents)
|
||||||
- Rework logging handler:
|
- Rework logging handler:
|
||||||
@@ -21,6 +24,8 @@
|
|||||||
- Applicable to systems with 2 (or more) USB Installers with the same name plugged in
|
- Applicable to systems with 2 (or more) USB Installers with the same name plugged in
|
||||||
- Resolve payloads path being mis-routed during CLI calls
|
- Resolve payloads path being mis-routed during CLI calls
|
||||||
- Add UI when fetching root patches for host
|
- Add UI when fetching root patches for host
|
||||||
|
- Increment Binaries:
|
||||||
|
- PatcherSupportPkg 1.1.1 - release
|
||||||
|
|
||||||
## 0.6.6
|
## 0.6.6
|
||||||
- Implement option to disable ColorSync downgrade on HD 3000 Macs
|
- Implement option to disable ColorSync downgrade on HD 3000 Macs
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ class Constants:
|
|||||||
def __init__(self) -> None:
|
def __init__(self) -> None:
|
||||||
# Patcher Versioning
|
# Patcher Versioning
|
||||||
self.patcher_version: str = "0.6.7" # OpenCore-Legacy-Patcher
|
self.patcher_version: str = "0.6.7" # OpenCore-Legacy-Patcher
|
||||||
self.patcher_support_pkg_version: str = "1.1.0" # PatcherSupportPkg
|
self.patcher_support_pkg_version: str = "1.1.1" # PatcherSupportPkg
|
||||||
self.copyright_date: str = "Copyright © 2020-2023 Dortania"
|
self.copyright_date: str = "Copyright © 2020-2023 Dortania"
|
||||||
self.patcher_name: str = "OpenCore Legacy Patcher"
|
self.patcher_name: str = "OpenCore Legacy Patcher"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user