Skip to content

Releases: acidanthera/HibernationFixup

1.3.2

13 Jan 06:38
Compare
Choose a tag to compare

v1.3.2

  • Fix nvram.plist saving in Catalina, new path is used when the root folder is not writable: /System/Volumes/Data/nvram.plist

1.3.1

02 Dec 11:07
Compare
Choose a tag to compare

v1.3.1

  • Code refactoring, fix duplicates in log, auto-hibernate can work without power source

1.3.0

30 Oct 12:11
Compare
Choose a tag to compare

v1.3.0

  • Do not use recursive iterator to detect EmuVariableUefiPresent (based on panic report analysis)

1.2.9

08 Oct 07:21
Compare
Choose a tag to compare

v1.2.9

  • Improve auto-hibernate feature: if power nap is enabled, hibernation will start after next Maintenance/SleepService wake (standbyDelay value is respected)

1.2.8

07 Sep 13:28
Compare
Choose a tag to compare

v1.2.8

  • Fixed memory leaks
  • Fixed EmuVariableUefiPresent detection (nvram.plist will be properly saved if EmuVariableUefiPresent == Yes in ioreg)
  • Improve auto-hibernate feature: modify next wake time only before regular sleep

1.2.7

11 Aug 12:23
feeafb7
Compare
Choose a tag to compare

v1.2.7

  • Unified release archive names

1.2.6

03 Jul 08:05
2593d00
Compare
Choose a tag to compare

v1.2.6

  • Allow loading on 10.15 without -lilubetaall
  • Fix minor typos in code and comments (credits to PMheart)

1.2.5

03 May 20:03
122d565
Compare
Choose a tag to compare

v1.2.5

  • Improve auto-hibernate feature: modify next wake time to currentTime + standbyDelay

1.2.4

21 Dec 11:04
Compare
Choose a tag to compare

v1.2.4

  • New feature: forces hibernate mode depending on specified factors (auto hibernate modes)

1.2.3

13 Aug 10:59
Compare
Choose a tag to compare

v1.2.3

  • Basic 10.14 support