Skip to content

Releases: Jcd1230/factorio-mod-manager-cli

v1.0.3

21 Mar 02:14

Choose a tag to compare

factorio-mod-manager v1.0.3

New Features: Mod Presets

You can now freely save, swap, and securely version-lock entire mod loadouts effortlessly without ever opening your Factorio data directory!

  • factorio-mod-manager preset save <name>: Snapshots the currently enabled mods in your Factorio data folder, natively extracts their exact file versions currently installed, and locks them cleanly into a JSON list.
  • factorio-mod-manager preset load <name>: Loads a saved preset, seamlessly leveraging the mod portal to instantly track down and download any missing dependencies dynamically, before rewriting your active mod-list.json to identically mirror the preset.

Utility Commands

  • preset list: Prints out all previously saved presets cleanly on screen.
  • preset rename <old> <new>: Seamlessly rename loadout templates you have evolved over time.
  • preset delete <name>: Removes the persistent preset file from your local storage.

v1.0.2

21 Mar 01:32

Choose a tag to compare

Notable Changes:

  • Improved Config Wizard
  • Improved README installation and quickstart instructions
  • Cleanup of GitHub action code

v1.0.1

21 Mar 01:13

Choose a tag to compare

Full Changelog: v1.0.0...v1.0.1

v1.0.0

21 Mar 01:05

Choose a tag to compare

Improve config wizard, link to factorio profile page

v0.0.1

21 Mar 00:45

Choose a tag to compare

Add GitHub actions