Skip to content

Releases: markusressel/fan2go

0.9.0

28 Sep 22:44
661543e
Compare
Choose a tag to compare

What’s Changed

🚀 Features and ✨ Enhancements

🐛 Bugfixes

0.8.1

10 Sep 18:36
Compare
Choose a tag to compare

What’s Changed

  • Fix typo in README (#253) by @UserJHansen
  • Bump github.com/pterm/pterm from 0.12.65 to 0.12.66 (#251) by @dependabot
  • Bump golangci/golangci-lint-action from 3.6.0 to 3.7.0 (#252) by @dependabot
  • Raise default MaxRpmDiffForSettledFan (#249) by @nivekuil
  • Bump github.com/pterm/pterm from 0.12.63 to 0.12.65 (#248) by @dependabot
  • Bump github.com/pterm/pterm from 0.12.62 to 0.12.63 (#243) by @dependabot
  • Bump github.com/labstack/echo/v4 from 4.10.2 to 4.11.1 (#242) by @dependabot
  • Bump github.com/guptarohit/asciigraph from 0.5.5 to 0.5.6 (#241) by @dependabot
  • Bump golangci/golangci-lint-action from 3.5.0 to 3.6.0 (#240) by @dependabot
  • Bump github.com/prometheus/client_golang from 1.15.1 to 1.16.0 (#238) by @dependabot
  • Bump golangci/golangci-lint-action from 3.4.0 to 3.5.0 (#236) by @dependabot
  • Bump github.com/spf13/viper from 1.15.0 to 1.16.0 (#234) by @dependabot
  • Bump github.com/stretchr/testify from 1.8.3 to 1.8.4 (#235) by @dependabot
  • Bump github.com/pterm/pterm from 0.12.61 to 0.12.62 (#233) by @dependabot
  • Bump github.com/labstack/echo-contrib from 0.14.1 to 0.15.0 (#232) by @dependabot
  • Bump github.com/stretchr/testify from 1.8.2 to 1.8.3 (#228) by @dependabot
  • Bump github.com/pterm/pterm from 0.12.60 to 0.12.61 (#226) by @dependabot
  • Bump github.com/pterm/pterm from 0.12.59 to 0.12.60 (#225) by @dependabot
  • Bump github.com/prometheus/client_golang from 1.15.0 to 1.15.1 (#223) by @dependabot
  • Bump github.com/pterm/pterm from 0.12.58 to 0.12.59 (#222) by @dependabot
  • Bump github.com/prometheus/client_golang from 1.14.0 to 1.15.0 (#221) by @dependabot
  • Bump github.com/spf13/cobra from 1.6.1 to 1.7.0 (#219) by @dependabot
  • Bump github.com/pterm/pterm from 0.12.57 to 0.12.58 (#218) by @dependabot
  • Bump github.com/pterm/pterm from 0.12.56 to 0.12.57 (#217) by @dependabot
  • Fix autoconfigure for weird PWMs (#213) by @jfroy
  • Bump actions/setup-go from 3 to 4 (#215) by @dependabot
  • run tests after linting to avoid cache issues (#214) by @markusressel
  • Bump github.com/pterm/pterm from 0.12.55 to 0.12.56 (#212) by @dependabot
  • Bump github.com/pterm/pterm from 0.12.54 to 0.12.55 (#210) by @dependabot
  • Bump github.com/labstack/echo-contrib from 0.14.0 to 0.14.1 (#209) by @dependabot
  • Bump github.com/stretchr/testify from 1.8.1 to 1.8.2 (#208) by @dependabot
  • Bump github.com/labstack/echo-contrib from 0.13.1 to 0.14.0 (#204) by @dependabot
  • Bump github.com/labstack/echo/v4 from 4.10.1 to 4.10.2 (#205) by @dependabot
  • Bump github.com/labstack/echo/v4 from 4.10.0 to 4.10.1 (#203) by @dependabot
  • Bump go.etcd.io/bbolt from 1.3.6 to 1.3.7 (#200) by @dependabot
  • Bump github.com/pterm/pterm from 0.12.53 to 0.12.54 (#197) by @dependabot
  • Bump github.com/spf13/viper from 1.14.0 to 1.15.0 (#195) by @dependabot
  • Bump github.com/pterm/pterm from 0.12.51 to 0.12.53 (#190) by @dependabot
  • Bump github.com/labstack/echo-contrib from 0.13.0 to 0.13.1 (#189) by @dependabot
  • Bump github.com/labstack/echo/v4 from 4.9.1 to 4.10.0 (#186) by @dependabot
  • Bump github.com/pterm/pterm from 0.12.50 to 0.12.51 (#185) by @dependabot
  • Bump github.com/pterm/pterm from 0.12.49 to 0.12.50 (#181) by @dependabot
  • Bump github.com/spf13/viper from 1.13.0 to 1.14.0 (#179) by @dependabot
  • Bump github.com/prometheus/client_golang from 1.13.1 to 1.14.0 (#180) by @dependabot
  • Do not hard-fail on process owner check (#177) by @zopieux
  • fix config validation not working then specifying a config via -c (#178) by @markusressel
  • Add nixpkgs package to README.md (#175) by @mtoohey31
  • Bump github.com/prometheus/client_golang from 1.13.0 to 1.13.1 (#174) by @dependabot

🚀 Features and ✨ Enhancements

🐛 Bugfixes

  • Support disjoint fan and pwm configurations (#206) by @jfroy
  • Call setupUi from cobra.OnInitialize so it applies to all commands (#207) by @jfroy
  • append chip address to isa devices (just like pci devices) (#191) by @markusressel

0.8.0

26 Oct 12:53
Compare
Choose a tag to compare

What’s Changed

  • Bump github.com/stretchr/testify from 1.8.0 to 1.8.1 (#171) by @dependabot
  • Bump github.com/labstack/echo/v4 from 4.9.0 to 4.9.1 (#170) by @dependabot
  • Bump github.com/spf13/cobra from 1.5.0 to 1.6.0 (#169) by @dependabot
  • Bump github.com/pterm/pterm from 0.12.48 to 0.12.49 (#166) by @dependabot
  • Bump github.com/pterm/pterm from 0.12.47 to 0.12.48 (#165) by @dependabot
  • Bump github.com/pterm/pterm from 0.12.46 to 0.12.47 (#158) by @dependabot
  • Bump github.com/spf13/viper from 1.12.0 to 1.13.0 (#157) by @dependabot
  • Bump github.com/labstack/echo/v4 from 4.8.0 to 4.9.0 (#156) by @dependabot
  • Bump github.com/pterm/pterm from 0.12.45 to 0.12.46 (#155) by @dependabot
  • Bump github.com/labstack/echo/v4 from 4.7.2 to 4.8.0 (#150) by @dependabot
  • Bump github.com/prometheus/client_golang from 1.12.2 to 1.13.0 (#149) by @dependabot
  • Bump github.com/pterm/pterm from 0.12.44 to 0.12.45 (#146) by @dependabot
  • Bump github.com/pterm/pterm from 0.12.42 to 0.12.44 (#145) by @dependabot
  • Bump github.com/stretchr/testify from 1.7.5 to 1.8.0 (#143) by @dependabot
  • Bump github.com/stretchr/testify from 1.7.4 to 1.7.5 (#141) by @dependabot
  • Bump github.com/pterm/pterm from 0.12.41 to 0.12.42 (#136) by @dependabot
  • Bump github.com/stretchr/testify from 1.7.2 to 1.7.4 (#137) by @dependabot
  • Bump github.com/spf13/cobra from 1.4.0 to 1.5.0 (#138) by @dependabot
  • Bump github.com/stretchr/testify from 1.7.1 to 1.7.2 (#133) by @dependabot
  • Bump github.com/spf13/viper from 1.11.0 to 1.12.0 (#131) by @dependabot

🚀 Features and ✨ Enhancements

🐛 Bugfixes

0.7.0

21 May 10:52
Compare
Choose a tag to compare

What’s Changed

🚀 Features and ✨ Enhancements

🐛 Bugfixes

0.6.2

04 Apr 19:37
Compare
Choose a tag to compare

What’s Changed

  • validate function curve type
  • update to golang 1.18

0.6.1

04 Apr 18:25
Compare
Choose a tag to compare

What’s Changed

🚀 Features and ✨ Enhancements

🐛 Bugfixes

0.6.0

02 Apr 19:12
Compare
Choose a tag to compare

What’s Changed

  • Bump github.com/pterm/pterm from 0.12.39 to 0.12.40 (#101) by @dependabot
  • Bump github.com/pterm/pterm from 0.12.38 to 0.12.39 (#99) by @dependabot
  • Bump github.com/stretchr/testify from 1.7.0 to 1.7.1 (#98) by @dependabot
  • Bump github.com/spf13/cobra from 1.3.0 to 1.4.0 (#97) by @dependabot
  • Bump github.com/pterm/pterm from 0.12.37 to 0.12.38 (#95) by @dependabot
  • Bump github.com/guptarohit/asciigraph from 0.5.2 to 0.5.3 (#94) by @dependabot
  • Bump github.com/pterm/pterm from 0.12.36 to 0.12.37 (#92) by @dependabot
  • Bump github.com/tomlazar/table from 0.1.0 to 0.1.1 (#91) by @dependabot

🚀 Features and ✨ Enhancements

🐛 Bugfixes

  • Fix crash on invalid curve config (#93) by @Smeat

0.5.0

06 Feb 16:56
Compare
Choose a tag to compare

What’s Changed

🚀 Features and ✨ Enhancements

0.4.1

03 Feb 19:43
Compare
Choose a tag to compare

What’s Changed

  • Bump github.com/pterm/pterm from 0.12.35 to 0.12.36 (#86) by @dependabot
  • Bump github.com/pterm/pterm from 0.12.34 to 0.12.35 (#85) by @dependabot
  • Bump github.com/prometheus/client_golang from 1.12.0 to 1.12.1 (#84) by @dependabot
  • Bump github.com/prometheus/client_golang from 1.11.0 to 1.12.0 (#83) by @dependabot
  • Bump github.com/pterm/pterm from 0.12.33 to 0.12.34 (#82) by @dependabot

🐛 Bugfixes

0.4.0

21 Dec 03:39
Compare
Choose a tag to compare

What’s Changed

🚀 Features and ✨ Enhancements