Skip to content

0.20.3 - Point Insertion (EGS CDN changes hotfix)

Compare
Choose a tag to compare
@derrod derrod released this 25 Nov 06:08
· 542 commits to master since this release

This release includes minor fixes, including one for a change in how one of Epic's (currently sparsely used) CDNs works that would cause failures when attempting to download a game.

Full changelog:

  • -y/--yes now works after the subcommand as well
  • default.env now behaves as expected (game specific overrides no longer disable the defaults entirely)
  • CDN authentication fix for new Akamai CDN

Previous 0.20.2 Changes:

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)