v1.10.0
·
46 commits
to develop
since this release
Immutable
release. Only release title and notes can be modified.
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
- refactor: route core sampling through platform traits by @shm11C3 in #1765
- refactor: generate app hardware DTOs by @shm11C3 in #1766
- refactor(navigation): promote Performance and System Specifications to sidebar destinations by @shm11C3 in #1943
- chore(types): enable stricter TypeScript config by @shm11C3 in #1713
- chore: update TypeScript and related dependencies to version 7.0.2 by @shm11C3 in #1803
- chore: parallelize CI setup steps by @shm11C3 in #1733
- ci: reduce dependency update cadence by @shm11C3 in #1916
- ci: allow perf/ as a PR branch-name prefix by @shm11C3 in #1722
- chore: migrate GitHub label taxonomy by @shm11C3 in #1698
- chore: rename issue template contact link to match its destination by @shm11C3 in #1926
- chore: record Super I/O validation evidence by @shm11C3 in #1740
- fix: unify input array formatting in Super I/O dump JSON by @shm11C3 in #1742
- test: assert classic GPU selector changes usage value by @shm11C3 in #1966
- docs: Super I/O sensor specs, handoffs, and validation records (#1734, #1735, #1736, #1737, #1738, #1739) by @shm11C3
- docs: agent rules, ADRs, and review guidance (#1697, #1710, #1711, #1712, #1786, #1838, #1925, #1932, #1957, #1964, #1965) by @shm11C3
Full Changelog: v1.9.0...v1.10.0