Skip to content

v0.4.5

Compare
Choose a tag to compare
@ilya-zlobintsev ilya-zlobintsev released this 21 Oct 14:19
· 127 commits to master since this release

[0.4.5] - 2023-10-21

Bug Fixes

  • Handle missing drm values when updating info in gui
  • Use BTreeMap to store gpu controllers so the order of gpus is defined
  • Treat closing the confirmation dialog as reverting
  • Update power cap frame properly when switching gpus
  • Don't show overclock warning label when overclocking is not available
  • Update vram size instantly when switching gpus
  • Stop the settings refresh timer after choosing an option when applying (#196)
  • Update amdgpu-sysfs with 7900xt fixes

Documentation

  • Remove typo (#201)

Features

  • Bump amdgpu-sysfs with RDNA3 changes, change values to signed integers
  • Bump amdgpu-sysfs with support for unlabled sensors
  • Assign numbers to gpus in the gpu selector
  • Added static fan control option (#198)

Miscellaneous Tasks

  • Print more info when applying settings
  • Use glib futures instead of threads in the gui, replace mutex/rwlock with refcell
  • Use LocalSet for daemon tasks, replace mutex/rwlock with refcell
  • Show a message when vulkan is not available on the selected gpu
  • Clean up dependency features
  • Strip binary in release mode
  • Bump dependencies
  • Clippy fixes