Skip to content

Commit

Permalink
prepared release 0.7 of Metadata Utilities
Browse files Browse the repository at this point in the history
  • Loading branch information
HerrKnarz committed Feb 25, 2024
1 parent 054cd55 commit 6375fb1
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 16 deletions.
24 changes: 9 additions & 15 deletions Generic/MetadataUtilities/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
using System.Reflection;
using System.Runtime.InteropServices;

// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
// General Information about an assembly is controlled through the following set of attributes.
// Change these attribute values to modify the information associated with an assembly.
[assembly: AssemblyTitle("MetadataUtilities")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
Expand All @@ -13,23 +12,18 @@
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
// Setting ComVisible to false makes the types in this assembly not visible to COM components. If
// you need to access a type in this assembly from COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]

// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("485ab5f0-bfb1-4c17-93cc-20d8338673be")]

// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
// Major Version Minor Version Build Number Revision
//
// 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.6.1.0")]
[assembly: AssemblyFileVersion("0.6.1.0")]
// 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.7.0.0")]
[assembly: AssemblyFileVersion("0.7.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.6.1
Version: 0.7.0
Module: MetadataUtilities.dll
Type: GenericPlugin
Icon: icon.png
18 changes: 18 additions & 0 deletions Manifest/HerrKnarz_MetadataUtilities.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
AddonId: MetadataUtilities_485ab5f0-bfb1-4c17-93cc-20d8338673be
Packages:
- Version: 0.7
RequiredApiVersion: 6.11.0
ReleaseDate: 2024-02-25
PackageUrl: https://github.com/HerrKnarz/Playnite-Extensions/releases/download/2024-02-25/MetadataUtilities_485ab5f0-bfb1-4c17-93cc-20d8338673be_0_7.pext
Changelog:
- Merged QuickAdd addon into Metadata Utilities and expanded it to genres and series. QuickAdd is now obsolete, if you also use Metadata Utilities.
- Added option to remove unwanted metadata items via a blacklist either manually or on metadata updates
- Items will now be deleted from the database after they were removed from a game, if they aren't used in other games anymore. This affects merging and removing unwanted items.
- Added context menu to the grids in Metadata Editor providing the same functionality as the buttons below the grids
- Added option to hide columns in the game grid in Metadata Editor
- Added option to remove a metadata item from the selected games in the game grid in Metadata Editor
- Added option to hide unused items in Metadata Editor
- The OK button in the "add new" dialog will now also be triggered by hitting Enter in the text box
- Show removed unused items in dialog comma separated instead of new line, so the dialog doesn't get too huge so easily
- fixed strange row header behavior in some data grid rows
- fixed possible infinite loop when removing unused metadata
- fixed game grid not reloading after merging metadata in Metadata Editor
- updated localizations
- Version: 0.6
RequiredApiVersion: 6.11.0
ReleaseDate: 2024-02-12
Expand Down

0 comments on commit 6375fb1

Please sign in to comment.