Skip to content

Version 14.0.0

Choose a tag to compare

@github-actions github-actions released this 25 Feb 16:18
9a02b3a

Breaking Changes & Migration

  • The DELETE /api/v1/progress/:progress-id and GET /api/v1/progress/:progress-id endpoints are deprecated: Use DELETE /user/:user_id/game/:game_id and GET /user/:user_id/game/:game_id instead. The deprecated endpoints will be removed in v15.0.0.

  • Implemented Support for Savefile Uploads & Downloads: If you want to use this feature, mount a folder to /savefiles and set SAVEFILES_ENABLED to true.

Changes

  • #339 Added option to disable the landing page: Set SERVER_LANDING_PAGE_ENABLED to false if you want to disable the landing page.
  • #469 IGDB Game Search Results now contain a description.

Thanks