Skip to content

Commit

Permalink
prepared release of Wikipedia Metadata v1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
HerrKnarz committed Sep 28, 2024
1 parent 003e96e commit 00bdd27
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions Manifest/HerrKnarz_WikipediaMetadata.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
AddonId: WikipediaMetadata_6c1bdd62-77bf-4866-a264-11544508687c
Packages:
- Version: 1.7
RequiredApiVersion: 6.11.0
ReleaseDate: 2024-09-28
PackageUrl: https://github.com/HerrKnarz/Playnite-Extensions/releases/download/2024-09-28/WikipediaMetadata_6c1bdd62-77bf-4866-a264-11544508687c_1_7.pext
Changelog:
- added support for definition lists in the descriptions. Will be converted to simple headlines and paragraphs since it looks better in the playnite HTML control.
- fixed missing description parts, when they are wrapped in a div-col container.
- optimized parsing of values in the info box, fixing several bugs fetching all the metadata fields from the box.
- modernized and cleaned up code.
- Version: 1.6
RequiredApiVersion: 6.8.0
ReleaseDate: 2023-04-04
Expand Down
4 changes: 2 additions & 2 deletions Metadata/WikipediaMetadata/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("1.6.0.0")]
[assembly: AssemblyFileVersion("1.6.0.0")]
[assembly: AssemblyVersion("1.7.0.0")]
[assembly: AssemblyFileVersion("1.7.0.0")]

[assembly: InternalsVisibleTo("WikipediaMetadata.Test")]
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.6
Version: 1.7
Module: WikipediaMetadata.dll
Type: MetadataProvider
Icon: icon.png
Expand Down

0 comments on commit 00bdd27

Please sign in to comment.