v0.4.5
·
250 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