From 8a60d1c436a3201ff7c79b878c268ce382757439 Mon Sep 17 00:00:00 2001 From: derrod Date: Sat, 16 May 2020 12:20:10 +0200 Subject: [PATCH] Bum version to 0.0.12 and update README --- README.md | 9 ++++++--- legendary/__init__.py | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 239f7d7..fd8e200 100644 --- a/README.md +++ b/README.md @@ -146,8 +146,7 @@ optional arguments: -h, --help show this help message and exit --import Import EGS authentication data --code - Use specified exchange code instead of interactive - authentication. + Use specified exchange code instead of interactive authentication. --delete Remove existing authentication data @@ -210,6 +209,9 @@ optional arguments: --override-username Override username used when launching the game (only works with some titles) --dry-run Print the command line that would have been used to launch the game and exit + --wine Override WINE binary being used to launch the game + --wine-prefix + Override WINE prefix used. Command: list-games @@ -273,7 +275,7 @@ optional arguments: Command: sync-saves -usage: legendary sync-saves [-h] [--skip-upload] [--skip-download] [--force-upload] [--force-download] [--save-path ] [] +usage: legendary sync-saves [-h] [--skip-upload] [--skip-download] [--force-upload] [--force-download] [--save-path ] [--disable-filters] [] positional arguments: Name of the app (optional) @@ -285,6 +287,7 @@ optional arguments: --force-upload Force upload even if local saves are older --force-download Force download even if local saves are newer --save-path Override savegame path (only if app name is specified) + --disable-filters Disable save game file filtering (in case it breaks) ```` diff --git a/legendary/__init__.py b/legendary/__init__.py index 0335a04..615bb02 100644 --- a/legendary/__init__.py +++ b/legendary/__init__.py @@ -1,4 +1,4 @@ """Legendary!""" -__version__ = '0.0.11' +__version__ = '0.0.12' __codename__ = 'Forget About Freeman!'