Releases: marazmista/radeon-profile
Releases · marazmista/radeon-profile
20200824
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
20190903
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
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 useamdgpu
module
20190311
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
20190211
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
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