v0.5.3
ilya-zlobintsev
released this
02 Mar 11:26
·
104 commits
to master
since this release
[0.5.3] - 2024-03-02
Features
- Display current_gfxclk if available (#250)
- Compress debug snapshots into .tar.gz, include system info in them. This allows them to be attached to github issues
- OpenSUSE packaging (#262)
- Display info about throttling (#274)
- Handle scenarios when only the fan PWM is present, without speed readings. This should allow fan control on older GPUs
- Add package signing to fedora packages (#276)
- Improve fan curve point adjustment, add ability to manually set the speed value
- Include git commit in version info (#249)
Bug Fixes
- Segfault caused by incorrect usage of
fork
in the embedded daemon (#259) - Intermittent CI failures due to a pkger distro detection error
- Fix amdgpu_bo_cpu_map failed error in embedded mode (#264)
- Avoid selectable labels for dynamic info (#270)
- Include
name
in the hwmon snapshot - Dont fail release creation on artifact errors
Refactor
- Use blueprint for the info page (#273)
Documentation
- Add Gentoo installation (#252)
- Add socket permission notes to README (#260)
- Update README hardware support table (#277)
- Add issue templates (#278)
- Create FUNDING.yml
- Fix kofi link
Miscellaneous Tasks
- Restructure Cargo.toml files to use workspace-level dependencies
- Update dependencies, adopt breaking changes
- Bump version
- Set opt-level and lto for smaller binary size