Skip to content

Commit

Permalink
prepared release of Metadata Utilities v0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
HerrKnarz committed Feb 5, 2024
1 parent cc98100 commit e1c6f6d
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Generic/MetadataUtilities/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("0.3.2.0")]
[assembly: AssemblyFileVersion("0.3.2.0")]
[assembly: AssemblyVersion("0.4.0.0")]
[assembly: AssemblyFileVersion("0.4.0.0")]
2 changes: 1 addition & 1 deletion Generic/MetadataUtilities/extension.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Id: MetadataUtilities_485ab5f0-bfb1-4c17-93cc-20d8338673be
Name: Metadata Utilities
Author: HerrKnarz
Version: 0.3.2
Version: 0.4
Module: MetadataUtilities.dll
Type: GenericPlugin
Icon: icon.png
15 changes: 15 additions & 0 deletions Manifest/HerrKnarz_MetadataUtilities.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
AddonId: MetadataUtilities_485ab5f0-bfb1-4c17-93cc-20d8338673be
Packages:
- Version: 0.4
RequiredApiVersion: 6.11.0
ReleaseDate: 2024-02-05
PackageUrl: https://github.com/HerrKnarz/Playnite-Extensions/releases/download/2024-02-05/MetadataUtilities_485ab5f0-bfb1-4c17-93cc-20d8338673be_0_4.pext
Changelog:
- added data grid showing all related games of a metadata item to the Metadata Editor
- added option to change the type of the selected metadata items to the Metadata Editor. The changes can also be saved as an automatic merge rule.
- added top panel button for Metadata Editor
- the window dimensions of Metadata Editor will now be saved when closing the window with the close button
- the Metadata Editor now remembers, which filter checkboxes are ticked, when closing the window with the close button
- put settings of default categories and tags into their own tab in the settings
- automatic merging after changes in a game now only triggers, when at least one of the supported types changed
- fixed sorting of the merge rule grids in the addon settings
- fixed recalculation of game count after merging to count hidden games, even if they are set to ignore
- performance optimizations
- Version: 0.3.1
RequiredApiVersion: 6.11.0
ReleaseDate: 2024-02-02
Expand Down

0 comments on commit e1c6f6d

Please sign in to comment.