Skip to content

Releases: kh4f/amdlert

v4.0.1

Choose a tag to compare

@github-actions github-actions released this 09 Aug 19:09
Immutable release. Only release title and notes can be modified.
v4.0.1
36393c8

  🩹 Fixes

  • Daemon survives closing the terminal: the daemon is now spawned detached from the console, so it keeps monitoring in the background even after the terminal window is closed, instead of being terminated with it. 🡥

  📦 Distribution

  • Release zip bundles an AMDlert/ folder: the archive now contains a ready-to-move folder with the executable inside, so the whole app can be dropped into C:/Program Files/ as-is. 🡥

  🎨 Style

  • Siren emoji in the warning title: the overheat alert now opens with a 🚨 prefix for extra visibility. 🡥
   Commit log  •  Aug 9, 2026

v4.0.0

Choose a tag to compare

@github-actions github-actions released this 08 Aug 22:46
Immutable release. Only release title and notes can be modified.
v4.0.0
211ea62

  📢 BREAKING CHANGES

  • Complete rewrite in Rust: the app has been fully rewritten from Go to Rust. It now ships as a single AMDlert.exe that covers both the interactive CLI and the background daemon — no separate daemon binary anymore. 🡥
  • Config format changed: settings are now stored in config.json instead of the old config.yml. 🡥
  • Fan speed alerts removed: monitoring now focuses on temperature only, keeping the app simpler. 🡥

  ⚡ Performance

  • ~32× smaller binary and faster startup: the Rust rewrite combined with a size-optimized release profile (opt-level = "z", LTO, single codegen unit) dramatically shrinks the executable and speeds it up. 🡥

  🎨 Style

  • Cleaner CLI menu: the interactive menu was made more concise. 🡥
   Commit log  •  Aug 9, 2026

v3.0.2

Choose a tag to compare

@github-actions github-actions released this 06 Apr 05:43
v3.0.2
da1ddba

  🩹 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

Choose a tag to compare

@github-actions github-actions released this 25 Mar 07:32
v3.0.1
d540cd3

  🩹 Fixes

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

v3.0.0

Choose a tag to compare

@github-actions github-actions released this 25 Mar 04:08
v3.0.0
91af84e

  🧨 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

Choose a tag to compare

@github-actions github-actions released this 23 Mar 04:25
v2.0.1
95936f2

  🎨 Style

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

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 22 Mar 06:24
v2.0.0
cdb4884

  🧨 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

Choose a tag to compare

@github-actions github-actions released this 15 Mar 22:26
v1.0.0
cf97044

  🧨 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

Choose a tag to compare

@github-actions github-actions released this 14 Mar 06:17
v0.3.0
e29e0e0

  🎁 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

Choose a tag to compare

@github-actions github-actions released this 11 Mar 01:20
v0.2.0
cf05d07

  🎁 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