Skip to content

Commit

Permalink
Prepared release of Metadata Utilities v1.3.0 and
Browse files Browse the repository at this point in the history
## Wikipedia Metadata v1.7.1
  • Loading branch information
HerrKnarz committed Oct 4, 2024
1 parent b56704e commit 3b35a7f
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Generic/MetadataUtilities/Controls/PrefixItemControl.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<TextBlock Text="{Binding Name}"/>
</StackPanel>
</Label>
<ItemsControl Grid.Column="1" ItemsSource="{Binding Items}" Margin="-3,0,0,0">
<ItemsControl Grid.Column="1" ItemsSource="{Binding Items}" Margin="-2,0,0,0">
<ItemsControl.ItemsPanel>
<ItemsPanelTemplate>
<StackPanel />
Expand Down
9 changes: 9 additions & 0 deletions Manifest/HerrKnarz_MetadataUtilities.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
AddonId: MetadataUtilities_485ab5f0-bfb1-4c17-93cc-20d8338673be
Packages:
- Version: 1.3.0
RequiredApiVersion: 6.11.0
ReleaseDate: 2024-10-04
PackageUrl: https://github.com/HerrKnarz/Playnite-Extensions/releases/download/2024-10-04/MetadataUtilities_485ab5f0-bfb1-4c17-93cc-20d8338673be_1_3_0.pext
Changelog:
- IMPORTANT! I removed the complete "Add Defaults" functionality. It got replaced by a new condition type "Game is new". That way you can set up the same as a conditional action and it also should finally work for manually added games.
- Experimental implementation of a custom control to be added to themes, that can replace the typical display for age ratings, categories, features, genres, series and tags. In the prefixes section you can now assign a name and icon for each prefix and then all items with that prefix will be shown in its own box. It's not yet implemented in a publicly available theme, but will be mandatory for future versions of KNARZnite.
- Fixed a bug that sometimes cause conditions in conditional rules to fail.
- Fixed left panel in Metadata Editor from cutting off at the bottom. It will now stretch to the bottom bar and have a scrollbar, if the window is too small.
- Version: 1.2.2
RequiredApiVersion: 6.11.0
ReleaseDate: 2024-10-01
Expand Down
6 changes: 6 additions & 0 deletions Manifest/HerrKnarz_WikipediaMetadata.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
AddonId: WikipediaMetadata_6c1bdd62-77bf-4866-a264-11544508687c
Packages:
- Version: 1.7.1
RequiredApiVersion: 6.11.0
ReleaseDate: 2024-10-04
PackageUrl: https://github.com/HerrKnarz/Playnite-Extensions/releases/download/2024-10-04/WikipediaMetadata_6c1bdd62-77bf-4866-a264-11544508687c_1_7_1.pext
Changelog:
- fixed "br" as a string to split tags by not being recognized anymore.
- Version: 1.7
RequiredApiVersion: 6.11.0
ReleaseDate: 2024-09-28
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.7.0.0")]
[assembly: AssemblyFileVersion("1.7.0.0")]
[assembly: AssemblyVersion("1.7.1.0")]
[assembly: AssemblyFileVersion("1.7.1.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.7
Version: 1.7.1
Module: WikipediaMetadata.dll
Type: MetadataProvider
Icon: icon.png
Expand Down

0 comments on commit 3b35a7f

Please sign in to comment.