From a7b9836f5dc1a2b86a89c5c42ae76e6223916805 Mon Sep 17 00:00:00 2001 From: mtkennerly Date: Fri, 23 Aug 2024 11:58:33 -0400 Subject: [PATCH] Release v0.16.0 --- CHANGELOG.md | 2 +- extension.yaml | 2 +- manifest.yaml | 18 ++++++++++++++++++ 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a42e0c..670bbc0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Unreleased +## v0.16.0 (2024-08-23) * Added: * You can now open the backup directories for multiple selected games at once. diff --git a/extension.yaml b/extension.yaml index 94efd9b..9a4f0e2 100644 --- a/extension.yaml +++ b/extension.yaml @@ -1,7 +1,7 @@ Id: mtkennerly.ludusavi Name: Ludusavi Author: Matthew T. Kennerly -Version: 0.15.0 +Version: 0.16.0 Module: LudusaviPlaynite.dll Type: GenericPlugin Icon: icon.png diff --git a/manifest.yaml b/manifest.yaml index 3a2b085..6d0e282 100644 --- a/manifest.yaml +++ b/manifest.yaml @@ -1,5 +1,23 @@ AddonId: mtkennerly.ludusavi Packages: + - Version: 0.16.0 + RequiredApiVersion: 6.0.0 + ReleaseDate: 2024-08-23 + PackageUrl: https://github.com/mtkennerly/ludusavi-playnite/releases/download/v0.16.0/ludusavi-playnite-v0.16.0.pext + Changelog: + - >- + Added: You can now open the backup directories for multiple selected games at once. + - >- + Added: The plugin will notify you when an update for Ludusavi is available. + This requires Ludusavi v0.25.0 or newer. + The check occurs at most once per 24 hours. + - >- + Fixed: The plugin now uses a buffered update when changing tags. + This should avoid issues where other plugins may respond to each tag change individually. + ([Contributed by Jeshibu](https://github.com/mtkennerly/ludusavi-playnite/pull/80)) + - >- + Changed: Updated translations, including a new partial Norwegian translation. + (Thanks to contributors on the [Crowdin project](https://crowdin.com/project/ludusavi-playnite)) - Version: 0.15.0 RequiredApiVersion: 6.0.0 ReleaseDate: 2024-06-08