Skip to content

Commit

Permalink
new release
Browse files Browse the repository at this point in the history
  • Loading branch information
HerrKnarz committed Mar 18, 2023
1 parent a503105 commit 5b3bf67
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 19 deletions.
4 changes: 2 additions & 2 deletions Generic/LinkUtilities/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
// 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.2.0.0")]
[assembly: AssemblyFileVersion("2.2.0.0")]
[assembly: AssemblyVersion("2.3.0.0")]
[assembly: AssemblyFileVersion("2.3.0.0")]
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: 2.2
Version: 2.3
Module: LinkUtilities.dll
Type: GenericPlugin
Icon: icon.png
8 changes: 8 additions & 0 deletions Manifest/HerrKnarz_LinkUtilities.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
AddonId: LinkUtilties_f692b4bb-238d-4080-ae76-4aaefde6f7a1
Packages:
- Version: 2.3
RequiredApiVersion: 6.8.0
ReleaseDate: 2023-03-18
PackageUrl: https://github.com/HerrKnarz/Playnite-Extensions/releases/download/2023-03-18/LinkUtilties_f692b4bb-238d-4080-ae76-4aaefde6f7a1_2_3.pext
Changelog:
- optimized add functionality by stripping edition suffixes like special edition from the name and searching again, when the first run didn't get a result.
- fixed search function for MobyGames after their site redesign. It's possible the add function breaks for new games though, because they also changed their url scheme.
- changed platform matching for MetaCritic to use Playnite specification id to better match different platform names.
- Version: 2.2
RequiredApiVersion: 6.8.0
ReleaseDate: 2023-02-12
Expand Down
34 changes: 21 additions & 13 deletions Manifest/HerrKnarz_WikipediaMetadata.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,13 @@
AddonId: WikipediaMetadata_6c1bdd62-77bf-4866-a264-11544508687c
Packages:
- Version: 1.0
RequiredApiVersion: 6.8.0
ReleaseDate: 2023-03-11
PackageUrl: https://github.com/HerrKnarz/Playnite-Extensions/releases/download/2023-03-11/WikipediaMetadata_6c1bdd62-77bf-4866-a264-11544508687c_1_0.pext
Changelog:
- initial release
- Version: 1.1
- Version: 1.3
RequiredApiVersion: 6.8.0
ReleaseDate: 2023-03-12
PackageUrl: https://github.com/HerrKnarz/Playnite-Extensions/releases/download/2023-03-12/WikipediaMetadata_6c1bdd62-77bf-4866-a264-11544508687c_1_1.pext
ReleaseDate: 2023-03-18
PackageUrl: https://github.com/HerrKnarz/Playnite-Extensions/releases/download/2023-03-18/WikipediaMetadata_6c1bdd62-77bf-4866-a264-11544508687c_1_3.pext
Changelog:
- added more websites for link matching and platform names for platform matching
- fixed various bugs fetching the data wrong in certain conditions
- fixed not being able to search for another string in the search dialog
- changed sort order of search results to first order by matching game name and beginning characters before ordering by having video game in the description
- fixed bug for split values in the info box
- fixed sorting of release dates when a game has dates with day or month and dates without.
- Version: 1.2
RequiredApiVersion: 6.8.0
ReleaseDate: 2023-03-13
Expand All @@ -27,4 +21,18 @@ Packages:
- refined background search. Strings like Special Edition are now stripped and the description needs to have the words video game for a match.
- fixed bugs in parsing values with comma and other separators
- fixed fetching release date when start date template is used
- fixed fetching data in certain nested templates
- fixed fetching data in certain nested templates
- Version: 1.1
RequiredApiVersion: 6.8.0
ReleaseDate: 2023-03-12
PackageUrl: https://github.com/HerrKnarz/Playnite-Extensions/releases/download/2023-03-12/WikipediaMetadata_6c1bdd62-77bf-4866-a264-11544508687c_1_1.pext
Changelog:
- added more websites for link matching and platform names for platform matching
- fixed various bugs fetching the data wrong in certain conditions
- fixed not being able to search for another string in the search dialog
- Version: 1.0
RequiredApiVersion: 6.8.0
ReleaseDate: 2023-03-11
PackageUrl: https://github.com/HerrKnarz/Playnite-Extensions/releases/download/2023-03-11/WikipediaMetadata_6c1bdd62-77bf-4866-a264-11544508687c_1_0.pext
Changelog:
- initial release
4 changes: 2 additions & 2 deletions Metadata/WikipediaMetadata/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
// 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("1.2.0.0")]
[assembly: AssemblyFileVersion("1.2.0.0")]
[assembly: AssemblyVersion("1.3.0.0")]
[assembly: AssemblyFileVersion("1.3.0.0")]
2 changes: 1 addition & 1 deletion Metadata/WikipediaMetadata/extension.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Id: WikipediaMetadata_6c1bdd62-77bf-4866-a264-11544508687c
Name: Wikipedia Metadata
Author: HerrKnarz
Version: 1.2
Version: 1.3
Module: WikipediaMetadata.dll
Type: MetadataProvider
Icon: icon.png

0 comments on commit 5b3bf67

Please sign in to comment.