Releases: Zektopic/sensorview
Releases · Zektopic/sensorview
Release list
SensorView v2.0.1
SensorView 2.0.1
Download the build for your platform below.
| Platform | File | |
|---|---|---|
| Windows | SensorView_*_x64-setup.exe |
Installer |
| Windows | SensorView-*-portable.exe |
Single file, no install — see below |
| macOS (Apple Silicon) | *.dmg |
Unsigned; System Settings → Privacy & Security → Open Anyway |
| Linux | *.deb / *.AppImage |
The portable Windows build is one self-contained .exe. It
carries the LibreHardwareMonitor sensor bridge inside it and unpacks
it to %LOCALAPPDATA%\SensorView\bridge\ on first run, so it works
from a USB stick with nothing beside it. That is why it is much
larger than the installer.
Windows asks for administrator rights on launch: Super-I/O, MSR and
SMBus sensors are unreadable without them. Declining still gets you
the process list and the sensors that do not need a driver.
SensorView V1
Download the installer for your platform below (.exe, .deb/.AppImage, .dmg).
What's Changed
- Feature/lhm bridge by @manupawickramasinghe in #4
- Feature/ci packaging by @manupawickramasinghe in #1
- feature/scaffold: Tauri v2 + Svelte skeleton for SensorView by @manupawickramasinghe in #2
- Feature/sensor core by @manupawickramasinghe in #3
- feature/hwinfo-ui: HWiNFO-style Main, Sensors Status, Summary + Settings by @manupawickramasinghe in #5
- feature/ui-graphs-logging: graphs, CSV logging, driver diagnostics, i… by @manupawickramasinghe in #6
- Support Browsable and DisplayName attributes in PropertyTable by @ManupaKDU in #7
- Fix intermittent Clipboard.SetText failure in Plot.cs by @ManupaKDU in #8
- 🧹 Fix empty catch blocks swallowing exceptions in Program.cs by @ManupaKDU in #9
- 🧹 Fix empty catch blocks in Program.cs by @ManupaKDU in #10
- 🧹 Refactor: Log exception instead of swallowing in SMBIOS ReadSysFS by @ManupaKDU in #11
- SensorView: 3-thread architecture, embedded LAN dashboard, and Hex Viewer by @manupawickramasinghe in #17
- 🔒 Fix XXE vulnerability in PersistentSettings by @ManupaKDU in #16
- 🔒 Fix path traversal vulnerability in HttpServer by @ManupaKDU in #15
- 🧪 [Testing Improvement] Add NUnit test project and tests for Identification.GetModel by @ManupaKDU in #14
- 🧹 [Code Health] Replace IoCreateDevice with IoCreateDeviceSecure in kernel driver by @ManupaKDU in #13
- Fix false negative in Administrator privileges detection by @manupawickramasinghe in #18
- 🧪 Add test for GetManufacturer in Identification.cs by @ManupaKDU in #20
- Fix dead code warning for smbios_header_regions by @manupawickramasinghe in #19
- ⚡ Optimize JSON string concatenation with StringBuilder by @ManupaKDU in #21
- 🔒 Fix XML External Entity (XXE) Vulnerability by @ManupaKDU in #12
New Contributors
- @manupawickramasinghe made their first contribution in #4
- @ManupaKDU made their first contribution in #7
Full Changelog: 0.9.6...1.0