Skip to content

Tags: mariobl/thinkfan

Tags

1.0.2

Toggle 1.0.2's commit message
fix degrees char formatting in man page

fixes issue vmatare#64, thanks to @mariobl for the patch.

1.0.1

Toggle 1.0.1's commit message
fix watchdog ping

Commit #d395107 didn't fix the whole issue, we also need to subtract the
sleeptime now instead of adding it. Otherwise we'd always ping the
watchdog sleeptime seconds too late.
Thanks to github user @susanwl for spotting this.

1.0

Toggle 1.0's commit message
config: properly disable YAML

yamlconfig.h include was unguarded. Fixes issue vmatare#54.

1.0_beta3

Toggle 1.0_beta3's commit message
Fix SimpleLevelParser with string level

Simple fan level entries weren't correctly parsed when the fan level was
enclosed in double quotes, e.g. as in "level full-speed".

1.0_beta2

Toggle 1.0_beta2's commit message
remove NEWS from CMakeList.txt

1.0_beta1

Toggle 1.0_beta1's commit message
documentation cleanup

0.9.3

Toggle 0.9.3's commit message
output fan lvl string on write error