You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
armv6 and armv7 CPUs are no longer supported until further notice.
resource route gameAsset/$type/$relatedId is deprecated and removed. Related entities in the graph API now can be queried for their icons, covers, etc. The ID on these GameAsset relations is the file name found in /asset-by-id/$id route.
required Node.js version is now ^22.5.0.
game-db-updater is deprecated and removed. For this reason, the HASS add-on for game-db-updater is also removed. Playnite Web now includes the game-db-updater in one application.
/activate endpoint has been removed. This will be
replaced by a GraphQL endpoint.
game assets are no longer stored in the game database.
They are now stored as files locally on the playnite-web-app under ./public/asset-by-id. When using docker, ensure this directory is an
external volume to persist these images across restarts of the
container.