Skip to content

Releases: pyamsoft/pstate-frequency

3.15.2

05 Sep 01:43
acfd67d
Compare
Choose a tag to compare

3.15.1

06 Apr 18:17
9e156ea
Compare
Choose a tag to compare

Full Changelog: 3.15.0...3.15.1

Fix a bug where options were undefined when called with no arguments
Add support for an experimental RPM spec

3.15.0

17 Feb 18:22
Compare
Choose a tag to compare

Full Changelog: 3.14.0...3.15.0

Brings support for the amd-pstate-epp CPU driver on supported systems
Brings support for setting and viewing EPP (Energy Performance Policy) on supported systems
Prepares future support for amd-pstate-epp Turbo Boost setting and viewing, with fallback for currently unsupported systems.

3.14.0

14 Jan 18:02
Compare
Choose a tag to compare

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

3.13.0

04 Jan 02:24
Compare
Choose a tag to compare

Deprecates the old systemd service in favor of an instanced service
Deprecates turbo option as a number instead of the text "on" or "off"
Documents the system --delay option