Skip to content

Releases: marazmista/radeon-profile

20200824

24 Aug 20:12
Compare
Choose a tag to compare

Changes

  • Added support for changing profiles using pp_power_profile_mode
  • Plot definition dialog size restriction removed
  • Fixed bug when axis minimum value drops below 0
  • Percent scales on axes are no longer fixed to 0-100 range
  • Modified UI of left side panel
  • Allow tray icon to be themed (thanks @Darkhogg, #208)
  • Fixed applying core/mem clocks when in root mode (#163)
  • Fixed sorting of fan steps (#211)

20200504

04 May 18:48
Compare
Choose a tag to compare

Changes

  • Fixed crash on exit (#196)
  • Fixed crash when changing configuration of top bar (#190)
  • Fixed typos and grammar (#191) (thanks to @Oxalin) (306743e)
  • Save "Refresh when hidden" check state in settings (#159)
  • Added Russian translation (thanks to @Ukol1) (#160)

20190903

03 Sep 17:40
Compare
Choose a tag to compare

Changes

  • Manual frequency states control implemented (#91, #137, #153)
  • Added current average power cap display (power1_average) (#140)
  • Fixed overwrite of DPM power level on start during list creation (#149)
  • Fixed memory percent overclock
  • Fixed topbar configuration window height (#136)
  • Fixed crash when exec profile binary does not exists

20190603

03 Jun 18:13
Compare
Choose a tag to compare

Changes

Require daemon 20190603 or newer

  • Initialize device after connection with daemon has been established, try to reconnect after connection loss (#123)
  • Added options to disable connection confirmation or confirm without daemon's request (#123)
  • Daemon socket path changed from /tmp to /run (marazmista/radeon-profile-daemon#18)
  • Add plot definition to list when name changed (#130)
  • Option 'Refresh data without request' indicated as dependent to 'Use daemon as a data provider'
  • Fixed regex for correct read of data from amdgpu_pm_file when older cards use amdgpu module

20190311

11 Mar 20:28
Compare
Choose a tag to compare

Changes

  • Added support for multiple overclock profiles (require daemon 20190301 or newer)
  • Fixed fan RPM value read (#115)
  • Fixed tray icon tooltip refresh (#127)
  • Fixed power cap value change (#126)
  • Fixed issue with empty name of fan profile when save as action cancelled
  • Disconnect daemon when dXorg class destroyed
  • Don't send overclock tables when only power cap has been modfied

20190220

20 Feb 20:45
Compare
Choose a tag to compare

Changes

  • Added support for OD_VDDC_CURVE (Vega20 overclocking)
  • Added send response to daemon question whether radeon-profile is alive (#121)
  • Save graphs to file after Apply clicked (#113)
  • Fixed incorrect value on power cap slider
  • Fixed UI bug for percent overclocking (#120)

20190211

11 Feb 20:38
Compare
Choose a tag to compare

Changes

  • New dialog to adjust fan step and overclock values
  • Fixed segfault when read pp_od_clk_voltage file (#112)
  • Fixed bug when saving currently activated fan profile didn't update its new values
  • Fixed wrong window state when start minimized is enabled (#107)
  • Removed locked fan steps, changes in fan profile definition (#109)
  • Removed option to enable 0% fan speed (0 is minimum by default)

20190127

27 Jan 20:44
Compare
Choose a tag to compare

Changes

  • Added overdrive overclocking and voltage adjustment (pp_od_clk_voltage)
  • Added power cap adjustment (#71)
  • Fixed GPU usage display on amdgpu module (#70 and #77)
  • Fixed module values read
  • Accept close event (should fix #85)
  • Save fan profiles immediately to file after Save button click
  • Various optimizations of startup process