Viseron
Self-hosted, local-only NVR and AI computer vision software
Alternative to: ring, nest, wyze
v3.5.1
2026-03-31Hotfix release to fix an issue when clicking on the timeline with certain window heights.
The calculation to find what timestamp was clicked was misinterpreting 10-digit timestamps with 2 decimals (eg 1774731234.56) as a millisecond timestamp since it has 13 characters.
Closes #1303
What’s Changed
- fix(frontend): correctly identify millisecond timestamps by @roflcoopter in https://github.com/roflcoopter/viseron/pull/1306
Full Changelog: https://github.com/roflcoopter/viseron/compare/v3.5.0…v3.5.1