Skip to content

Commit

Permalink
prepared release of Metadata Utilities v0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
HerrKnarz committed Feb 7, 2024
1 parent 2d9a368 commit 62b381a
Show file tree
Hide file tree
Showing 3 changed files with 15 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.4.1.0")]
[assembly: AssemblyFileVersion("0.4.1.0")]
[assembly: AssemblyVersion("0.5.0.0")]
[assembly: AssemblyFileVersion("0.5.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.4.1
Version: 0.5
Module: MetadataUtilities.dll
Type: GenericPlugin
Icon: icon.png
12 changes: 12 additions & 0 deletions Manifest/HerrKnarz_MetadataUtilities.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 62b381a

Please sign in to comment.