What’s Changed
- remember original pwm value and restore it when exiting (#130) by @markusressel
- Bump github.com/prometheus/client_golang from 1.12.1 to 1.12.2 (#123) by @dependabot
- Bump github.com/guptarohit/asciigraph from 0.5.4 to 0.5.5 (#114) by @dependabot
- Bump github.com/guptarohit/asciigraph from 0.5.3 to 0.5.4 (#113) by @dependabot
- Bugfix/pwm enable error logging (#112) by @markusressel
- only check permissions if the cmd sensor is actually in use (#111) by @markusressel
- Bump github.com/tomlazar/table from 0.1.1 to 0.1.2 (#109) by @dependabot
- Bump github.com/spf13/viper from 1.10.1 to 1.11.0 (#108) by @dependabot
- Bump github.com/pterm/pterm from 0.12.40 to 0.12.41 (#107) by @dependabot
🚀 Features and ✨ Enhancements
- Feature/api (#129) by @markusressel
- Feature/#116 ignore pwm enable file if it doesnt exist (#128) by @markusressel
- Feature/cmd fan (#126) by @markusressel
- use path.Join more to avoid double slashes and stuff (#121) by @markusressel
- Feature/notifications (#120) by @markusressel
- Feature/pid loop (#115) by @markusressel
🐛 Bugfixes
- added DISPLAY environment variable to service file, to make notificat… (#125) by @markusressel
- fix hwmon device index mapping (#124) by @markusressel
- increment index, even if pwm output cant be found (#122) by @markusressel
- add path sanitization (#117) by @markusressel