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 c2f773a commit 1a871fdCopy full SHA for 1a871fd
CHANGELOG.md
@@ -1,6 +1,8 @@
1
# OpenCore Legacy Patcher changelog
2
3
-## 2.4.0
+## 2.3.1
4
+- Resolve error on OpenCore Vaulted configs
5
+ - Regression from 2.3.0
6
7
8
## 2.3.0
opencore_legacy_patcher/constants.py
@@ -13,7 +13,7 @@
13
class Constants:
14
def __init__(self) -> None:
15
# Patcher Versioning
16
- self.patcher_version: str = "2.4.0" # OpenCore-Legacy-Patcher
+ self.patcher_version: str = "2.3.1" # OpenCore-Legacy-Patcher
17
self.patcher_support_pkg_version: str = "1.9.2" # PatcherSupportPkg
18
self.copyright_date: str = "Copyright © 2020-2025 Dortania"
19
self.patcher_name: str = "OpenCore Legacy Patcher"
0 commit comments