Skip to content

Commit

Permalink
Release v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mtkennerly committed Aug 11, 2020
1 parent 611e049 commit 64ff97e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ludusavi"
version = "0.7.0"
version = "0.8.0"
authors = ["mtkennerly <mtkennerly@gmail.com>"]
edition = "2018"
description = "Game save backup tool"
Expand Down
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
<!--

After you've done one preview or backup, Ludusavi will remember which games
it found and only re-scan those games the next time. If you change your root
configuration, change the "other" settings, or reopen the program, then
it will do another full scan.
-->
* 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.
Expand Down Expand Up @@ -283,16 +282,14 @@ Example:

### Configuration
Ludusavi stores its configuration in `~/.config/ludusavi` (Windows: `C:/Users/<your-name>/.config/ludusavi`).
<!--
Alternatively, if you'd like Ludusavi to store its configuration in the same
place as the executable, then simply create a file called `ludusavi.portable`
in the directory that contains the executable file. You might want to do that
if you're going to run Ludusavi from a flash drive on multiple computers.
-->

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):

Expand Down

0 comments on commit 64ff97e

Please sign in to comment.