Skip to content

0.20.2 - Point Insertion

Compare
Choose a tag to compare
@derrod derrod released this 12 Nov 17:08
· 546 commits to master since this release

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:

  • uninstall command
    • Add --keep-files command to remove game from legendary without deleting the files
  • cleanup command (New)
    • Removes old/unused manfiests and metadata from configuration directory (~/.config/legendary by default)
    • --keep-manifests option to not delete old manifests (e.g. when still desired for downgrading)
  • install will 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)