diff --git a/.github/ISSUE_TEMPLATE/bug.yaml b/.github/ISSUE_TEMPLATE/bug.yaml index 34087c4..1f9e205 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.24.3 - v0.24.2 - v0.24.1 - v0.24.0 @@ -16,7 +17,6 @@ body: - v0.20.0 - v0.19.0 - v0.18.2 - - v0.18.1 - Other validations: required: true diff --git a/CHANGELOG.md b/CHANGELOG.md index 0986b56..2fd08af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Unreleased +## v0.24.3 (2024-07-01) * Fixed: * If two consecutive differential backups both ignored *different* save files diff --git a/Cargo.lock b/Cargo.lock index 38e8f35..bd1d501 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2403,7 +2403,7 @@ dependencies = [ [[package]] name = "ludusavi" -version = "0.24.2" +version = "0.24.3" dependencies = [ "base64 0.22.0", "byte-unit", diff --git a/Cargo.toml b/Cargo.toml index fbf6af0..72385a9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ludusavi" -version = "0.24.2" +version = "0.24.3" authors = ["mtkennerly "] edition = "2021" description = "Game save backup tool" diff --git a/assets/com.github.mtkennerly.ludusavi.metainfo.xml b/assets/com.github.mtkennerly.ludusavi.metainfo.xml index 36b47f4..a8b698f 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.24.2/docs/sample-gui-linux.png + https://raw.githubusercontent.com/mtkennerly/ludusavi/v0.24.3/docs/sample-gui-linux.png Graphical user interface com.github.mtkennerly.ludusavi.desktop +