Skip to content

1.2: Stability, Optional Sensors & Documentation

Compare
Choose a tag to compare
@vmatare vmatare released this 05 Jun 01:06
· 148 commits to master since this release

This release brings one new feature, a major overhaul of the documentation and fixes numerous compatibility and stability issues.

  • Sensors can now be marked as optional, so thinkfan won't fail if there is an error reading from them. Addresses issues #39, #41 and #44.
  • The thinkfan.conf manpage has been updated to thoroughly cover the new YAML-based config syntax. The manpage for the old (now deprecated) syntax was renamed to thinkfan.conf.legacy. The legacy config examples were completely removed, and instead we now have a single YAML example config that should cover everything.
  • Numerous minor and not-so-minor stability and compatibility issues have been fixed. Most importantly, on systemd-based systems, thinkfan will now be notified before the system goes to sleep, hopefully eliminating the sensor-read problems on wakeup reported by some users.