Skip to content

3.14.0

Compare
Choose a tag to compare
@pyamsoft pyamsoft released this 14 Jan 18:02
· 31 commits to main since this release

Full Changelog: 3.13.4...3.14.0

  • Support for amd_pstate as the CPU driver
  • Drops support for the --loop long-option. If you want looping behavior, you should use the watch program:
$ watch -n 5 pstate-frequency --get
  • Drops support for passing 1 or 0 to --turbo, to set turbo values, you should always use on or off which will be smart
    an determine how the specific CPU driver interprets the command.
  • Faster option processing by reducing inner loop work
  • Reduced sysfs writes