Releases: acidanthera/HibernationFixup
Releases · acidanthera/HibernationFixup
1.3.2
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
v1.3.1
- Code refactoring, fix duplicates in log, auto-hibernate can work without power source
1.3.0
v1.3.0
- Do not use recursive iterator to detect EmuVariableUefiPresent (based on panic report analysis)
1.2.9
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
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
v1.2.7
- Unified release archive names
1.2.6
v1.2.6
- Allow loading on 10.15 without
-lilubetaall
- Fix minor typos in code and comments (credits to PMheart)
1.2.5
1.2.4
v1.2.4
- New feature: forces hibernate mode depending on specified factors (auto hibernate modes)
1.2.3
v1.2.3
- Basic 10.14 support