Tags

Tags give the ability to mark specific points in history as being important
  • v0.1.0

    protected Release: Cryovalent v0.1.0
    Release v0.1.0
    
    Initial release of the Cryovalent CPU thermal and power management daemon.
    
    Highlights:
    - PID controller tracking CPU core temperature via RAPL powercap sysfs
    - Zero external dependencies — pure Rust std throughout
    - Zero heap allocation inside the 50 Hz control loop
    - Intel + AMD x86 support via universal hwmon/powercap abstractions
    - SIGHUP hot-reload: swap profiles mid-flight without loop interruption
    - Adaptive Debian package: desktop installs tray applet, headless stays pristine
    - Hardened systemd unit with ProtectSystem=strict, CAP_SYS_ADMIN scoped to RAPL
    
    See CHANGELOG.md for the complete change inventory.