Skip to content

Commit

Permalink
Release v0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mtkennerly committed Aug 22, 2023
1 parent bd8da8e commit 5a09b00
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 13 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.21.0
- v0.20.0
- v0.19.0
- v0.18.2
Expand All @@ -16,7 +17,6 @@ body:
- v0.17.0
- v0.16.0
- v0.15.2
- v0.15.1
- Other
validations:
required: true
Expand Down
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Unreleased
## v0.21.0 (2023-08-22)

* Added:
* GUI: Thanks to updates in [Iced](https://github.com/iced-rs/iced),
Expand All @@ -7,7 +7,6 @@
Simplified Chinese, Japanese, Korean, and Thai.
Unfortunately, there are still technical limitations with Arabic,
so that translation remains experimental via the config file.
* Support for detecting Epic games defined in Heroic's `legendaryConfig` folder.
* GUI: For custom games in scan results,
you can click on the "custom" badge to jump to the corresponding entry.
* Changed:
Expand All @@ -21,6 +20,7 @@
* On Linux, if Ludusavi were installed via Flatpak, then `XDG_CONFIG_HOME` and `XDG_DATA_HOME`
would be set inside of the Flatpak environment, preventing it from finding some saves.
Now, Ludusavi will also check the default paths (`~/.config` and `~/.local/share` respectively).
* For Heroic roots, Ludusavi now also checks the `legendaryConfig` folder used by Heroic 1.9.0.
* Saves associated with the Ubisoft Game Launcher folder were not detected
on Linux when installed with Steam and Proton.
* On non-Windows systems, when recursively finding files in a directory,
Expand All @@ -29,7 +29,8 @@
* When using shift+click on a path selector icon to browse the path,
it will now handle some manifest `<placeholder>`s.
* In paths, `<storeUserId>` next to `*` would trigger an error.
* GUI: When switching screens and then expanding a section, the scroll position remains stable.
* GUI: When switching screens and then expanding a section,
the scroll position did not remain visually stable.

## v0.20.0 (2023-07-10)

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.20.0"
version = "0.21.0"
authors = ["mtkennerly <[email protected]>"]
edition = "2021"
description = "Game save backup tool"
Expand Down
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ along with the root's type:

Ludusavi can find GOG/Epic saves in Heroic's game install folders.
On Linux, Ludusavi can also find saves in Heroic's Wine, Proton, and Lutris prefixes.
However, Ludusavi does not yet support Heroic's Amazon or sideloaded games.

When using Wine prefixes with Heroic, Ludusavi will back up the `*.reg` files
if the game is known to have registry-based saves.
Expand Down Expand Up @@ -506,18 +507,18 @@ Here are the available settings in `config.yaml` (all are required unless otherw
`fil-PH` (Filipino),
`fr-FR` (French),
`it-IT` (Italian),
`ja-JP` (Japanese),
`ko-KR` (Korean),
`nl-NL` (Dutch),
`pl-PL` (Polish),
`pt-BR` (Brazilian Portuguese),
`ru-RU` (Russian),
`uk-UA` (Ukrainian).
`th-TH` (Thai),
`uk-UA` (Ukrainian),
`zh-Hans` (Simplified Chinese).

Experimental options that currently have graphical display issues:
`ar-SA` (Arabic),
`ja-JP` (Japanese),
`ko-KR` (Korean),
`zh-Hans` (Simplified Chinese),
`th-TH` (Thai).
`ar-SA` (Arabic).
* `theme` (string, optional): Visual theme. Valid options:
`light` (default), `dark`.
* `roots` (list):
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.20.0/docs/sample-gui-linux.png</image>
<image type="source">https://raw.githubusercontent.com/mtkennerly/ludusavi/v0.21.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.21.0" date="2023-08-22"/>
<release version="0.20.0" date="2023-07-10"/>
<release version="0.19.0" date="2023-06-02"/>
<release version="0.18.2" date="2023-05-21"/>
Expand Down

0 comments on commit 5a09b00

Please sign in to comment.