Releases: kh4f/amdlert
Releases · kh4f/amdlert
Release list
v4.0.1
Immutable
release. Only release title and notes can be modified.
🩹 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 intoC:/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
Immutable
release. Only release title and notes can be modified.
📢 BREAKING CHANGES
- Complete rewrite in Rust: the app has been fully rewritten from Go to Rust. It now ships as a single
AMDlert.exethat covers both the interactive CLI and the background daemon — no separate daemon binary anymore. 🡥 - Config format changed: settings are now stored in
config.jsoninstead of the oldconfig.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
🩹 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. 🡥