Releases: raiguard/fmm
Releases · raiguard/fmm
v0.8.1
v0.8.0
v0.7.1
v0.7.0
v0.6.0
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
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
anddirectory
option tomods_dir
Fixed
--sync
would completely break if a mod had a version number greater than 255
v0.4.0
v0.3.0
Features
- Added
--enable-set
flag, for enabling pre-defined sets of mods- These sets can be configured in
fmm.toml
- These sets can be configured in
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