Skip to content

Commit

Permalink
Release v0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mtkennerly committed Jul 10, 2023
1 parent 76510b5 commit 175fc40
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ body:
label: Ludusavi version
description: If you're not using the latest version, please update and make sure the problem still occurs.
options:
- v0.20.0
- v0.19.0
- v0.18.2
- v0.18.1
Expand All @@ -16,7 +17,6 @@ body:
- v0.16.0
- v0.15.2
- v0.15.1
- v0.15.0
- Other
validations:
required: true
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Unreleased
## v0.20.0 (2023-07-10)

* Added:
* The restore screen now supports deselecting individual saves
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.19.0"
version = "0.20.0"
authors = ["mtkennerly <[email protected]>"]
edition = "2021"
description = "Game save backup tool"
Expand Down
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -310,10 +310,8 @@ from all games. They will not be shown at all during backup scans.

Configure exclusions on the "other" screen.

<!--
For excluded file paths, you can use glob syntax.
For example, to exclude all files named `remotecache.vdf`, you would specify `**/remotecache.vdf`.
-->

### Backup validation
On the restore screen, there is a "validate" button that will check the integrity
Expand Down Expand Up @@ -582,10 +580,8 @@ Here are the available settings in `config.yaml` (all are required unless otherw
This can be overridden in the CLI with `--path`.
* `ignoredGames` (optional, list of strings): Names of games to skip when restoring.
This can be overridden in the CLI by passing a list of games.
<!--
* `toggledPaths` (map): Same as the equivalent field in the `backup` section.
* `toggledRegistry` (map): Same as the equivalent field in the `backup` section.
-->
* `sort` (map):
* `key` (string): One of `name`, `size`.
* `reversed` (boolean): If true, sort reverse alphabetical or from the largest size.
Expand Down
3 changes: 2 additions & 1 deletion assets/com.github.mtkennerly.ludusavi.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,14 @@
</keywords>
<screenshots>
<screenshot type="default">
<image type="source">https://raw.githubusercontent.com/mtkennerly/ludusavi/v0.19.0/docs/sample-gui-linux.png</image>
<image type="source">https://raw.githubusercontent.com/mtkennerly/ludusavi/v0.20.0/docs/sample-gui-linux.png</image>
<caption>Graphical user interface</caption>
</screenshot>
</screenshots>
<content_rating type="oars-1.1" />
<launchable type="desktop-id">com.github.mtkennerly.ludusavi.desktop</launchable>
<releases>
<release version="0.20.0" date="2023-07-10"/>
<release version="0.19.0" date="2023-06-02"/>
<release version="0.18.2" date="2023-05-21"/>
<release version="0.18.1" date="2023-05-21"/>
Expand Down

0 comments on commit 175fc40

Please sign in to comment.