We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 504cdc6 commit 69ab0fdCopy full SHA for 69ab0fd
CHANGELOG.md
@@ -11,6 +11,8 @@
11
- Expand AppleGraphicsPowerManagement and AppleGraphicsDeviceControl Override support
12
- Fix MacBookPro8,2/3 Brightness Control
13
- dGPU must be disabled via NVRAM or deMUXed
14
+- Increment binaries:
15
+ - Apple Binaries 478f6a6 (0.0.7 release - 05-16-2021)
16
17
## 0.1.4
18
- Fix Device Path formatting on 2012+ iMacs
Resources/Constants.py
@@ -39,7 +39,7 @@ def __init__(self):
39
self.nvmefix_version = "1.0.7"
40
self.sidecarfixup_version = "1.0.0"
41
self.innie_version = "1.3.0"
42
- self.payload_version = "0.0.6"
+ self.payload_version = "0.0.7"
43
44
# Get resource path
45
self.current_path = Path(__file__).parent.parent.resolve()
0 commit comments