From 20546df3d5491afb2ea3bda32f6b37cc79b69eed Mon Sep 17 00:00:00 2001 From: mtkennerly Date: Sun, 19 Mar 2023 12:17:32 +0800 Subject: [PATCH] Release v0.12.1 --- CHANGELOG.md | 2 +- extension.yaml | 2 +- manifest.yaml | 30 ++++++++++++++++++++++++++++++ 3 files changed, 32 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f6532a0..c97f495 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Unreleased +## v0.12.1 (2023-03-19) * Fixed: * If a game had multiple platforms listed in its metadata, diff --git a/extension.yaml b/extension.yaml index 84d3271..90f598a 100644 --- a/extension.yaml +++ b/extension.yaml @@ -1,7 +1,7 @@ Id: mtkennerly.ludusavi Name: Ludusavi Author: Matthew T. Kennerly -Version: 0.12.0 +Version: 0.12.1 Module: LudusaviPlaynite.dll Type: GenericPlugin Icon: icon.png diff --git a/manifest.yaml b/manifest.yaml index 7afa6c5..3e9d641 100644 --- a/manifest.yaml +++ b/manifest.yaml @@ -1,5 +1,35 @@ AddonId: mtkennerly.ludusavi Packages: + - Version: 0.12.1 + RequiredApiVersion: 6.0.0 + ReleaseDate: 2023-03-19 + PackageUrl: https://github.com/mtkennerly/ludusavi-playnite/releases/download/v0.12.1/ludusavi-playnite-v0.12.1.pext + Changelog: + - >- + Fixed: If a game had multiple platforms listed in its metadata, + then it would not trigger any automatic backups before/during/after play + (manual backups worked as expected). + The plugin now properly handles games with multiple platforms. + - >- + Fixed: When distinguishing PC and non-PC games, + the plugin only considered the first platform listed in the game details. + It now considers all platforms listed. + - >- + Fixed: On confirmation prompts, the plugin would preemptively say + "this game requires a matching custom entry" for non-PC games. + However, that assumption isn't always true. + Now, the plugin just adds this message onto the error notification when Ludusavi doesn't recognize a game. + - >- + Fixed: If you had both game- and platform-based automatic backups enabled after play, + then the game backup might not be done yet when the platform backup was attempted, + resulting in the platform backup aborting. + The plugin now waits until the game backup is done before attempting the platform backup. + - >- + Changed: The recommended version of Ludusavi is now 0.16.0. You can download the latest release here: + https://github.com/mtkennerly/ludusavi/releases + - >- + Changed: Updated translations. + (Thanks to contributors on the [Crowdin project](https://crowdin.com/project/ludusavi-playnite)) - Version: 0.12.0 RequiredApiVersion: 6.0.0 ReleaseDate: 2023-02-28