Skip to content

Releases: WombatFromHell/veridian-controller

Version 0.2.6

04 Jan 16:09
727ca45
Compare
Choose a tag to compare
  • Rewrote some logic to avoid a memory leak in ThermalManager
  • Rewrote ThermalManager tests

Version 0.2.5

03 Jan 02:06
6345655
Compare
Choose a tag to compare
  • 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

01 Jan 23:34
2a282ab
Compare
Choose a tag to compare
  • 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

21 Jun 15:00
12e5599
Compare
Choose a tag to compare

Changelog for this version:

  • Fixed some edge cases where a panic or forced termination (via systemd) could prevent graceful shutdown

Version 0.2.2

18 Jun 00:57
12daba8
Compare
Choose a tag to compare

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

04 Jun 23:12
82d6559
Compare
Choose a tag to compare

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

03 Jun 04:02
0dfcdd4
Compare
Choose a tag to compare
v0.2.0

Merged 'testing' branch