Skip to content
This repository was archived by the owner on Oct 21, 2024. It is now read-only.

Releases: mircearoata/SatisfactoryModManagerAPI

SatisfactoryModManager API v1.2.2

06 May 06:41

Choose a tag to compare

Changelog

  • Export more functions
  • Use global fetch if possible
  • Fix dnsCache issue again, in url exists check

SatisfactoryModManager API v1.2.1

02 May 19:30

Choose a tag to compare

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

28 Apr 14:07

Choose a tag to compare

Changelog

  • Pagination for getAvailableMods
  • Optimizations in data queried in lockfile validation
  • Added download progress callbacks

SatisfactoryModManager API v1.1.8

21 Apr 11:42

Choose a tag to compare

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

19 Apr 20:11

Choose a tag to compare

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

17 Apr 17:27

Choose a tag to compare

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

03 Apr 19:57

Choose a tag to compare

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

30 Mar 11:02

Choose a tag to compare

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

19 Mar 19:54

Choose a tag to compare

Changelog

  • Fixed typo in upgraded manifests
  • Added manifest versioning

SatisfactoryModManager API v1.1.2

19 Mar 17:34

Choose a tag to compare

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