Releases: AdnanHodzic/auto-cpufreq
Releases · AdnanHodzic/auto-cpufreq
v1.2.1
v1.2
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
v1.1.1
- 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
- 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
- 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