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 362b3e4 commit c6eb016Copy full SHA for c6eb016
CHANGELOG.md
@@ -1,5 +1,7 @@
1
# OpenCore Legacy Patcher changelog
2
3
+## 0.0.3
4
+
5
## 0.0.2
6
- Expand IOHIDFamily Patch to all Nvidia chipsets
7
- Fix Airdrop 1.0 support
OpenCore-Patcher.command
@@ -13,7 +13,7 @@ import zipfile
13
from Resources import *
14
15
# List build versions
16
-patcher_version = "0.0.2"
+patcher_version = "0.0.3"
17
18
CustomSMBIOS=False
19
MainMenu=True
0 commit comments