Thanks to visit codestin.com
Credit goes to github.com

Skip to content

v1.3.0

Latest

Choose a tag to compare

@github-actions github-actions released this 07 Sep 07:22
Immutable release. Only release title and notes can be modified.
a6d59e6

HardwareVisualizer v1.3.0 — Release Notes

Release date: 2025-09-07 (JST)


Highlights

  • Burn‑in Protection (OLED): Adds a screen‑shift/orbit feature with presets (e.g., gentle/balanced/aggressive). Enable it from Settings → Display → Burn‑in Protection.
  • Fullscreen mode: One‑click toggle for distraction‑free monitoring from the top‑right control.
  • License management: New LicensePage in Settings to view app license and third‑party notices, plus a shortcut to open the file location.
  • Architecture refactor: GPU and Network data collection migrated to a layered providers architecture (per‑OS), removing legacy services, improving parallel collection, and simplifying maintenance.

New & Improved

  • Display & UX

    • Burn‑in Protection presets and options (interval, amplitude, drift duration, idle threshold).
    • Fullscreen toggle hook (useFullScreenMode) and UI control.
  • Settings

    • LicensePage component; “Open in Explorer/Finder” shortcut.
  • Core / Backend

    • Layered providers for get_gpu_info, GPU temperature, and get_network_info (Windows/Linux first).
    • Parallelize collect_hardware_info across GPU/memory/network; remove unused get_system_info from Platform.
    • Drop unused futures dependency; move sysinfo usage from services → providers.
  • Documentation

    • README overhauled with a detailed Table of Contents and Quick Start.

Fixes

  • Improve Linux GPU usage calculations; resolve various lint issues for Windows/Linux builds.
  • Minor style and test stability fixes; update Biome schema and configs.

Dependency Notes

  • No runtime requirements changed. We updated internal dependencies (Tauri & plugins, Rust crates, and frontend packages) for stability and security. If you build from source or pin versions, please see Full Changelog for exact versions.

CI / Maintenance (summary)

  • Hardened the release pipeline to reduce signing/upload hiccups across OSes.
  • Stabilized weekly license auto-updates; no changes to app behavior.

Contributors

Community contributors (ideas & feedback)

Thanks for the great ideas that shipped in this release:


Full Changelog

Compare changes since the previous release: v1.2.0 → v1.3.0

v1.2.0...v1.3.0