0.8.2 (2026-05-23)
Bug Fixes
fix(client): update changelog rendering (b78dd2f2)
fix(docker): remove legacy web server (92f065b3)
The Retrom API server has been serving the web client for a while now,
however it seems the unused legacy web server was never removed. This fixes the
docker image such that the legacy web server is now no longer started.
fix(docker): startup failure due to node version mismatch (c94dc86f)
Updates the node.js version used in the docker image to match
what the Retrom expects. This should resolve the startup failures
in the latest release.