Skip to content

Commit

Permalink
Release v0.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mtkennerly committed Apr 27, 2024
1 parent 884690b commit 25f7a1f
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug.yaml
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.23.0
- v0.22.0
- v0.21.0
- v0.20.0
Expand All @@ -16,7 +17,6 @@ body:
- v0.18.0
- v0.17.1
- v0.17.0
- v0.16.0
- Other
validations:
required: true
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,4 +1,4 @@
## Unreleased
## v0.23.0 (2024-04-27)

* Added:
* CLI: The `wrap` command now supports some new arguments:
Expand Down
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Expand Up @@ -69,6 +69,7 @@ Also install the Crowdin CLI manually.
* Run `cargo build` to update the version in Cargo.lock
* Add the new version to `.github/ISSUE_TEMPLATE/*.yaml`.
* Update the README if necessary for any new features.
Check for any new content that needs to be uncommented (`<!--`).

#### Publish
Commands assume you've set `VERSION=$(invoke version)`.
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
@@ -1,6 +1,6 @@
[package]
name = "ludusavi"
version = "0.22.0"
version = "0.23.0"
authors = ["mtkennerly <mtkennerly@gmail.com>"]
edition = "2021"
description = "Game save backup tool"
Expand Down
4 changes: 0 additions & 4 deletions README.md
Expand Up @@ -437,10 +437,8 @@ For the `backup`/`restore` commands:
* `files` (map):
* Each key is a file path, and each value is a map with these fields:
* `failed` (optional, boolean): Whether this entry failed to process.
<!--
* `error` (optional, map):
* `message` (string): If the entry failed, then this explains why.
-->
* `change` (string): Same as game-level field, but for a specific backup item.
* `ignored` (optional, boolean): Whether this entry was ignored.
* `bytes` (number): Size of the file.
Expand All @@ -454,10 +452,8 @@ For the `backup`/`restore` commands:
* `registry` (map):
* Each key is a registry path, and each value is a map with these fields:
* `failed` (optional, boolean): Whether this entry failed to process.
<!--
* `error` (optional, map):
* `message` (string): If the entry failed, then this explains why.
-->
* `change` (string): Same as game-level field, but for a specific backup item.
* `ignored` (optional, boolean): Whether this entry was ignored.
* `duplicatedBy` (optional, array of strings): Any other games that
Expand Down
3 changes: 2 additions & 1 deletion assets/com.github.mtkennerly.ludusavi.metainfo.xml
Expand Up @@ -52,13 +52,14 @@
</keywords>
<screenshots>
<screenshot type="default">
<image type="source">https://raw.githubusercontent.com/mtkennerly/ludusavi/v0.22.0/docs/sample-gui-linux.png</image>
<image type="source">https://raw.githubusercontent.com/mtkennerly/ludusavi/v0.23.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.23.0" date="2024-04-27"/>
<release version="0.22.0" date="2023-12-26"/>
<release version="0.21.0" date="2023-08-22"/>
<release version="0.20.0" date="2023-07-10"/>
Expand Down

0 comments on commit 25f7a1f

Please sign in to comment.