You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed Battery bar not updating to reflect the charge status, fixing issue #11
Added a Max Fan Button for easier control
Made sure that the daemons cleans its sockets up before exiting, whether normally or abruptly, Fixes #9
Updated daemon to v0.2.9 and merged the changes
Heavily Optimised the dashboard code for lower system calls using caching and other general optimisations , bugs were fixed
More Accurate CPU temps on some models using avg of all the found cpu cores, Fixes the Issue #7 for many models
Now the gui uses hwmon6 folder and fetches all the cores temp input value from there, avg them out and then show. This provides more accurate info and also mitigates the issue of temps suddenly spiking too high for CPU temp
Added Issues/Feedback button that leads to Issues page on GitHub
Increase the history points of temp graph from 30 to 60 (2 mins of history)