Skip to content

Releases: Phalcode/gamevault-backend

Version 14.1.1

10 Mar 00:50
7676572
Compare
Choose a tag to compare

Changes

  • Implement latest IGDB API and automatic model generation
  • Fix Special Game Editons not being found
  • #475 Improved Partial File Downloads to be much faster

Thanks

Version 14.1.0

07 Mar 00:37
c86b343
Compare
Choose a tag to compare

Changes

  • #462 Added filter options for developers and publishers.

Thanks

Version 14.0.0

25 Feb 16:18
9a02b3a
Compare
Choose a tag to compare

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

Version 13.1.3

12 Jan 16:32
6c24764
Compare
Choose a tag to compare

Changes

  • Fixed file path validation crashing the server in certain circumstances.
  • Added Symlink Following to the filewatcher
  • Fixed PostgreSQL Backups

Version 13.1.2

21 Dec 01:17
c80852c
Compare
Choose a tag to compare

Changes

  • Added Game Backgrounds into the results object of the game search for preloading purposes.
  • Fixed a bug where provider metadata was unmapped before new metadata was added.

Version 13.1.0

25 Oct 22:06
db6df11
Compare
Choose a tag to compare

Changes

  • #426 implemented filters for progress states in game search
  • Fixed Metadata Search to not include Edition Tags.
  • Fixed Plugin Loader crashing serveron some systems

Thanks

Version 13.0.4

25 Oct 07:43
Compare
Choose a tag to compare

Changes

  • Fixed a stupid bug where users could not run a server without plugins.

Version 13.0.3

25 Oct 00:35
Compare
Choose a tag to compare

Changes

  • Implemented Auto Plugin injection short circuit for developers.

Version 13.0.2

24 Oct 22:51
Compare
Choose a tag to compare

Changes

  • Fixed plugin loader not loading plugins.

Thanks

Version 13.0.1

24 Oct 22:19
Compare
Choose a tag to compare

Changes

  • Fixed a bug where you could not delete existing progresses.
  • Fixed a bug in SQLITE migration.
  • Fixed a bug where updating some users lead to database errors.
  • Enabled UPPERCASE SERVER_LOG_LEVEL environment variable values.

Thanks