Releases: suikan4github/fuyujitaku
Releases · suikan4github/fuyujitaku
Release v2.0.2
The default HibernateDelaySec is now 1440m.
This is 24h. We assume the following scenario.
A user uses a PC every day at the same time. For example, he turned on the PC at 9:00 AM and closed the lid at 7:00 PM. With the 24h HibernateDelaySec, PC doesn't hibernate at 9:00 AM of the next day. So, the resume is quick.
Assume the user takes a rest on the weekend. Then, the PC hibernates at 7:00 PM on the weekend. Therefore, the user can conserve battery power on the first day of the weekend.
Full Changelog: v2.0.2...v2.0.2
Release v2.0.1
- Implement an overflow guard for the storage. If the swap file is too large, exit the script immediately.
Release v2.0.0
- Refactor the script to introduce unit tests.
- Unit test by shellspec.
- Parameter is given by CLI option instead of environmental variable, now.
- Parameters allow the unit and deliver unit ( s, m for delay. M, G for size.)
- Refresh README.
Release v1.1.1
Full Changelog: v1.1.0...v1.1.1
Add an error check code on top of the script.
Now, only EXT4 filesystem is accepted. Others are rejected.
Release v1.1.0
- Brush up on the /etc/default/grub handling.
- Add HIBERNATE_DELAY_SEC parameter.
Release v1.0.0
Initial release.
Tested with:
- Ubuntu 24.04.2
- Ubuntu Mate 25.04
- Kubuntu 25.04
Working fine on my laptop PC (Fujitsu FMV Lifebook U939).