[0.5.5] - 2024-06-15
This is a fairly minor release that fixes various settings not applying on certain GPUs and adds a fan speed graph to the plots window.
🚀 Features
- Check /sys/bus/pci/devices for devices that don't have a drm entry initialized
- Add fan speed plot (#338)
- Rearrange graphs in a grid
🐛 Bug Fixes
- Find matching debugfs device by searching through all names
- Apply power profile mode after the performance level
- Fix press 'Enable Overclocking' will panic (#320)
- Gracefully handle transient fan control errors
- Label text clipping
- Set fan speed graph y axis label to rpm
- Only set PMFW options when they're different from the current value
- Defer committing clocks/fan settings changes until all the values have been written (#340)
📚 Documentation
- Add development build info to readme
⚙ Miscellaneous Tasks
- Bump dependencies
- Drop unused dependency
Packaging
- Add ubuntu 24.04 package (#332)