Skip to content

Commit

Permalink
New Link Utilities release 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
HerrKnarz committed Aug 1, 2023
1 parent 0cb5519 commit b03ab2b
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Generic/LinkUtilities/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.1.0")]
[assembly: AssemblyFileVersion("3.3.1.0")]
[assembly: AssemblyVersion("3.4.0.0")]
[assembly: AssemblyFileVersion("3.4.0.0")]

[assembly: InternalsVisibleTo("LinkUtilities.Test")]
12 changes: 12 additions & 0 deletions Generic/LinkUtilities/Resources/DefaultLinkNamePatterns.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@
"namePattern": "",
"partialMatch": false
},
{
"linkName": "Backloggd",
"urlPattern": "*backloggd.com*",
"namePattern": "",
"partialMatch": false
},
{
"linkName": "Co-Optimus",
"urlPattern": "*co-optimus.com*",
Expand Down Expand Up @@ -125,6 +131,12 @@
"namePattern": "*MobyGames*",
"partialMatch": false
},
{
"linkName": "Mod DB",
"urlPattern": "*moddb.com*",
"namePattern": "*Mod DB",
"partialMatch": false
},
{
"linkName": "NEC Retro",
"urlPattern": "*necretro.org*",
Expand Down
12 changes: 12 additions & 0 deletions Generic/LinkUtilities/Resources/DefaultMissingLinkPatterns.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@
"namePattern": "Arcade Database",
"partialMatch": false
},
{
"linkName": "Backloggd",
"urlPattern": "*backloggd.com*",
"namePattern": "",
"partialMatch": false
},
{
"linkName": "Co-Optimus",
"urlPattern": "*co-optimus.com*",
Expand Down Expand Up @@ -113,6 +119,12 @@
"namePattern": "MobyGames",
"partialMatch": false
},
{
"linkName": "Mod DB",
"urlPattern": "*moddb.com*",
"namePattern": "*Mod DB",
"partialMatch": false
},
{
"linkName": "NEC Retro",
"urlPattern": "*necretro.org*",
Expand Down
2 changes: 1 addition & 1 deletion Generic/LinkUtilities/extension.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Id: LinkUtilties_f692b4bb-238d-4080-ae76-4aaefde6f7a1
Name: Link Utilities
Author: HerrKnarz
Version: 3.3.1
Version: 3.4
Module: LinkUtilities.dll
Type: GenericPlugin
Icon: icon.png
Expand Down
11 changes: 11 additions & 0 deletions Manifest/HerrKnarz_LinkUtilities.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
AddonId: LinkUtilties_f692b4bb-238d-4080-ae76-4aaefde6f7a1
Packages:
- Version: 3.4
RequiredApiVersion: 6.8.0
ReleaseDate: 2023-08-01
PackageUrl: https://github.com/HerrKnarz/Playnite-Extensions/releases/download/2023-08-01/LinkUtilties_f692b4bb-238d-4080-ae76-4aaefde6f7a1_3_4.pext
Changelog:
- Added support for Backloggd.
- Added support for Mod DB.
- Added column for response page title to check links window.
- Links in check links window are now sorted alphabetically.
- Fixed IGN Guides adding links even when there is no guide for that game.
- Additional translations to Ukrainian and Spanish.
- Version: 3.3.1
RequiredApiVersion: 6.8.0
ReleaseDate: 2023-05-24
Expand Down

0 comments on commit b03ab2b

Please sign in to comment.