Releases: Phalcode/gamevault-backend
Releases · Phalcode/gamevault-backend
Version 14.1.1
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
- @s-crypt
- @magne4000
- @Omni_Noesis
- @Sixdd6
Version 14.1.0
Version 14.0.0
Breaking Changes & Migration
-
The
DELETE /api/v1/progress/:progress-id
andGET /api/v1/progress/:progress-id
endpoints are deprecated: UseDELETE /user/:user_id/game/:game_id
andGET /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 setSAVEFILES_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
- @Toylerrr
- @RobinDadswell
- Our Early Access Testers
Version 13.1.3
Changes
- Fixed file path validation crashing the server in certain circumstances.
- Added Symlink Following to the filewatcher
- Fixed PostgreSQL Backups
Version 13.1.2
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
Version 13.0.4
Changes
- Fixed a stupid bug where users could not run a server without plugins.
Version 13.0.3
Changes
- Implemented Auto Plugin injection short circuit for developers.
Version 13.0.2
Version 13.0.1
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
- @Sebastrion on Discord
- @Yann577 on Discord
- @johanstrese on Discord