Auto Cpufreq Versions Save

Automatic CPU speed & power optimizer for Linux

v2.2.0

2 months ago

Features:

  • Add support for configuring/overriding "Energy Performance Preference (EPP)" #619
  • Add battery charge thresholds limit #637

Bug fixes and improvements:

  • Fix dynamic boosting being incorrectly diagnosed #631| Closes: #622
  • Add ability to build snap packages for both amd64 & arm64 architectures
  • Bump cryptography from 41.0.6 to 42.0.0 #638
  • nix: bump version to 2.1.0 and update lock file #609
  • Change update checking to return "no update" instead of exiting process on server connection error #629
  • Update README: troubleshoot turbo mode not available #611
  • Update README: add instruction for failing buildings in case of missing git directory #630
  • Fix typo in dialog box #618
  • Enable_tresholds config file improvements #642 | Closes: #641
  • Rebuilt battery scripts #645
  • Add battery functions to --live #646
  • Update README with new battery thresholds feature #644

Thanks to all contributors who made this release possible:

@shadeyg56 @natewu @murbot @hingen @rootCircle @PhoenixCausesOof @PurpleWazard

v2.1.0

5 months ago

Features:

  • Allow GUI to detect available update and install it #587
  • Support for pyproject.toml #576
  • Add support for shell completion #580

Bug fixes and improvements:

  • auto-cpufreq-installer: removed dependence on record files for removal #581
  • wrapper: switch sh to bash (Void fix) #578 | Closes #577
  • nix: replace local derivation with nixpkgs derivation #572
  • Refactor(flake): improve usage #582
  • Bump urllib3 from 2.0.6 to 2.0.7 #585
  • Skip temp sensor that report as 0 #586 (Closes: #583)
  • Fix img link and adjust text #584
  • Add zenpower for AMD CPU temps #590
  • Add Syntax Highlighting to the Configuration File Example #591
  • Fix dubious ownership error in auto-cpufreq-installer #597 (Closes: #595)
  • v2.1.0 tag update fix #605
  • Update README to match changes to the AUR package #606

@shadeyg56 @rootCircle @isabelroses @theDrake @fredinj @blackpill0w @amogus07 @MusicalArtist12

v2.0.0

6 months ago

YouTube video: auto-cpufreq v2.0 release & demo of all available features and options

Features:

  • Gtk Application for auto-cpufreq #486 #554 | Closes: #87
  • Add Nix flake and better Nix support #553

Bug fixes and improvements:

  • Add optional path in --update #559 #538
  • Add systemd-boot instructions #543
  • Add missing dependencies #546 | Closes: #544
  • sysinfo: check for additional sensors and no longer default to first sensor #548 | Closes: #545
  • Fix auto-cpufreq --update for Arch based distros for non AUR installations #550
  • Replace #!/bin/bash with #!/usr/bin/env bash #551
  • Bump version from 2.0 to 2.0.0 and improved error catching #558

@shadeyg56 @cosmos1721 @Aikufurr @rootCircle @robertosw

v1.9.9

8 months ago

Features:

  • Add auto-cpufreq --update feature #535 | closes: #341

Bug fixes and improvements:

  • Fixed bug related to recurring sudo prompt for functions that even don't require it #531 | closes: #530
  • Adding root_check before set_override method execution #524
  • cpufreqctl: don't try writing to non-existent files #533
  • Fix Links in the README
  • Make Self Referencing Links in the README.md Relative #534
  • Fix README typos #536

@cosmos1721 @rootCircle @cmm @blackpill0w @kianmeng

v1.9.8

10 months ago

Features:

  • Ability to force use of powersave or performance governors #476 | closes: #467
  • Snap package support for ARM64 architecture, including >= Raspberry Pi 4 or Apple Silicon (M1/2) devices | closes: #457

Bug fixes and improvements:

  • Ensure all core indices are handled, RPI 4 support | closes: #457
  • Check for CPU label if no coretemp #513 | closes: #498
  • Update Readme for issue of auto-cpufreq not autostarting on AUR #485 | closes: #463
  • Update README for fedora (noob friendly) grub instructions #505
  • fixup(runit): allow daemon to search for the executable in /usr/local/bin #508 | closes: #460
  • Update Readme Troubleshooting with How to Disable AMD-Pstate #466
  • Re-align how usage, temp, and freq are displayed

Thanks to our contributors for this release!

  • @marchwicki
  • @shadeyg56
  • @siddharthkumarjha
  • @AlbertSolomon
  • @Animeshz
  • @biggus-dickus

v1.9.7

1 year ago

Bug fixes and improvements:

  • Add functionality to display system load average
  • Removed battery percentage
  • Use usr/local/bin instead of usr/bin for Silverblue and other immutable OSs #460 #449
  • Add wheel to dependencies (speed up install) #447
  • Fixed bug where turbo boost will always be on in performance mode #455
  • Documentation update/revamp #458
  • Fix for auto-cpufreq-installer regression in #460 (#462)
  • Improve auto-cpufreq installer (#459)

Thanks to our contributors for this release!

  • @BowDown097
  • @johnseekins
  • @R1D3R175
  • @gimbles
  • @abvee

v1.9.6

1 year ago

Bug fixes and improvements:

  • Don't overwrite /usr/bin/cpufreqctl.auto-cpufreq excessively #420
  • Add s6 script for auto-cpufreq install #421
  • Omit the --all flag from calling nproc to get actual number of cores #423
  • CPU fan speed display patch #431
  • Replaced obsolete "egrep" calls with "grep -E" #435
  • Code optimization & addition of battery percentage #432
  • Switch to the properly maintained AUR package #433

Thanks to our contributors for this release!

  • @zoitrok
  • @AnasR7
  • @SunkenHero
  • @hingen
  • @xd003

v1.9.5

1 year ago

Bug fixes and improvements:

  • Upgrade to Snap Core 22
  • Catch exception in call to psutil .cmdline() (#413)
  • Fix multiple typos as reported by typos #410
  • Fix daemon typo #409
  • Running "auto-cpufreq" itself returns an error (#408)

Thanks to our contributors for this release!

  • @m-GDEV
  • @tacheometry
  • @ishaanbhimwal
  • @zoitrok

v1.9.4

1 year ago

Bug fixes and improvements:

  • auto-cpufreq now refreshes CPU frequencies in (near) real time #132
  • Revamped mechanism how log file is emptied (optimize & increase execution speed)
  • Fixed "Average all core temp/Total system load" fields being displayed with too many decimals #392

Thanks to our contributors for this release!

  • @Jeroenvb3

v1.9.3

2 years ago

Bug fixes and improvements:

  • Improved Snap package detection (#368, #372)