From 62b381adcb4642e4c1e23e9a28c72d4ee873bbab Mon Sep 17 00:00:00 2001 From: HerrKnarz <40741234+HerrKnarz@users.noreply.github.com> Date: Wed, 7 Feb 2024 22:00:43 +0100 Subject: [PATCH] prepared release of Metadata Utilities v0.5 --- Generic/MetadataUtilities/Properties/AssemblyInfo.cs | 4 ++-- Generic/MetadataUtilities/extension.yaml | 2 +- Manifest/HerrKnarz_MetadataUtilities.yaml | 12 ++++++++++++ 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/Generic/MetadataUtilities/Properties/AssemblyInfo.cs b/Generic/MetadataUtilities/Properties/AssemblyInfo.cs index d025243ca..e5c48ffe7 100644 --- a/Generic/MetadataUtilities/Properties/AssemblyInfo.cs +++ b/Generic/MetadataUtilities/Properties/AssemblyInfo.cs @@ -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.4.1.0")] -[assembly: AssemblyFileVersion("0.4.1.0")] \ No newline at end of file +[assembly: AssemblyVersion("0.5.0.0")] +[assembly: AssemblyFileVersion("0.5.0.0")] \ No newline at end of file diff --git a/Generic/MetadataUtilities/extension.yaml b/Generic/MetadataUtilities/extension.yaml index 98a7f183a..99854b881 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.4.1 +Version: 0.5 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 1e4a81ebc..b59275a9a 100644 --- a/Manifest/HerrKnarz_MetadataUtilities.yaml +++ b/Manifest/HerrKnarz_MetadataUtilities.yaml @@ -1,5 +1,17 @@ AddonId: MetadataUtilities_485ab5f0-bfb1-4c17-93cc-20d8338673be Packages: + - Version: 0.5 + RequiredApiVersion: 6.11.0 + ReleaseDate: 2024-02-07 + PackageUrl: https://github.com/HerrKnarz/Playnite-Extensions/releases/download/2024-02-07/MetadataUtilities_485ab5f0-bfb1-4c17-93cc-20d8338673be_0_5.pext + Changelog: + - Added option to filter matching items in the Metadata Editor. The grid will then only show matching items and group them. To determine a match he addon strips the item name of diactritics and special chars. + - When adding a new item in the Metadata or Merge Rule Editor the type in the add dialog will default to the type of the currently selected item + - After adding a new item, it will now automatically be selected in the grid + - Editing an existing merge rule will now automatically set the filter to the types of the items in the source item list + - Performance improvements in the Metadata Editor and Merge Rule Editor + - small optimizations in different places + - updated localizations - Version: 0.4 RequiredApiVersion: 6.11.0 ReleaseDate: 2024-02-05