Skip to content

Commit b4e6688

Browse files
committed
Merge remote-tracking branch 'origin/main' into macos-next
# Conflicts: # CHANGELOG.md # opencore_legacy_patcher/constants.py
2 parents a710869 + 31539dc commit b4e6688

28 files changed

+1189
-795
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
blank_issues_enabled: false
1+
blank_issues_enabled: true

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
- Increment Binaries:
88
- OpenCorePkg 1.0.5 - rolling (f03819e)
99

10+
## 2.4.1
11+
- Switch installer source to AppleDB
12+
- Resolves missing or incorrect installers showing up when downloading an installer
13+
1014
## 2.4.0
1115
- Reduce CPU usage on main UI thread
1216
- Thanks [goneng](https://github.com/goneng) for the implementation!

docs/.vuepress/config.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,10 @@ module.exports = {
111111
collapsable: false,
112112
sidebarDepth: 1,
113113
children: [
114-
'TROUBLESHOOTING',
115-
'ACCEL',
114+
'TROUBLESHOOT-APP',
115+
'TROUBLESHOOT-MISC',
116+
'TROUBLESHOOT-NONMETAL',
117+
'TROUBLESHOOT-HARDWARE',
116118
'DEBUG',
117119

118120
]

docs/.vuepress/styles/index.styl

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ tr
4040
&:nth-child(2n)
4141
background-color var(--sideBgColor)
4242

43+
h4
44+
font-size 1.08rem
45+
4346

4447

4548
.dropdown-wrapper .nav-dropdown
@@ -65,4 +68,4 @@ tr
6568
color: var(--accentColor) !important
6669

6770
.search-box .suggestion.focused a
68-
color: var(--navItemHoverColor) !important
71+
color: var(--navItemHoverColor) !important

docs/ACCEL.md

Lines changed: 0 additions & 213 deletions
This file was deleted.

0 commit comments

Comments
 (0)