Immutable
release. Only release title and notes can be modified.
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, andget_network_info(Windows/Linux first). - Parallelize
collect_hardware_infoacross GPU/memory/network; remove unusedget_system_infofromPlatform. - Drop unused
futuresdependency; movesysinfousage from services → providers.
- Layered providers for
-
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:
- @Denis11212 (#596) black theme for oled
Full Changelog
Compare changes since the previous release: v1.2.0 → v1.3.0