diff --git a/Generic/MetadataUtilities/Properties/AssemblyInfo.cs b/Generic/MetadataUtilities/Properties/AssemblyInfo.cs index 7c4837e8f..469386170 100644 --- a/Generic/MetadataUtilities/Properties/AssemblyInfo.cs +++ b/Generic/MetadataUtilities/Properties/AssemblyInfo.cs @@ -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("")] @@ -13,9 +12,8 @@ [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 @@ -23,13 +21,9 @@ // 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")] \ No newline at end of file +// 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")] \ No newline at end of file diff --git a/Generic/MetadataUtilities/extension.yaml b/Generic/MetadataUtilities/extension.yaml index 8a3939ec5..f1e56553e 100644 --- a/Generic/MetadataUtilities/extension.yaml +++ b/Generic/MetadataUtilities/extension.yaml @@ -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 \ No newline at end of file diff --git a/Manifest/HerrKnarz_MetadataUtilities.yaml b/Manifest/HerrKnarz_MetadataUtilities.yaml index ed95a0c04..5bac9df31 100644 --- a/Manifest/HerrKnarz_MetadataUtilities.yaml +++ b/Manifest/HerrKnarz_MetadataUtilities.yaml @@ -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