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
Fixed re-indexing overwriting user-defined game titles and sort titles: the indexer now only derives title/sort_title from the file name when the user has not overridden them, so custom sort titles survive every re-index (startup, scheduled index, integrity checks).
Fixed progress deletion authorization: the permission check now verifies the requesting user's role, so administrators can delete progress entries of other users (previously only the target user's own role was evaluated, which incorrectly blocked admins).
The server now shuts down gracefully on SIGTERM/SIGINT, draining in-flight requests and closing the HTTP/HTTPS servers cleanly.