Skip to content

Commit

Permalink
Added constants for macOS 13 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey1970AppleLife committed Jun 8, 2022
1 parent c0d9066 commit a4a1d52
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
HibernationFixup Changelog
============================
#### v1.4.6
- Added constants for macOS 13 support

#### v1.4.5
- When battery level is critical, try to put macOS into sleep/hibernate mode only once per minute.

Expand Down
2 changes: 1 addition & 1 deletion HibernationFixup/kern_start.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ PluginConfiguration ADDPR(config) {
ADDPR(hbfx_config).bootargBeta,
arrsize(ADDPR(hbfx_config).bootargBeta),
KernelVersion::MountainLion,
KernelVersion::Monterey,
KernelVersion::Ventura,
[]() {
ADDPR(hbfx_config).readArguments();
hbfx.init();
Expand Down

0 comments on commit a4a1d52

Please sign in to comment.