Skip to content

Commit

Permalink
Release v0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mtkennerly committed Feb 27, 2023
1 parent 05890e1 commit b06a02a
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Unreleased
## v0.12.0 (2023-02-28)

* Added:
* An option to automatically tag games with backups. This requires Ludusavi 0.14.0 or newer.
Expand Down
2 changes: 1 addition & 1 deletion extension.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Id: mtkennerly.ludusavi
Name: Ludusavi
Author: Matthew T. Kennerly
Version: 0.11.1
Version: 0.12.0
Module: LudusaviPlaynite.dll
Type: GenericPlugin
Icon: icon.png
Expand Down
17 changes: 17 additions & 0 deletions manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
AddonId: mtkennerly.ludusavi
Packages:
- Version: 0.12.0
RequiredApiVersion: 6.0.0
ReleaseDate: 2023-02-28
PackageUrl: https://github.com/mtkennerly/ludusavi-playnite/releases/download/v0.12.0/ludusavi-playnite-v0.12.0.pext
Changelog:
- >-
Added: An option to automatically tag games with backups. This requires Ludusavi 0.14.0 or newer.
- >-
Added: An option to look up games under a different name.
This allows you to resolve Playnite/Ludusavi naming discrepancies without creating a custom entry in Ludusavi.
Right now, this is simply a text box where you can enter the desired lookup name.
Once Ludusavi 0.16.0 is released, it will allow the plugin to show a searchable list of Ludusavi's known titles.
- >-
Fixed: Games could not be backed up if they had Unicode characters in their title (e.g., "Ninja Gaiden Σ").
- >-
Fixed: With older versions of Ludusavi, the plugin would report that there was nothing new to back up,
even if it did make a new backup.
- Version: 0.11.1
RequiredApiVersion: 6.0.0
ReleaseDate: 2022-11-16
Expand Down
2 changes: 1 addition & 1 deletion src/LudusaviPlaynite.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ namespace LudusaviPlaynite
{
public class LudusaviPlaynite : GenericPlugin
{
private readonly Version RECOMMENDED_APP_VERSION = new Version(0, 14, 0);
private readonly Version RECOMMENDED_APP_VERSION = new Version(0, 15, 2);

private const string TAG_PREFIX = "[Ludusavi] ";

Expand Down

0 comments on commit b06a02a

Please sign in to comment.