Skip to content

Commit

Permalink
Release v0.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mtkennerly committed Nov 20, 2024
1 parent 22aeb17 commit cfb647d
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 7 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.27.0
- v0.26.0
- v0.25.0
- v0.24.3
Expand All @@ -16,7 +17,6 @@ body:
- v0.23.0
- v0.22.0
- v0.21.0
- v0.20.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,4 +1,4 @@
## Unreleased
## v0.27.0 (2024-11-19)

* Added:
* Support for installing via [cargo-binstall](https://github.com/cargo-bins/cargo-binstall).
Expand All @@ -23,7 +23,7 @@
* Updated translations.
(Thanks to contributors on the [Crowdin project](https://crowdin.com/project/ludusavi))
* Fixed:
* The registry format change also resolved an issue where very large (> 100 MB)
* The registry format change also resolved an issue where very large (over 100 MB)
`registry.yaml` files could be slow to read and consume a lot of extra memory,
whereas the same data in `.reg` format can be loaded without issue.
* When set to only keep 1 full backup and 0 differential backups using the simple format,
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.26.0"
version = "0.27.0"
authors = ["mtkennerly <mtkennerly@gmail.com>"]
edition = "2021"
description = "Game save backup tool"
Expand Down
3 changes: 2 additions & 1 deletion assets/flatpak/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.26.0/docs/sample-gui-linux.png</image>
<image type="source">https://raw.githubusercontent.com/mtkennerly/ludusavi/v0.27.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.27.0" date="2024-11-19"/>
<release version="0.26.0" date="2024-10-29"/>
<release version="0.25.0" date="2024-08-18"/>
<release version="0.24.3" date="2024-07-01"/>
Expand Down
3 changes: 2 additions & 1 deletion assets/linux/com.mtkennerly.ludusavi.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,14 @@
</keywords>
<screenshots>
<screenshot type="default">
<image type="source">https://raw.githubusercontent.com/mtkennerly/ludusavi/v0.26.0/docs/sample-gui-linux.png</image>
<image type="source">https://raw.githubusercontent.com/mtkennerly/ludusavi/v0.27.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.mtkennerly.ludusavi.desktop</launchable>
<releases>
<release version="0.27.0" date="2024-11-19"/>
<release version="0.26.0" date="2024-10-29"/>
<release version="0.25.0" date="2024-08-18"/>
<release version="0.24.3" date="2024-07-01"/>
Expand Down

0 comments on commit cfb647d

Please sign in to comment.