Skip to content

Releases: kh4f/amdalert

v3.0.2

06 Apr 05:43
v3.0.2
da1ddba

Choose a tag to compare

  🩹 Fixes

  • Reliable startup config loading: the daemon now always reads config.yml from the executable directory, so custom temperature thresholds no longer get lost when AMDAlertDaemon.exe is launched from Windows startup with a different working directory. 🡥
   Full Changelog  •  Apr 6, 2026

v3.0.1

25 Mar 07:32
v3.0.1
d540cd3

Choose a tag to compare

  🩹 Fixes

  • Sharper app icon: fixed icon blurriness when displayed at small sizes. 🡥
   Full Changelog  •  Mar 25, 2026

v3.0.0

25 Mar 04:08
v3.0.0
91af84e

Choose a tag to compare

  🧨 BREAKING CHANGES

  • YAML Config Migration: configuration is now stored in config.yml using YAML syntax instead of settings.json. 🡥
   Full Changelog  •  Mar 25, 2026

v2.0.1

23 Mar 04:25
v2.0.1
95936f2

Choose a tag to compare

  🎨 Style

  • Updated app icon: the application icon has been refreshed with a gradient. 🡥
   Full Changelog  •  Mar 23, 2026

v2.0.0

22 Mar 06:24
v2.0.0
cdb4884

Choose a tag to compare

  🧨 BREAKING CHANGES

  • Renamed config fields: configuration fields are now alertTemp and fanOffAlertTemp. 🡥
  • Config file renamed: configuration is now loaded from settings.json instead of config.json. 🡥
  • Split into CLI and daemon: the application now consists of two executables: AMDAlert.exe for CLI and AMDAlertDaemon.exe for 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

15 Mar 22:26
v1.0.0
cf97044

Choose a tag to compare

  🧨 BREAKING CHANGES

  • Project renamed to AMDAlert: all code, modules, binaries, registry keys, and documentation now use the AMDAlert name instead of HotAMD. 🡥

  🎁 Features

  • Windows autostart support: the app can now be added to or removed from Windows startup via the CLI. 🡥
  • Application icon: a custom icon.ico is 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

14 Mar 06:17
v0.3.0
e29e0e0

Choose a tag to compare

  🎁 Features

  • Interactive CLI menu: added daemon control and GPU information display directly in the command-line interface. 🡥
  • Custom temperature limits: configuration now supports maxTemp and maxFanOffTemp settings loaded from config.json. 🡥
  • Configuration management: daemon now monitors external changes to config.json and 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

11 Mar 01:20
v0.2.0
cf05d07

Choose a tag to compare

  🎁 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

10 Mar 16:14
v0.1.0
fd38b33

Choose a tag to compare

  🎁 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. 🡥
   Full Changelog  •  Mar 10, 2026