Skip to content

v4.0.0

Choose a tag to compare

@github-actions github-actions released this 08 Aug 22:46
· 14 commits to main since this release
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