Skip to content

Commit

Permalink
pushed to v1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
HerrKnarz committed Mar 13, 2023
1 parent bf9a3ee commit 6ce684c
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 49 deletions.
16 changes: 15 additions & 1 deletion Manifest/HerrKnarz_WikipediaMetadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,18 @@ Packages:
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
- fixed not being able to search for another string in the search dialog
- Version: 1.2
RequiredApiVersion: 6.8.0
ReleaseDate: 2023-03-13
PackageUrl: https://github.com/HerrKnarz/Playnite-Extensions/releases/download/2023-03-13/WikipediaMetadata_6c1bdd62-77bf-4866-a264-11544508687c_1_2.pext
Changelog:
- added support for GameRankings score if no Metacritic score can be found
- added support for partial release dates
- added option to only fetch the overview of the wiki page as description
- proper support for fourth level paragraphs in descriptions
- retain formatting like bold or italic and optional links in the description
- 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
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.1.0.0")]
[assembly: AssemblyFileVersion("1.1.0.0")]
[assembly: AssemblyVersion("1.2.0.0")]
[assembly: AssemblyFileVersion("1.2.0.0")]
45 changes: 0 additions & 45 deletions Metadata/WikipediaMetadata/WikipediaMetadata.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -234,51 +234,6 @@
<SubType>Designer</SubType>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="Localization\af_ZA.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="Localization\ar_SA.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="Localization\ca_ES.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="Localization\cs_CZ.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="Localization\da_DK.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="Localization\de_DE.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="Localization\el_GR.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="Localization\es_ES.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="Localization\fi_FI.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="Localization\fr_FR.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
Expand Down
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.1
Version: 1.2
Module: WikipediaMetadata.dll
Type: MetadataProvider
Icon: icon.png

0 comments on commit 6ce684c

Please sign in to comment.