Skip to content

v0.3.0

Compare
Choose a tag to compare
@ilya-zlobintsev ilya-zlobintsev released this 28 Feb 09:57
· 280 commits to master since this release

This release includes several major changes:

  • Voltage offset support and fixes for RX 6000 series GPUs

    Due to format differences in the GPUs of this series, it was not possible to properly configure clocks settings on them. After debugging and help from various people in #51 this has been resolved and now it's additionally possible to configure the voltage offset value (not present on older GPUs)

  • UI redesign

    The UI has been updated to look cleaner and have consistent padding around elements, see #106 for side-to-side comparison. Thanks @treuks for helping with the design.

Minor changes:

  • The daemon no longer fails to start if it can't apply the current settings, now it prints an error instead. This can happen for example if you've disabled overdrive support after having it previously enabled.
  • There are more logs on the "debug" logging level (disabled by default)