Releases: WombatFromHell/veridian-controller
Releases · WombatFromHell/veridian-controller
Version 0.2.6
- Rewrote some logic to avoid a memory leak in ThermalManager
- Rewrote ThermalManager tests
Version 0.2.5
- Refactoring for some initial multi-GPU support
- Included service unit and sudoers config along with README and project license during packaging
- Revamped how packaging is conducted for release
Version 0.2.4
- Fixes for setting GPUFanControlState and TargetFanSpeed under Hyprland
Note: The current code base only supports a single GPU (we defer to nvidia-settings to select the first Nvidia GPU in the system).
Version 0.2.3
Changelog for this version:
- Fixed some edge cases where a panic or forced termination (via systemd) could prevent graceful shutdown
Version 0.2.2
NOTE: Please remove your existing veridian-controller.toml config file due to the schema changes in this release.
Changelog for this version:
- Significant improvements to smooth_mode behavior
- Bug fixes for lock file not being removed in some circumstances
- Bug fixes for panics not exposing errors that should bubble up
Version 0.2.1
Changelog for this version:
- Implemented a file-based mutex process lock to prevent multiple processes running at once
- Implemented better optional config file path behavior
- Bug fixes and refactoring for ThermalManager:
- Some fixes for hysteresis boundary behavior
- Rewrote the fan speed selection algorithm
- Implemented configurable increase/decrease weighting for smooth speed for configurable sensitivity during temperature changes
Initial release
v0.2.0 Merged 'testing' branch