Skip to content

Releases: raiguard/fmm

v0.8.1

23 May 20:15
Compare
Choose a tag to compare

Re-release of v0.8.0 with all platforms due to a workflow failure.

v0.8.0

23 May 05:58
Compare
Choose a tag to compare
  • Add update subcommand
  • Sync startup mod settings with first save file passed on CLI

v0.7.1

11 Feb 21:46
Compare
Choose a tag to compare
  • Allow specifying mods path separately from game path
  • Fix mods not being enabled when initially downloaded
  • Check against factorio_version field when validating base version

v0.7.0

29 Dec 03:47
Compare
Choose a tag to compare

Rewrote the entire thing in Go. Some features are missing but will be re-added in later updates. Future releases will have more proper changelogs.

v0.6.0

23 Apr 01:12
Compare
Choose a tag to compare

Added

  • query subcommand, which will search the mod portal for matching mods

Changed

  • All mod dependencies are resolved before download or enabling begins
  • Many errors that previously caused the program to abort are now handled gracefully
  • Restructured existing commands and options to fit under a new sync subcommand

v0.5.0

02 Mar 05:17
Compare
Choose a tag to compare

Added

  • Colors to command output
  • Mod downloading - mods that you do not have will automatically be downloaded when enabling or syncing
    • This can be disabled in the config file
  • Startup settings syncing with --sync
  • Section to config file for mod portal username and token
  • --game-dir flag and option, used for downloading mods

Changed

  • --sync will sync the exact mod version instead of the latest version by default
  • Renamed --dir flag to --mods-dir and directory option to mods_dir

Fixed

  • --sync would completely break if a mod had a version number greater than 255

v0.4.0

13 Nov 02:51
Compare
Choose a tag to compare

Features

  • Added --list flag, for listing all of the mods in the directory
  • Added --sync flag, for enabling mods that are in the given save file

v0.3.0

06 Nov 01:17
Compare
Choose a tag to compare

Features

  • Added --enable-set flag, for enabling pre-defined sets of mods
    • These sets can be configured in fmm.toml

Changes

  • "Mod is already enabled" messages were removed - they hurt more than they helped

Bugfixes

  • Fixed that versionless mod folders with an underscore would not be parsed correctly

v0.2.0

03 Nov 05:18
Compare
Choose a tag to compare

Features

  • Added --remove flag

Bugfixes

  • Fixed GitHub release workflow

v0.1.0

03 Nov 03:46
Compare
Choose a tag to compare

Features

  • Initial release