Skip to content

2026.08.2

Latest

Choose a tag to compare

@vpetersson-bot vpetersson-bot released this 17 Aug 14:23
11213b2

Highlights

Your player now warns you when the hardware is in trouble. Two new
notices appear in the web interface: one when the power supply cannot hold
its voltage, and one when the storage card starts developing bad blocks.
Both tell you what to do about it rather than just reporting a fault, and
both are readable on every screen and in dark mode.
See under-voltage warnings, storage health warnings and legibility fixes.

A real design system behind the interface. Colour, spacing and type now
come from one set of design tokens, so the UI stays consistent across every
page and both themes, with a new design-system page documenting them.
See the token refactor.

Smaller interface fixes. Field labels in the Edit asset dialog no longer
sit on top of their example text, turning off SSL certificate verification
now shows a "Not secure" badge so it is obvious at a glance, and the disk
and memory charts use the same colour for the same thing.
See the UI fixes.

Under the hood. Network interface enumeration moved to the Python
standard library, dropping the netifaces dependency.
See the dependency change.

What's Changed

Other Changes 🔧

Full Changelog: v2026.08.1...v2026.08.2