What’s Changed
- Feature/more tests (#314) by @markusressel
- fix wrong documentation (#312) by @markusressel
- Bump github.com/prometheus/client_golang from 1.20.3 to 1.20.4 (#309) by @dependabot
- Bump go.etcd.io/bbolt from 1.3.10 to 1.3.11 (#306) by @dependabot
- Bump github.com/prometheus/client_golang from 1.20.2 to 1.20.3 (#308) by @dependabot
- Bump github.com/prometheus/client_golang from 1.20.1 to 1.20.2 (#307) by @dependabot
- Bump github.com/prometheus/client_golang from 1.20.0 to 1.20.1 (#305) by @dependabot
- Bump github.com/prometheus/client_golang from 1.19.1 to 1.20.0 (#304) by @dependabot
- Bump github.com/guptarohit/asciigraph from 0.7.1 to 0.7.2 (#303) by @dependabot
- Bump golangci/golangci-lint-action from 6.0.1 to 6.1.0 (#302) by @dependabot
- Bump github.com/spf13/cobra from 1.8.0 to 1.8.1 (#299) by @dependabot
- Bump github.com/spf13/viper from 1.18.2 to 1.19.0 (#297) by @dependabot
- Bump golangci/golangci-lint-action from 5.3.0 to 6.0.1 (#296) by @dependabot
- Bump github.com/prometheus/client_golang from 1.19.0 to 1.19.1 (#295) by @dependabot
- Bump go.etcd.io/bbolt from 1.3.9 to 1.3.10 (#294) by @dependabot
- Bump golangci/golangci-lint-action from 5.0.0 to 5.3.0 (#293) by @dependabot
- Bump golangci/golangci-lint-action from 3.7.0 to 5.0.0 (#292) by @dependabot
- Bump github.com/labstack/echo-contrib from 0.17.0 to 0.17.1 (#291) by @dependabot
- Bump github.com/labstack/echo/v4 from 4.11.4 to 4.12.0 (#290) by @dependabot
- Bump github.com/labstack/echo-contrib from 0.16.0 to 0.17.0 (#289) by @dependabot
- Bump github.com/guptarohit/asciigraph from 0.6.0 to 0.7.1 (#285) by @dependabot
- Update README.md (#284) by @ShalokShalom
- Bump github.com/guptarohit/asciigraph from 0.5.6 to 0.6.0 (#282) by @dependabot
- Bump github.com/labstack/echo-contrib from 0.15.0 to 0.16.0 (#281) by @dependabot
- Bump google.golang.org/protobuf from 1.32.0 to 1.33.0 (#276) by @dependabot
- Bump github.com/pterm/pterm from 0.12.75 to 0.12.79 (#278) by @dependabot
- Bump go.etcd.io/bbolt from 1.3.8 to 1.3.9 (#277) by @dependabot
- Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (#279) by @dependabot
- Bump github.com/prometheus/client_golang from 1.18.0 to 1.19.0 (#280) by @dependabot
- Bump softprops/action-gh-release from 1 to 2 (#275) by @dependabot
- Update README.md (#274) by @markusressel
- Bump actions/setup-go from 4 to 5 (#268) by @dependabot
- Bump actions/checkout from 3 to 4 (#257) by @dependabot
- update dependencies (#255) by @markusressel
🚀 Features and ✨ Enhancements
- Fix/linear pwm adjustment (#267) by @jwefers
- Feature/more tests (#313) by @markusressel
- Feature/support rpm in file fan config (#263) by @markusressel
- less verbose CLI output (#256) by @markusressel
🐛 Bugfixes
- fix pwmMap not beeing applied correctly, added documentation (#315) by @markusressel
- automatically create the parent path of the db if missing (#288) by @markusressel
- reset Configuration data before unmarshalling the config (#259) by @markusressel