From 403b5ee9582d66f5b097bce5f6b70c207d45044d Mon Sep 17 00:00:00 2001 From: HerrKnarz <40741234+HerrKnarz@users.noreply.github.com> Date: Mon, 10 Apr 2023 18:11:05 +0200 Subject: [PATCH] new version of Link Utilities --- Generic/LinkUtilities/Properties/AssemblyInfo.cs | 4 ++-- Generic/LinkUtilities/extension.yaml | 2 +- Manifest/HerrKnarz_LinkUtilities.yaml | 14 ++++++++++++++ 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/Generic/LinkUtilities/Properties/AssemblyInfo.cs b/Generic/LinkUtilities/Properties/AssemblyInfo.cs index d455d65d8..bb5cc40de 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("2.6.1.0")] -[assembly: AssemblyFileVersion("2.6.1.0")] +[assembly: AssemblyVersion("3.0.0.0")] +[assembly: AssemblyFileVersion("3.0.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 1f1bc9078..3609d3827 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: 2.6.1 +Version: 3.0 Module: LinkUtilities.dll Type: GenericPlugin Icon: icon.png \ No newline at end of file diff --git a/Manifest/HerrKnarz_LinkUtilities.yaml b/Manifest/HerrKnarz_LinkUtilities.yaml index 9c65bf55a..cc81c2a36 100644 --- a/Manifest/HerrKnarz_LinkUtilities.yaml +++ b/Manifest/HerrKnarz_LinkUtilities.yaml @@ -1,5 +1,19 @@ AddonId: LinkUtilties_f692b4bb-238d-4080-ae76-4aaefde6f7a1 Packages: + - Version: 3.0 + RequiredApiVersion: 6.8.0 + ReleaseDate: 2023-04-10 + PackageUrl: https://github.com/HerrKnarz/Playnite-Extensions/releases/download/2023-04-10/LinkUtilties_f692b4bb-238d-4080-ae76-4aaefde6f7a1_3_0.pext + Changelog: + - Adding links is now much faster thanks to simultaneous link processing. + - Added option to search only for missing links instead of all + - Added support for Lemon64 + - Optimized Wikipedia search results with descriptions and better sorting. + - Optimized link processing by sorting, renaming etc. only after all links to a game have been added. + - Fixed link to gamepressure Guides. The site redirected to the homepage, when the link wasn't valid. + - Fixed broken search for PCGamingWiki. + - Fixed issue with searching on RAWG, when the results contained a game without any genres. + - 100% translations to German, Norwegian, Russian, Spanish and Ukrainian. - Version: 2.6.1 RequiredApiVersion: 6.8.0 ReleaseDate: 2023-04-05