Releases: adelolmo/hd-idle
Releases · adelolmo/hd-idle
1.21 / 2023-10-22
1.20 / 2023-02-17
- Fix force hd-idle into background in init script
- Fix missing man page
1.19 / 2023-02-09
- Support more than 26 disks. Benjamin Engele
- Introduce
-p
parameter to configure the power condition sent with the START STOP UNIT command. Benjamin Engele - Explicitly defined read/write as uint64 rather than letting the compiler guess based on system. Paul Webster
- Fixed poolInterval calculation when using idle intervals of 0. Martin Oemus
- Fixed Use UNIX time to calculate skew interval. Thanks you msz-kp
1.18 / 2022-08-17
- Fix cross platform compilation
- Simplify package generation in rules file
- Complete the list of targets for the service restart
1.17 / 2022-07-28
- Readme cosmetics by Alexander Raab
- Restart service after suspend or hibernate
- Get statistics from device mapper for LUKS encrypted devices by Sylvain Pasche
1.16 / 2021-09-06
- Fix to try both ATA standby commands before fail. - Zhenyu Wu
- Update help and man page to inform that "i" parameter with value zero never spins down disks. - Maximilian Bichel
1.15 / 2021-04-05
- #51 Handle disks with no partitions.
Encrypted disks do not have any partitions. In this case, the disk level activity has to be taken into
consideration.
1.14 / 2021-03-28
1.13 / 2021-03-04
1.12 / 2020-12-05
- Fix inconsistent spin down log. The release v1.11 changed the log output on spin down to
/dev/sda spindown
. Now is back to the formatsda spindown
. - Fix typo in help
-h
flag. This bug prevented showing the help on command line.