Releases: kh4f/amdalert
Releases · kh4f/amdalert
v3.0.2
🩹 Fixes
- Reliable startup config loading: the daemon now always reads
config.ymlfrom the executable directory, so custom temperature thresholds no longer get lost whenAMDAlertDaemon.exeis launched from Windows startup with a different working directory. 🡥
Full Changelog • Apr 6, 2026
v3.0.1
🩹 Fixes
- Sharper app icon: fixed icon blurriness when displayed at small sizes. 🡥
Full Changelog • Mar 25, 2026
v3.0.0
🧨 BREAKING CHANGES
- YAML Config Migration: configuration is now stored in
config.ymlusing YAML syntax instead ofsettings.json. 🡥
Full Changelog • Mar 25, 2026
v2.0.1
🎨 Style
- Updated app icon: the application icon has been refreshed with a gradient. 🡥
Full Changelog • Mar 23, 2026
v2.0.0
🧨 BREAKING CHANGES
- Renamed config fields: configuration fields are now
alertTempandfanOffAlertTemp. 🡥 - Config file renamed: configuration is now loaded from
settings.jsoninstead ofconfig.json. 🡥 - Split into CLI and daemon: the application now consists of two executables:
AMDAlert.exefor CLI andAMDAlertDaemon.exefor the background service. 🡥
📚 Documentation
- Enriched documentation: added project overview, feature list, installation and usage instructions, logo, and demo screenshot. 🡥
Full Changelog • Mar 22, 2026
v1.0.0
🧨 BREAKING CHANGES
- Project renamed to
AMDAlert: all code, modules, binaries, registry keys, and documentation now use theAMDAlertname instead ofHotAMD. 🡥
🎁 Features
- Windows autostart support: the app can now be added to or removed from Windows startup via the CLI. 🡥
- Application icon: a custom
icon.icois now embedded in the Windows executable. 🡥
🎨 Style
- Improved CLI layout: the CLI output is now more readable, with grouped status and actions, and clearer alert information. 🡥
- Version info in CLI banner: the CLI header now displays the current version for better traceability. 🡥
Full Changelog • Mar 16, 2026
v0.3.0
🎁 Features
- Interactive CLI menu: added daemon control and GPU information display directly in the command-line interface. 🡥
- Custom temperature limits: configuration now supports
maxTempandmaxFanOffTempsettings loaded fromconfig.json. 🡥 - Configuration management: daemon now monitors external changes to
config.jsonand reloads automatically during runtime. 🡥 - Temperature threshold configuration: added interactive prompts to set maximum temperature and maximum fan-off temperature from the CLI. 🡥
- Configuration visibility: current temperature and fan-off temperature settings now display in the CLI interface. 🡥
Full Changelog • Mar 14, 2026
v0.2.0
🎁 Features
- GPU fan and temperature alerts: the application now shows alerts if GPU temperature exceeds 40°C and the fan is not spinning, or if temperature exceeds 60°C. 🡥
- Display GPU fan speed: added support for reading and printing GPU fan speed (RPM) every 10 seconds together with temperature. 🡥
Full Changelog • Mar 11, 2026
v0.1.0
🎁 Features
- Periodic GPU temperature display: the application now prints GPU temperature every 10 seconds for continuous monitoring. 🡥
- GPU temperature reading via ADL: added AMD Display Library integration to read GPU temperature. 🡥
⚙️ Internal
- Migrated to Go implementation: replaced the previous Rust codebase with a Go implementation, including new project structure and ADL integration. 🡥