Releases: AdnanHodzic/auto-cpufreq
Releases · AdnanHodzic/auto-cpufreq
v1.5.3
Bug fixes and improvements:
- Improve logging & prevent log size growth #148
- Deliver custom parallel version of cpufreqctl #150
- Fix Ryzen 4750U temperature output with zenpower #151
- Add Arch-based Linux to auto-cpufreq-installer script #152
- Improved Python file structure (rename source > auto_cpufreq) #153
Thanks to our contributors for this release!
v1.5.2
v1.5.1
Bug fixes and improvements:
- Re-calibrated performance/powersave triggers (fixed turbo always on on powersave) (#109 )
- Resolved
cpufreqctl
conflict as part of AUR package (#87, #133)
Thanks to our contributors for this release!
v1.5.0
Features:
- Implemented mechanism to set turbo based on CPU temperature in combination with CPU utilization/load (prevent overheating).
Related: #109
Bug fixes and improvements:
- Fixed bug in performance boost logic (#131)
- Added support for OpenSUSE Tumbleweed as part of
auto-cpufreq-installer
(#134) - Set to consistently use correct data across functions with
cpuload
&load1m
Thanks to our contributors for this release!
v1.3.4
v1.3.3
v1.3.2
v1.3.1
v1.3
Features:
- Revamped
--debug
functionality- to exclude use of
inxi
tool and rely solely on Python - include additional info about environment and auto-cpufreq system resource consumption
- to exclude use of
Bug fixes and improvements:
- Code/functions refactoring
- Resolved "error: invalid command 'bdist_wheel'" during snap package build
- Add distro info, kernel, driver, snap to debug
- Don't run
--remove
if daemon is not installed