Releases: Jcd1230/factorio-mod-manager-cli
Releases · Jcd1230/factorio-mod-manager-cli
v1.0.3
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 activemod-list.jsonto 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
Notable Changes:
- Improved Config Wizard
- Improved README installation and quickstart instructions
- Cleanup of GitHub action code
v1.0.1
Full Changelog: v1.0.0...v1.0.1
v1.0.0
Improve config wizard, link to factorio profile page
v0.0.1
Add GitHub actions