diff --git a/CHANGELOG.md b/CHANGELOG.md index 97e25ad..78af92a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,10 @@ # [0.5.0] - Unreleased + ## 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 @@ -14,11 +16,13 @@ - `--sync` would completely break if a mod had a version number greater than 255 # [0.4.0] - 2021-11-13 + ## Added - `--list` flag, for listing all of the mods in the directory - `--sync` flag, for enabling mods that are in the given save file # [0.3.0] - 2021-11-06 + ## Added - `--enable-set` flag, for enabling pre-defined sets of mods - These sets can be configured in `fmm.toml` @@ -30,6 +34,7 @@ - Fixed that versionless mod folders with an underscore would not be parsed correctly # [0.2.0] - 2021-11-03 + ## Added - `--remove` flag @@ -37,5 +42,6 @@ - Fixed GitHub release workflow # [0.1.0] - 2021-11-03 + ## Added - Initial release