From 8a3274756b9b50c8ed4bcef1a7cdb6b080e13e0d Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Wed, 5 Nov 2025 07:20:57 +0000 Subject: [PATCH 1/2] Update Installer manifest --- Manifests/HumbleKeysLibrary_Installer.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/Manifests/HumbleKeysLibrary_Installer.yaml b/Manifests/HumbleKeysLibrary_Installer.yaml index 8c3b1c3..8a1080d 100644 --- a/Manifests/HumbleKeysLibrary_Installer.yaml +++ b/Manifests/HumbleKeysLibrary_Installer.yaml @@ -1,5 +1,19 @@ AddonId: 62ac4052-e08a-4a1a-b70a-c2c0c3673bb9 Packages: + - Version: 0.3.9 + RequiredApiVersion: 6.9.0 + ReleaseDate: 2025-11-05 + PackageUrl: https://github.com/Dasmius007/HumbleKeysLibrary/releases/download/0.3.9/HumbleKeysLibrary_0.3.9.pext + Changelog: + - '* IMPORTANT - Platform field is no longer used by default for the Redemption Store (i.e. Steam, GOG, etc.), but now Source is (helps some metadata plugins properly match games)' + - '* Added dropdown setting to add Redemption Store (e.g. Steam) to either Source (now default), Tag, Category, or Platform (no longer default) field, or None (disabled)' + - '* Added checkbox setting to add Key Redemption status Tag (default enabled)' + - '* Added checkbox setting to "Add Humble & Steam links" (default enabled)' + - '* Added checkbox setting to add "Nintendo Switch" to Platform for all Nintendo keys' + - '* Added checkbox setting to add default of "PC (Windows)" to Platform for all other keys' + - '* Updated settings UI to be more compact and add the above features' + - '* Fixed a couple misc. bugs related to key redemption tags and tag methodology' + - '* Added more logging to help debug excessive library update time reported by some users' - Version: 0.3.8 RequiredApiVersion: 6.9.0 ReleaseDate: 2025-05-07 From 5abb47ea9e9309342b9833ec06f46ee0e0a4812c Mon Sep 17 00:00:00 2001 From: Dasmius007 <176837655+Dasmius007@users.noreply.github.com> Date: Wed, 5 Nov 2025 00:02:20 -0800 Subject: [PATCH 2/2] Manual fix of changelog lines format in .yaml --- Manifests/HumbleKeysLibrary_Installer.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Manifests/HumbleKeysLibrary_Installer.yaml b/Manifests/HumbleKeysLibrary_Installer.yaml index 8a1080d..be7a6cd 100644 --- a/Manifests/HumbleKeysLibrary_Installer.yaml +++ b/Manifests/HumbleKeysLibrary_Installer.yaml @@ -5,15 +5,15 @@ Packages: ReleaseDate: 2025-11-05 PackageUrl: https://github.com/Dasmius007/HumbleKeysLibrary/releases/download/0.3.9/HumbleKeysLibrary_0.3.9.pext Changelog: - - '* IMPORTANT - Platform field is no longer used by default for the Redemption Store (i.e. Steam, GOG, etc.), but now Source is (helps some metadata plugins properly match games)' - - '* Added dropdown setting to add Redemption Store (e.g. Steam) to either Source (now default), Tag, Category, or Platform (no longer default) field, or None (disabled)' - - '* Added checkbox setting to add Key Redemption status Tag (default enabled)' - - '* Added checkbox setting to "Add Humble & Steam links" (default enabled)' - - '* Added checkbox setting to add "Nintendo Switch" to Platform for all Nintendo keys' - - '* Added checkbox setting to add default of "PC (Windows)" to Platform for all other keys' - - '* Updated settings UI to be more compact and add the above features' - - '* Fixed a couple misc. bugs related to key redemption tags and tag methodology' - - '* Added more logging to help debug excessive library update time reported by some users' + - IMPORTANT - Platform field is no longer used by default for the Redemption Store (i.e. Steam, GOG, etc.), but now Source is (helps some metadata plugins properly match games) + - Added dropdown setting to add Redemption Store (e.g. Steam) to either Source (now default), Tag, Category, or Platform (no longer default) field, or None (disabled) + - Added checkbox setting to add Key Redemption status Tag (default enabled) + - Added checkbox setting to "Add Humble & Steam links" (default enabled) + - Added checkbox setting to add "Nintendo Switch" to Platform for all Nintendo keys + - Added checkbox setting to add default of "PC (Windows)" to Platform for all other keys + - Updated settings UI to be more compact and add the above features + - Fixed a couple misc. bugs related to key redemption tags and tag methodology + - Added more logging to help debug excessive library update time reported by some users - Version: 0.3.8 RequiredApiVersion: 6.9.0 ReleaseDate: 2025-05-07