Skip to content

Releases: ilya-zlobintsev/LACT

v0.2.1

25 Feb 16:01
Compare
Choose a tag to compare

This is a hotfix release that fixes a deadlock when switching between GPUs on a multi-GPU system.

v0.2.0

25 Feb 13:31
2108864
Compare
Choose a tag to compare

This release has a LOT of changes, including:

  • The GUI now uses Gtk4
  • The daemon has been rewritten and now exposes a JSON API over a conventional unix socket, see here for more
  • All of the SysFS handling is now done as part of the amdgpu-sysfs crate, which now fully supports both new and old formats for the clocks table, leading into the next point
  • You can now change voltage on GPUs using the new clocks table format (Vega20+)
  • The fan curve can now be fully customized from the UI, with the ability to add/remove points and edit temperatures
  • There are now searchable lists of Vulkan features and extensions
  • LACT now has an icon! It was created by @NalianNalis, see #15
  • There is now a workflow to build .deb and .rpm packages using pkger

Unfortunately, due to config format changes (and GPU identification in particular) your settings will not be saved when updating from an older version.

There are a lot of internal changes as well. This is a large release which addresses a lot of the issues that were present before, and will make it possible to implement more features that were not present before.

Please report any issues that you get, as it is not possible to test every existing hardware configuration.

v0.1.1

13 Aug 09:24
Compare
Choose a tag to compare

Changelog:

  • Use junction temperature instead of edge when supported
  • Update GTK

0.1

23 Mar 06:40
Compare
Choose a tag to compare
0.1
v0.1

First tagged release