Skip to content

Commit

Permalink
Release v0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mtkennerly committed Jun 2, 2023
1 parent 689d4c8 commit caa07c8
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 10 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.19.0
- v0.18.2
- v0.18.1
- v0.18.0
Expand All @@ -16,7 +17,6 @@ body:
- v0.15.2
- v0.15.1
- v0.15.0
- v0.14.0
- Other
validations:
required: true
Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
## Unreleased
## v0.19.0 (2023-06-02)

* Added:
* Automatic detection of non-Flatpak Lutris roots (`~/.config/lutris`).
* On the restore screen, there is a "validate" button to check whether
your backups are missing any files declared in their mapping.yaml.
This is intended to help rectify a bug identified below.
* Automatic detection of non-Flatpak Lutris roots (`~/.config/lutris`).
* Updated translations.
(Thanks to contributors on the [Crowdin project](https://crowdin.com/project/ludusavi))

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.18.2"
version = "0.19.0"
authors = ["mtkennerly <mtkennerly@gmail.com>"]
edition = "2021"
description = "Game save backup tool"
Expand Down
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -305,20 +305,18 @@ from all games. They will not be shown at all during backup scans.

Configure exclusions on the "other" screen.

<!--
### Validation
### Backup validation
On the restore screen, there is a "validate" button that will check the integrity
of the latest backup (full + differential, if any) for each game.
You won't normally need to use this, but it exists for troubleshooting purposes.

Specifically, this checks the following:

* Is mapping.yaml malformed?
* Is any file declared in mapping.yaml missing from the actual backup?
* Is any file declared in mapping.yaml, but missing from the actual backup?

If it finds problems, then it will prompt you to create new full backups for the games in question.
At this time, it will not remove the invalid backups, outside of your normal retention settings.
-->

### Command line
Run `ludusavi --help` for the CLI usage information.
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.18.2/docs/sample-gui-linux.png</image>
<image type="source">https://raw.githubusercontent.com/mtkennerly/ludusavi/v0.19.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.19.0" date="2023-06-02"/>
<release version="0.18.2" date="2023-05-21"/>
<release version="0.18.1" date="2023-05-21"/>
<release version="0.18.0" date="2023-05-20"/>
Expand Down

0 comments on commit caa07c8

Please sign in to comment.