Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change path detection for liquidctl.exe #36

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on May 29, 2024

  1. Change path detection for liquidctl.exe

    The path should now always resolve to the same as the one where the FanControl.Liquidctl.dll is
    sp00n authored May 29, 2024
    Configuration menu
    Copy the full SHA
    fb5f8db View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. - Added support for fan controllers that return multiple fan entries …

    …("Fan 1 speed", "Fan 2 speed", etc)
    
    - I probably violated a dozen of best practices though
    - Fixed a bug where status values that are not numbers/floats prevented the plugin from working
    - Replaced the hardcoded location of the liquidctl.exe to match the directory where the FanControl.Liquidctl.dll is located. So you can now also install the plugin over the Fan Control interface
    sp00n committed May 30, 2024
    Configuration menu
    Copy the full SHA
    1dbb10d View commit details
    Browse the repository at this point in the history
  2. - Comment update

    sp00n committed May 30, 2024
    Configuration menu
    Copy the full SHA
    9bf83af View commit details
    Browse the repository at this point in the history