From 64ff97e852a077b991bf2ce1710f64b67e1581fb Mon Sep 17 00:00:00 2001 From: mtkennerly Date: Mon, 10 Aug 2020 23:13:17 -0400 Subject: [PATCH] Release v0.8.0 --- CHANGELOG.md | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 9 +++------ 4 files changed, 6 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8abdf3f4..403223ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Unreleased +## v0.8.0 (2020-08-10) * Added: * If you create a file called `ludusavi.portable` in the same location as diff --git a/Cargo.lock b/Cargo.lock index 2b9e3477..7b006aab 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1517,7 +1517,7 @@ dependencies = [ [[package]] name = "ludusavi" -version = "0.7.0" +version = "0.8.0" dependencies = [ "base64 0.12.3", "byte-unit", diff --git a/Cargo.toml b/Cargo.toml index ac760e0d..9103ac64 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ludusavi" -version = "0.7.0" +version = "0.8.0" authors = ["mtkennerly "] edition = "2018" description = "Game save backup tool" diff --git a/README.md b/README.md index d2840168..e3a879de 100644 --- a/README.md +++ b/README.md @@ -95,12 +95,11 @@ If you are on Mac: * This is the default mode when you open the program. * You can press `preview` to see what the backup will include, without actually performing it. - * You can press `back up` to perform the backup for real. * If the target folder already exists, it will be deleted first and recreated, unless you've enabled the merge option. @@ -283,16 +282,14 @@ Example: ### Configuration Ludusavi stores its configuration in `~/.config/ludusavi` (Windows: `C:/Users//.config/ludusavi`). - if you're using the GUI, then it will automatically update the config file -as needed, so you don't need to worry about it. However, if you're using the -CLI exclusively, then you'll need to edit `config.yaml`. +as needed, so you don't need to worry about its content. However, if you're +using the CLI exclusively, then you'll need to edit `config.yaml` yourself. Here are the available settings (all are required unless otherwise noted):