Skip to content

Tags: vmatare/thinkfan

Tags

2.0.0

Toggle 2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
workflows: fix ubuntu libsensors pkgname

1.3.1

Toggle 1.3.1's commit message
systemd: put version in service description

1.3.0

Toggle 1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
CI: switch to Ubuntu 18.04 and 20.04

also simplify by using strategy:matrix:

1.2.2

Toggle 1.2.2's commit message
improve logging behavior

Increase loglevel of non-cyclic message and default loglevel to TF_NFY.
Only thing that stays at TF_INF is the lost sensor message on optional
sensors, so that wouldn't be logged by default any more.

1.2.1

Toggle 1.2.1's commit message
thinkfan-wakeup.service: fix dependencies

the sleep service actually finishes just before going to sleep, so we
have to depend on each sleep service explicitly to make sure the wakeup
script runs *after* waking up.

1.2

Toggle 1.2's commit message
thinkfan.conf.5: rename complex -> detailed syntax

Hopefully, "detailed" is less off-putting to users than "complex", as
they should really be going for that instead of simple mode.

1.1

Toggle 1.1's commit message
yamlconfig: replace NULL -> nullptr

0.9.4

Toggle 0.9.4's commit message
include sys/types.h

apparently needed with non-GNU libc's. Fixes github issue #55.

1.0.2

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

fixes issue #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.