Releases: maddie480/EverestUpdateCheckerServer
Releases · maddie480/EverestUpdateCheckerServer
Version 0.8.1
- Trust the
Content-Length
header given byfiles.gamebanana.com
rather than the size provided bygamebanana.com/apiv8
to detect cutoff downloads
We had multiple cases of file sizes not exactly matching what the API says (and as such, the GameBanana website itself) today, triggering infinite retries due to the updater thinking it got a corrupt download. Asking people to reupload until it works won't do for long...
Version 0.8.0
- Detect Lönn entity names in plugins
The pattern searched in plugins is name = "[entityname]"
, [entityname]
having at least one slash, and no space.
Version 0.7.3
- Retry image download if thumbnailator fails (which can be caused by GameBanana sending an error response with HTTP 200 status)
- Use files.gamebanana.com instead of images.gamebanana.com, since it seems more reliable despite GameBanana itself using images.gamebanana.com
Version 0.7.2
- Reverted changes made in 0.7.1
- Added
SubcategoryID
andSubcategoryName
to mod search database, to make filtering by subcategory possible
Version 0.7.1
- Added possibility to split subcategories of a category, instead of grouping them all under the category (subcategories are named
[category] - [subcategory]
and the main category is named[category] - Uncategorized
)
Version 0.7.0
- Download files from GameBanana only once
- Added more logs
- Reduce the memory usage (a bit)
Version 0.6.1
- Do not convert from/to string when (de)serializing from/to JSON, in order to use less memory
Version 0.6.0
- Removed support for Aliases in mod dependency graph
The project to support them in Everest / Olympus / mons was forgotten about, so we might as well not clutter the mod dependency graph with empty dictionaries.
Version 0.5.0
- Added support for aliases in the mod dependency graph
Version 0.4.12
- Do not upload Rich Presence icons for NSFW mods