diff --git a/.github/ISSUE_TEMPLATE/bug.yaml b/.github/ISSUE_TEMPLATE/bug.yaml index c090b860..fd35b0f8 100644 --- a/.github/ISSUE_TEMPLATE/bug.yaml +++ b/.github/ISSUE_TEMPLATE/bug.yaml @@ -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 @@ -16,7 +17,6 @@ body: - v0.16.0 - v0.15.2 - v0.15.1 - - v0.15.0 - Other validations: required: true diff --git a/CHANGELOG.md b/CHANGELOG.md index a1cb5f64..e96949d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Unreleased +## v0.20.0 (2023-07-10) * Added: * The restore screen now supports deselecting individual saves diff --git a/Cargo.lock b/Cargo.lock index 8b1226ec..f910ace6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2214,7 +2214,7 @@ checksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4" [[package]] name = "ludusavi" -version = "0.19.0" +version = "0.20.0" dependencies = [ "base64 0.13.1", "byte-unit", diff --git a/Cargo.toml b/Cargo.toml index b7ce26bd..7c88598a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ludusavi" -version = "0.19.0" +version = "0.20.0" authors = ["mtkennerly "] edition = "2021" description = "Game save backup tool" diff --git a/README.md b/README.md index a5e58936..53277a24 100644 --- a/README.md +++ b/README.md @@ -310,10 +310,8 @@ from all games. They will not be shown at all during backup scans. Configure exclusions on the "other" screen. - ### Backup validation On the restore screen, there is a "validate" button that will check the integrity @@ -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. - * `sort` (map): * `key` (string): One of `name`, `size`. * `reversed` (boolean): If true, sort reverse alphabetical or from the largest size. diff --git a/assets/com.github.mtkennerly.ludusavi.metainfo.xml b/assets/com.github.mtkennerly.ludusavi.metainfo.xml index 79899f67..b73d7bfd 100644 --- a/assets/com.github.mtkennerly.ludusavi.metainfo.xml +++ b/assets/com.github.mtkennerly.ludusavi.metainfo.xml @@ -52,13 +52,14 @@ - https://raw.githubusercontent.com/mtkennerly/ludusavi/v0.19.0/docs/sample-gui-linux.png + https://raw.githubusercontent.com/mtkennerly/ludusavi/v0.20.0/docs/sample-gui-linux.png Graphical user interface com.github.mtkennerly.ludusavi.desktop +