Skip to content

0.20.13 - Sandtraps

Compare
Choose a tag to compare
@derrod derrod released this 05 Oct 08:16
· 395 commits to master since this release

Minor update with some tweaks to the aliasing system, the info command and a fix for importing login information from the Epic Games Launcher.

CLI Changes

Global

  • -J/-pretty-json flag that determines whether json output is pretty-printed

Commands

  • info
    • Added JSON output support via --json flag
    • Added install tags to manifest information

Fixes and improvements

Aliasing

The auto-aliasing system was tweaked in the following ways:

  • Lowercase app names are now also valid aliases
  • Lowercase game name is now a valid alias
  • Game names are now also split on dashes for more obvious initialisms (e.g. "Borderlands: The Pre-Sequel" is now btps rather than btp)
  • Using alias list will no longer show invalid aliases due to the internal list not being cleared before refreshing it

General

  • Importing the (now encrypted) login information from newer Epic Games Launcher versions was fixed
  • Minor code cleanup and removal of outdated comments