Skip to content

Version 17.0.1

Latest

Choose a tag to compare

@github-actions github-actions released this 01 Sep 17:28

Changes

  • 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.

Thanks