Another minor release in a series of minor releases. Most notably this release finally includes a safe way of cleaning up the manifests that legendary stores in its config directory as well as a minor change to how they are stored.
CLI changes:
uninstallcommand- Add
--keep-filescommand to remove game from legendary without deleting the files
- Add
cleanupcommand (New)- Removes old/unused manfiests and metadata from configuration directory (
~/.config/legendaryby default) --keep-manifestsoption to not delete old manifests (e.g. when still desired for downgrading)
- Removes old/unused manfiests and metadata from configuration directory (
installwill now warn if a game requires Uplay and fail if the game requires Uplay to even install (partially adresses #69)
Other changes and fixes
- Hades will now launch correctly (#128)
- The structure for storing manifests on disk has now changed to reduce its footprint and make cleanup easier
- Comments will no longer be removed from the configuration file (#105)
- Mods will no longer be shown in the games list (Mod installation is currently not supported)
- Miscellaneous fixes (#106, #101)