mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-20 14:10:51 +10:00
Update BlueToolFixup to rolling
This commit is contained in:
+2
-1
@@ -1,6 +1,7 @@
|
|||||||
# OpenCore Legacy Patcher changelog
|
# OpenCore Legacy Patcher changelog
|
||||||
|
|
||||||
## 0.6.9
|
## 0.6.9
|
||||||
|
- Resolve BCM2046 and BCM2070 support on macOS 13.3 and newer
|
||||||
- Increment Binaries:
|
- Increment Binaries:
|
||||||
- OpenCorePkg 0.9.3 - release
|
- OpenCorePkg 0.9.3 - release
|
||||||
- Lilu 1.6.6 - release
|
- Lilu 1.6.6 - release
|
||||||
@@ -9,7 +10,7 @@
|
|||||||
- FeatureUnlock 1.1.5 - release
|
- FeatureUnlock 1.1.5 - release
|
||||||
- DebugEnhancer 1.0.8 - release
|
- DebugEnhancer 1.0.8 - release
|
||||||
- CPUFriend 1.2.7 - release
|
- CPUFriend 1.2.7 - release
|
||||||
- BlueToolFixup 2.6.7 - release
|
- BlueToolFixup 2.6.8 - rolling (2305aaa)
|
||||||
- CryptexFixup 1.0.2 - release
|
- CryptexFixup 1.0.2 - release
|
||||||
|
|
||||||
## 0.6.8
|
## 0.6.8
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -43,7 +43,7 @@ class Constants:
|
|||||||
self.featureunlock_version: str = "1.1.5" # FeatureUnlock
|
self.featureunlock_version: str = "1.1.5" # FeatureUnlock
|
||||||
self.debugenhancer_version: str = "1.0.8" # DebugEnhancer
|
self.debugenhancer_version: str = "1.0.8" # DebugEnhancer
|
||||||
self.cpufriend_version: str = "1.2.7" # CPUFriend
|
self.cpufriend_version: str = "1.2.7" # CPUFriend
|
||||||
self.bluetool_version: str = "2.6.7" # BlueToolFixup (BrcmPatchRAM)
|
self.bluetool_version: str = "2.6.8" # BlueToolFixup (BrcmPatchRAM)
|
||||||
self.cslvfixup_version: str = "2.6.1" # CSLVFixup
|
self.cslvfixup_version: str = "2.6.1" # CSLVFixup
|
||||||
self.autopkg_version: str = "1.0.2" # AutoPkgInstaller
|
self.autopkg_version: str = "1.0.2" # AutoPkgInstaller
|
||||||
self.cryptexfixup_version: str = "1.0.2" # CryptexFixup
|
self.cryptexfixup_version: str = "1.0.2" # CryptexFixup
|
||||||
|
|||||||
Reference in New Issue
Block a user