Skip to content

v1.10.0

Choose a tag to compare

@github-actions github-actions released this 22 Aug 08:28
· 46 commits to develop since this release
Immutable release. Only release title and notes can be modified.
v1.10.0
02d2bda

What's Changed

Added

  • feat(sensors): Super I/O chip-id diagnostic via PawnIO LpcIO by @shm11C3 in #1732
  • feat: add Super I/O motherboard sensors by @shm11C3 in #1743
  • feat: add fit-to-window graph layout by @shm11C3 in #1792
  • feat(nav): add grouped navigation with classic fallback by @shm11C3 in #1801
  • feat(performance): add live monitoring layout presets by @shm11C3 in #1802
  • feat(dashboard): add performance and specifications tabs by @shm11C3 in #1816
  • feat(dashboard): consolidate performance views and add specification sheet by @shm11C3 in #1942
  • feat(performance): identify and select the GPU behind the live readings by @shm11C3 in #1944
  • feat: add CPU temperature history to Insights by @shm11C3 in #1973
  • feat: classify release vulnerabilities by response urgency by @shm11C3 in #1922
  • feat(quality): make GPU id namespaces a compile-time contract by @shm11C3 in #1958
  • feat: add pull request delivery skill by @shm11C3 in #1934

Fixed

  • fix: pin window-vibrancy to Tauri-compatible version by @shm11C3 in #1754
  • fix(dev): select Tauri app as default binary by @shm11C3 in #1834
  • fix(core): distinguish same-model Intel GPU IDs by @shm11C3 in #1968
  • fix(performance): retire GPUs that stop reporting by @shm11C3 in #1969
  • fix: detect fixes in OSV Semver ranges by @shm11C3 in #1930
  • fix(ci): prevent no-op Tauri update PRs by @shm11C3 in #1915
  • Chore(deps): Bump github/codeql-action to v4.37.2 across all steps by @shm11C3 in #1865

Performance

  • perf(core): target sysinfo sampling refreshes by @shm11C3 in #1935
  • perf(core): avoid redundant process refresh by @shm11C3 in #1929
  • perf(db): configure SQLite pool for concurrent access by @shm11C3 in #1959
  • perf(charts): draw the always-on 1Hz charts without Recharts by @shm11C3 in #1970
  • perf(dashboard): keep the doughnut gauge tween inside the update interval by @shm11C3 in #1940
  • perf(frontend): centralize live process polling ownership by @shm11C3 in #1941
  • perf(frontend): stop dashboard polling while the window is hidden by @shm11C3 in #1967
  • perf: suspend hidden Windows webviews by @shm11C3 in #1972

Maintenance

Full Changelog: v1.9.0...v1.10.0