Increment build

This commit is contained in:
Mykola Grymalyuk
2022-07-17 18:05:29 -06:00
parent 105fa4e908
commit 5208ab0f82
2 changed files with 12 additions and 10 deletions
+8 -6
View File
@@ -1,5 +1,7 @@
# OpenCore Legacy Patcher changelog # OpenCore Legacy Patcher changelog
## 0.4.9
## 0.4.8 ## 0.4.8
- Ensure Apple Silicon-specific installers are not listed - Ensure Apple Silicon-specific installers are not listed
- ie. M2 specific build (21F2092) - ie. M2 specific build (21F2092)
@@ -95,7 +97,7 @@
- Rim improvements - Rim improvements
- Trackpad swipe between pages - Trackpad swipe between pages
- Cycle between windows - Cycle between windows
- Improve Display Prefpane Image - Improve Display Preference pane Image
- Defaults prefix change (`ASB_` -> `MORAEA_`, reopen non-Metal Settings to apply) - Defaults prefix change (`ASB_` -> `MORAEA_`, reopen non-Metal Settings to apply)
- Increment Binaries: - Increment Binaries:
- PatcherSupportPkg 0.3.9 - release - PatcherSupportPkg 0.3.9 - release
@@ -128,9 +130,9 @@
- Add Disk Highlighting during Build/Install for previously installed disks - Add Disk Highlighting during Build/Install for previously installed disks
- Only list newest installers by default (reload to show older binaries) - Only list newest installers by default (reload to show older binaries)
- Remove manual root unpatching - Remove manual root unpatching
- Removed due to reliablity issues - Removed due to reliability issues
- `bless` based reversion still supported in Big Sur+ - `bless` based reversion still supported in Big Sur+
- Remove Unoffical Mojave/Catalina Root Patching - Remove Unofficial Mojave/Catalina Root Patching
- For TeraScale 2-based acceleration on older OSes, use v0.4.3 - For TeraScale 2-based acceleration on older OSes, use v0.4.3
- Simplify Binary options - Simplify Binary options
- Removes Online Patcher Variants - Removes Online Patcher Variants
@@ -213,7 +215,7 @@
- PatcherSupportPkg 0.2.9 - release - PatcherSupportPkg 0.2.9 - release
- Re-add Content Caching support for VMM-spoofed systems - Re-add Content Caching support for VMM-spoofed systems
- Add wxPython Based GUI - Add wxPython Based GUI
- Superceeds Obj-C Based GUI - Supersedes Obj-C Based GUI
- Both standard and offline builds provided - Both standard and offline builds provided
- Allow optional spoofing on native Models - Allow optional spoofing on native Models
- Recommended for systems that cannot update their firmware natively (ie. dead internal drive) - Recommended for systems that cannot update their firmware natively (ie. dead internal drive)
@@ -374,7 +376,7 @@
- Applicable for BRCM2046 and BRCM2070 chipsets - Applicable for BRCM2046 and BRCM2070 chipsets
- Disable Library Validation allowing for AMFI usage - Disable Library Validation allowing for AMFI usage
- Remove reliance on amfi_get_out_of_my_way=1 - Remove reliance on amfi_get_out_of_my_way=1
- Add Kepler Accleration Patches for Monterey Beta 7 and newer - Add Kepler Acceleration Patches for Monterey Beta 7 and newer
- Add FirmwareFeature upgrading to all Models - Add FirmwareFeature upgrading to all Models
- Fixes Monterey Beta 7 installation issues - Fixes Monterey Beta 7 installation issues
- Add iMac7,1 USB map - Add iMac7,1 USB map
@@ -438,7 +440,7 @@
- RestrictEvents 1.0.3 rolling (3773ce2 - 06-20-2021) - RestrictEvents 1.0.3 rolling (3773ce2 - 06-20-2021)
- SidecarFixup 1.0.2 rolling (2c29166 - 06-21-2021) - SidecarFixup 1.0.2 rolling (2c29166 - 06-21-2021)
- PatcherSupportPkg 0.0.18 - PatcherSupportPkg 0.0.18
- Allow AirPlay to Mac support on Skylake - Coffeelake Macs - Allow AirPlay to Mac support on Skylake - Coffee Lake Macs
## 0.1.9 ## 0.1.9
+1 -1
View File
@@ -12,7 +12,7 @@ from data import os_data
class Constants: class Constants:
def __init__(self): def __init__(self):
# Patcher Versioning # Patcher Versioning
self.patcher_version = "0.4.8" # OpenCore-Legacy-Patcher self.patcher_version = "0.4.9" # OpenCore-Legacy-Patcher
self.patcher_support_pkg_version = "0.5.1" # PatcherSupportPkg self.patcher_support_pkg_version = "0.5.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/"