Skip to content

Commit

Permalink
prepared release 0.6 of Metadata Utilities
Browse files Browse the repository at this point in the history
  • Loading branch information
HerrKnarz committed Feb 12, 2024
1 parent c01d266 commit ab97153
Show file tree
Hide file tree
Showing 3 changed files with 17 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.5.0.0")]
[assembly: AssemblyFileVersion("0.5.0.0")]
[assembly: AssemblyVersion("0.6.0.0")]
[assembly: AssemblyFileVersion("0.6.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.5
Version: 0.6
Module: MetadataUtilities.dll
Type: GenericPlugin
Icon: icon.png
14 changes: 14 additions & 0 deletions Manifest/HerrKnarz_MetadataUtilities.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
AddonId: MetadataUtilities_485ab5f0-bfb1-4c17-93cc-20d8338673be
Packages:
- Version: 0.6
RequiredApiVersion: 6.11.0
ReleaseDate: 2024-02-12
PackageUrl: https://github.com/HerrKnarz/Playnite-Extensions/releases/download/2024-02-12/MetadataUtilities_485ab5f0-bfb1-4c17-93cc-20d8338673be_0_6.pext
Changelog:
- Added option to define prefixes. These will then show up in the Metadata Editor as a separate combobox and can be filtered and sorted separately.
- Added option to execute single merge rules in the game menu
- Added option to execute a merge rule in the addon settings
- Added platforms column to the game datagrid in Metadata Editor
- Default tags/categories will now automatically renamed, when the corresponding original item was renamed. Can be deactivated in the settings
- The target of merge rules will now automatically renamed, when the corresponding original item was renamed. Can be deactivated in the settings
- Field type comboboxes are now localized
- Performance optimizations for merging metadata in several games
- updated localizations
- Version: 0.5
RequiredApiVersion: 6.11.0
ReleaseDate: 2024-02-07
Expand Down

0 comments on commit ab97153

Please sign in to comment.