Skip to content

v0.2.0 - AMD Support & Modular Refactor

Latest

Choose a tag to compare

@Gitorian Gitorian released this 03 Feb 19:32
· 15 commits to main since this release

Changelog

v0.2.0 – 2026-02-03

Added

  • AMD GPU monitoring via ADLX with automatic vendor detection alongside NVIDIA NVML.[cite:99][cite:102]
  • Feature flags to build NVIDIA-only, AMD-only, or both backends from Cargo features.[cite:99][cite:102]
  • Dedicated modules for metrics, GPU backends, display modes, and logging to keep the core loop lean.[cite:99][cite:101]
  • ASCII minimal and graph views with GPU vendor display, clearer layout, and a GPU ≥95% warning indicator.[file:82][file:83][cite:101]
  • CSV logger with 16KB buffered writes and timestamped filenames for each session.[cite:88][cite:102]

Changed

  • Refactored the previous monolithic main into a modular entry point wired through gpu, display, metrics, and logging.[cite:99][cite:101]
  • Updated the README to document AMD support, feature flags, and the new architecture.[cite:98][cite:102]

Fixed

  • More graceful handling of systems without a compatible GPU by cleanly falling back to CPU/RAM-only monitoring.[cite:89][cite:102]