Skip to content

Releases: AdnanHodzic/auto-cpufreq

v1.2

06 Aug 20:10
4833367
Compare
Choose a tag to compare

Features:

  • AMD support - #63
  • Display temperature for each physical core
  • Implemented --debug option (#70)
  • Implemented issue template

Bug fixes:

  • Various auto-cpufreq-installer bug fixes
  • Properly get CPU temperature for AMD Ryzen using k10temp #62 (Closes: #14)
  • Added ability to use auto-cpufreq-installer from any path #65
  • Switching to psutil in order to monitor charger state #68
  • Added missing build dependencies for snap package

Thanks to @Red-Eyed for being a big contributor of this release!

v1.1.2

27 Mar 11:31
Compare
Choose a tag to compare
  • Fixed systemd "executable path is not absolute error" (close: #42)

v1.1.1

24 Mar 21:42
Compare
Choose a tag to compare
  • Disable EPP (Intel Speed Shift) support on older CPU's which don't support it
  • Various bug fixes and improvements

Thanks to @validatedev for being a big contributor of this release!

v1.1

21 Mar 15:26
abe463c
Compare
Choose a tag to compare
  • Implemented mechanism for adjustable EPP (Intel Speed Shift) values
  • Various bug fixes and improvements

Thanks to @validatedev for being a big contributor of this release

v1.0

19 Mar 21:29
6e83d2b
Compare
Choose a tag to compare
  • Creation of auto-cpufreq Python package using setup.py build script
  • Creation and release of auto-cpufreq snap package
  • Creation of source code based installer auto-cpufreq-installer
  • Deactivate turbo boost in performance if system load/CPU usage is low
  • Refined conditions when turbo boost is activated/deactivated
  • Numerous other bugs fixes and improvements