Skip to content

Releases: AdnanHodzic/auto-cpufreq

v1.5.2

17 Jan 09:24
19886a4
Compare
Choose a tag to compare

Bug fixes and improvements:

  • Disable setting EPP if HWP is active and governor is set to "performance" (#138)
  • Improved OpenSUSE detection (#135 )

Thanks to our contributors for this release!

v1.5.1

06 Dec 23:49
Compare
Choose a tag to compare

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

06 Dec 17:22
97b9dc1
Compare
Choose a tag to compare

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

28 Sep 09:02
c0af7d6
Compare
Choose a tag to compare

Bug fixes and improvements:

  • Revamp of charging check function #85 #108

Thanks to our contributors for this release!

v1.3.3

24 Sep 05:56
Compare
Choose a tag to compare

Bug fixes and improvements:

  • Improved support for system info on CPU hotplug (on/offline CPU's) #119
  • Added support for Solus #122

Thanks to our contributors for this release!

v1.3.2

22 Sep 15:14
Compare
Choose a tag to compare

Bug fixes and improvements:

  • Report core states as a table (#116)
  • Turbo trigger revamp, use more conservative settings (#109, #118)
  • Re-enable app_version func + add missing footer to daemon log
  • Updated dependencies for source installer (#121)

Thanks to our contributors for this release!

v1.3.1

13 Sep 19:37
Compare
Choose a tag to compare

Features:

  • Display CPU usage per each core

Bug fixes and improvements:

  • fixed display_load function not being executed each iteration
  • handle app_version function for source install using try/except (#111)
  • properly print out daemon check message on SNAP

v1.3

11 Sep 20:08
Compare
Choose a tag to compare

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

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

v1.2.4

05 Sep 12:18
Compare
Choose a tag to compare

Bug fixes and improvements:

  • Snap package migration to core20 (Ubuntu 20.04 with Python 3.8.2)
  • Revamp of writing daemon service logs for snap environments (Close: #53, #82)
  • Improved turbo trigger on 1 core 100% load and on load average (PR: #105)

Thanks to our contributors for this release!

v1.2.2

01 Sep 18:52
Compare
Choose a tag to compare

Bug fixes and improvements:

  • Modified fixed CPU usage percentage (Close: #98)
  • Implemented environment agnostic way to install pip packages (Close: #94)

Thanks to our contributors for this release!