This repository was archived by the owner on Oct 21, 2024. It is now read-only.
Releases: mircearoata/SatisfactoryModManagerAPI
Releases · mircearoata/SatisfactoryModManagerAPI
SatisfactoryModManager API v1.2.2
Changelog
- Export more functions
- Use global fetch if possible
- Fix dnsCache issue again, in url exists check
SatisfactoryModManager API v1.2.1
Changelog
- Set user-agent for ficsit.app API requests
- Display version info in download progress
- Disable got dnsCache (fixed download failing when hosts file is missing)
SatisfactoryModManager API v1.2.0
Changelog
- Pagination for getAvailableMods
- Optimizations in data queried in lockfile validation
- Added download progress callbacks
SatisfactoryModManager API v1.1.8
Changelog
- Replaced custom GQL client with Apollo GQL client which should result in faster ficsit.app API calls
- Only validate dependency if changed
- Per install config lockfile (fixes incompatible mod versions being installed when loading a config)
SatisfactoryModManager API v1.1.7
Changelog
- Remove SML version from config lockfile
- Fixed mods removed from ficsit.app not being removed
- Propagate game version incompatible error again
- Better debug messages
- Use ficsit.app mod name for errors
SatisfactoryModManager API v1.1.6
Changelog
- Install mods sequentially (maybe fixes install getting stuck)
- Disallow deleting of all default configs
- Added development config
- Maybe fix bootstrapper missing msdia error
- Redone dependency handling
- Added timeout to downloads (one of the reasons installs get stuck)
- Fixed tasklist error again
SatisfactoryModManager API v1.1.5
Changelog
- Fixed removed version not deleted
- Redownload versions that were reuploaded to ficsit.app
- Fallback to tasklist for game running check
- Display warning when Epic install points to invalid folder
SatisfactoryModManager API v1.1.4
Changelog
- Remove mods that were entirely removed from ficsit.app
- Fixed tasklist not working for some
- Remove mod version (both installed and cached) if the version was removed from ficsit.app
- Network error messages
- Fixed non-ficsit.app mods being uninstalled
- Allow installs with missing dependencies for now
- Fix some installs not being detected due to Epic version mismatch
SatisfactoryModManager API v1.1.3
Changelog
- Fixed typo in upgraded manifests
- Added manifest versioning
SatisfactoryModManager API v1.1.2
Changelog
- Remove duplicate installs
- Allow offline manifest mutations
- Better error messages
- Allow mod install with fixed version or without version
- Fixed modded config not being initially created