From ef6fac0704f909551cc0f774402074dd72c83fd9 Mon Sep 17 00:00:00 2001 From: HerrKnarz <40741234+HerrKnarz@users.noreply.github.com> Date: Sat, 18 Nov 2023 23:48:25 +0100 Subject: [PATCH] release of LinkUtilities 3.7 --- Generic/LinkUtilities/Properties/AssemblyInfo.cs | 4 ++-- Generic/LinkUtilities/extension.yaml | 2 +- Manifest/HerrKnarz_LinkUtilities.yaml | 13 +++++++++++++ 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/Generic/LinkUtilities/Properties/AssemblyInfo.cs b/Generic/LinkUtilities/Properties/AssemblyInfo.cs index ec1d2dc77..8fd476e77 100644 --- a/Generic/LinkUtilities/Properties/AssemblyInfo.cs +++ b/Generic/LinkUtilities/Properties/AssemblyInfo.cs @@ -32,7 +32,7 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("3.6.0.0")] -[assembly: AssemblyFileVersion("3.6.0.0")] +[assembly: AssemblyVersion("3.7.0.0")] +[assembly: AssemblyFileVersion("3.7.0.0")] [assembly: InternalsVisibleTo("LinkUtilities.Test")] \ No newline at end of file diff --git a/Generic/LinkUtilities/extension.yaml b/Generic/LinkUtilities/extension.yaml index 60677112b..41823b8a6 100644 --- a/Generic/LinkUtilities/extension.yaml +++ b/Generic/LinkUtilities/extension.yaml @@ -1,7 +1,7 @@ Id: LinkUtilties_f692b4bb-238d-4080-ae76-4aaefde6f7a1 Name: Link Utilities Author: HerrKnarz -Version: 3.6 +Version: 3.7 Module: LinkUtilities.dll Type: GenericPlugin Icon: icon.png diff --git a/Manifest/HerrKnarz_LinkUtilities.yaml b/Manifest/HerrKnarz_LinkUtilities.yaml index 3571a0ea1..27af9751f 100644 --- a/Manifest/HerrKnarz_LinkUtilities.yaml +++ b/Manifest/HerrKnarz_LinkUtilities.yaml @@ -1,5 +1,18 @@ AddonId: LinkUtilties_f692b4bb-238d-4080-ae76-4aaefde6f7a1 Packages: + - Version: 3.7 + RequiredApiVersion: 6.8.0 + ReleaseDate: 2023-11-18 + PackageUrl: https://github.com/HerrKnarz/Playnite-Extensions/releases/download/2023-11-18/LinkUtilties_f692b4bb-238d-4080-ae76-4aaefde6f7a1_3_7.pext + Changelog: + - Added browser search function for all supported websites with directly reachable search urls. This opens a search for the game in your default web browser. + - Added option to also tag missing links to game libraries + - Added support for ProtonDB + - Added support for SteamDB + - Added support for GOG Database + - Added support for Steam Workshop links + - fixed encodings in search urls for games with umlauts on some websites + - updated localizations - Version: 3.6 RequiredApiVersion: 6.8.0 ReleaseDate: 2023-11-08