diff --git a/Generic/LinkUtilities/Properties/AssemblyInfo.cs b/Generic/LinkUtilities/Properties/AssemblyInfo.cs index 10a5adca8..ec1d2dc77 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.5.0.0")] -[assembly: AssemblyFileVersion("3.5.0.0")] +[assembly: AssemblyVersion("3.6.0.0")] +[assembly: AssemblyFileVersion("3.6.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 e5ad3cff5..60677112b 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.5 +Version: 3.6 Module: LinkUtilities.dll Type: GenericPlugin Icon: icon.png diff --git a/Manifest/HerrKnarz_LinkUtilities.yaml b/Manifest/HerrKnarz_LinkUtilities.yaml index 2e9629bb0..3571a0ea1 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.6 + RequiredApiVersion: 6.8.0 + ReleaseDate: 2023-11-08 + PackageUrl: https://github.com/HerrKnarz/Playnite-Extensions/releases/download/2023-11-08/LinkUtilties_f692b4bb-238d-4080-ae76-4aaefde6f7a1_3_6.pext + Changelog: + - Added support for Grouvee. + - Added support for TV Tropes (only add) + - Added more options for steam links. It is now possible to add links to several steam pages like guides, news etc. and you can change the steam link to a steam client one instead of the web page. + - Added menu options to convert steam links to client or web links. + - Fixed bug that cause empty remove patterns to remove all links. Empty patterns will now be removed when saving the settings. + - Added default remove pattern for appid PCGamingWiki links, because those often link to non existent pages. + - Removed direct "add" function for MobyGames, since it didn't work anymore most of the time, because MobyGames changed their link structure. "Add" now only works, when a single search result is returned for a game. + - Added missing string in the addon settings. - Version: 3.5 RequiredApiVersion: 6.8.0 ReleaseDate: 2023-09-20