Skip to content

Commit

Permalink
Merge branch 'master' into squashed
Browse files Browse the repository at this point in the history
  • Loading branch information
0xFireWolf committed Jun 6, 2023
2 parents d0037fd + f4b09c7 commit 8432fbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
WhateverGreen Changelog
=======================
#### v1.6.5
- Added constants for macOS 14 support
- Added a new boot argument `-igfxblt` to revert the optimizations done by the compiler in backlight related functions, fixing the 3-minute dark screen issue and making Backlight Smoother (BLS) work on mobile Coffee Lake platforms running macOS 13.4 or later. (by @0xFireWolf)

#### v1.6.4
Expand Down
2 changes: 1 addition & 1 deletion WhateverGreen/kern_start.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ PluginConfiguration ADDPR(config) {
bootargBeta,
arrsize(bootargBeta),
KernelVersion::SnowLeopard,
KernelVersion::Ventura,
KernelVersion::Sonoma,
[]() {
weg.init();
}
Expand Down

0 comments on commit 8432fbc

Please sign in to comment.