Skip to content

Releases: Lurkki14/tuxclocker

TuxClocker 1.0.0

26 Sep 15:46
Compare
Choose a tag to compare

Changelog

TuxClocker 1.0.0 is an almost complete rewrite. It facilitates easier extension of the program through a plugin interface for device support. Privileged actions are done in a daemon, so the GUI does not need to run as a privileged user.

Note that this release only has support for Nvidia GPUs.

New features

  • DBus API

New hierarchical GUI

  • Able to support multiple GPUs, multiple fans etc.
  • Allows to connect writable range-based properties to any readable property, allowing more than just fan curves eg. custom throttling behavior by connecting power limit to temperature
  • Able to reset nodes to default values recursively (reset every writable property of a device at once)
  • Option to apply profile values automatically
  • Unified view for writable and readable properties

0.1.1

03 Feb 18:01
Compare
Choose a tag to compare

This is a bugfix release.

Changelog

  • Fix memory clock being divided by 2 on initial load
  • Fix fan curve saving

Note: Due to the changed method in saving fan curves, the curves saved in the old format aren't usable in this patch.

0.1.0

31 Jan 12:39
Compare
Choose a tag to compare

Changelog

  • Provisional multi-GPU support
  • Fix crashes when trying to change unsupported features
  • Greatly reduced CPU usage when monitoring
  • Add window icon

0.0.1

22 Jan 13:44
Compare
Choose a tag to compare

First release