From 254c22eaec77a3aab7858f193aaac7dab779d5c9 Mon Sep 17 00:00:00 2001 From: derrod Date: Fri, 18 Dec 2020 17:02:00 +0100 Subject: [PATCH] Update README & Bump version --- README.md | 32 +++++++++++++++++--------------- legendary/__init__.py | 4 ++-- 2 files changed, 19 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index a35e47a..749d82a 100644 --- a/README.md +++ b/README.md @@ -136,8 +136,8 @@ legendary -y egl-sync ```` usage: legendary [-h] [-v] [-y] [-V] - {auth,install,download,update,repair,uninstall,launch,list-games,list-installed,list-files,list-saves,download-saves,sync-saves,verify-game,import-game,egl-sync,status,cleanup} - ... + {auth,install,download,update,repair,uninstall,launch,list-games,list-installed,list-files,list-saves,download-saves,sync-saves,verify-game,import-game,egl-sync,status,cleanup} + ... Legendary v0.X.X - "Codename" @@ -170,7 +170,7 @@ Individual command help: Command: auth usage: legendary auth [-h] [--import] [--code ] - [--sid ] [--delete] + [--sid ] [--delete] optional arguments: -h, --help show this help message and exit @@ -242,6 +242,8 @@ optional arguments: --disable-delta-manifests Do not use delta manifests when updating (may increase download size) + --reset-sdl Reset selective downloading choices (requires repair + to download new components) Command: uninstall @@ -289,7 +291,7 @@ optional arguments: Command: list-games usage: legendary list-games [-h] [--platform ] [--include-ue] [--csv] - [--tsv] [--json] + [--tsv] [--json] optional arguments: -h, --help show this help message and exit @@ -305,7 +307,7 @@ optional arguments: Command: list-installed usage: legendary list-installed [-h] [--check-updates] [--csv] [--tsv] [--json] - [--show-dirs] + [--show-dirs] optional arguments: -h, --help show this help message and exit @@ -318,9 +320,9 @@ optional arguments: Command: list-files usage: legendary list-files [-h] [--force-download] [--platform ] - [--manifest ] [--csv] [--tsv] [--json] - [--hashlist] [--install-tag ] - [] + [--manifest ] [--csv] [--tsv] [--json] + [--hashlist] [--install-tag ] + [] positional arguments: Name of the app (optional) @@ -361,9 +363,9 @@ optional arguments: Command: sync-saves usage: legendary sync-saves [-h] [--skip-upload] [--skip-download] - [--force-upload] [--force-download] - [--save-path ] [--disable-filters] - [] + [--force-upload] [--force-download] + [--save-path ] [--disable-filters] + [] positional arguments: Name of the app (optional) @@ -391,7 +393,7 @@ optional arguments: Command: import-game usage: legendary import-game [-h] [--disable-check] - + positional arguments: Name of the app @@ -407,9 +409,9 @@ optional arguments: Command: egl-sync usage: legendary egl-sync [-h] [--egl-manifest-path EGL_MANIFEST_PATH] - [--egl-wine-prefix EGL_WINE_PREFIX] [--enable-sync] - [--disable-sync] [--one-shot] [--import-only] - [--export-only] [--unlink] + [--egl-wine-prefix EGL_WINE_PREFIX] [--enable-sync] + [--disable-sync] [--one-shot] [--import-only] + [--export-only] [--unlink] optional arguments: -h, --help show this help message and exit diff --git a/legendary/__init__.py b/legendary/__init__.py index e546575..e281b71 100644 --- a/legendary/__init__.py +++ b/legendary/__init__.py @@ -1,4 +1,4 @@ """Legendary!""" -__version__ = '0.20.4' -__codename__ = 'Cyberpunk Edition' +__version__ = '0.20.5.rc1' +__codename__ = 'A Red Letter Day (RC1)'