Skip to content

Commit

Permalink
Metadata Utilities v1.5.0 and Link Utilities v4.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
HerrKnarz committed Oct 27, 2024
1 parent 6718400 commit df62b8e
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Generic/LinkUtilities/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
// 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("4.1.1.0")]
[assembly: AssemblyFileVersion("4.1.1.0")]
[assembly: AssemblyVersion("4.1.2.0")]
[assembly: AssemblyFileVersion("4.1.2.0")]

[assembly: InternalsVisibleTo("LinkUtilities.Test")]
2 changes: 1 addition & 1 deletion Generic/LinkUtilities/extension.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Id: LinkUtilties_f692b4bb-238d-4080-ae76-4aaefde6f7a1
Name: Link Utilities
Author: HerrKnarz
Version: 4.1.1
Version: 4.1.2
Module: LinkUtilities.dll
Type: GenericPlugin
Icon: icon.png
Expand Down
4 changes: 2 additions & 2 deletions Generic/MetadataUtilities/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,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("1.4.1.0")]
[assembly: AssemblyFileVersion("1.4.1.0")]
[assembly: AssemblyVersion("1.5.0.0")]
[assembly: AssemblyFileVersion("1.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: 1.4.1
Version: 1.5.0
Module: MetadataUtilities.dll
Type: GenericPlugin
Icon: icon.png
Expand Down
6 changes: 6 additions & 0 deletions Manifest/HerrKnarz_LinkUtilities.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
AddonId: LinkUtilties_f692b4bb-238d-4080-ae76-4aaefde6f7a1
Packages:
- Version: 4.1.2
RequiredApiVersion: 6.11.0
ReleaseDate: 2024-10-27
PackageUrl: https://github.com/HerrKnarz/Playnite-Extensions/releases/download/2024-10-27/LinkUtilties_f692b4bb-238d-4080-ae76-4aaefde6f7a1_4_1_2.pext
Changelog:
- Changed PCGamingWiki to use the API when searching a game to avoid possible JavaScript errorsf ro some users.
- Version: 4.1.1
RequiredApiVersion: 6.11.0
ReleaseDate: 2024-10-11
Expand Down
11 changes: 11 additions & 0 deletions Manifest/HerrKnarz_MetadataUtilities.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
AddonId: MetadataUtilities_485ab5f0-bfb1-4c17-93cc-20d8338673be
Packages:
- Version: 1.5.0
RequiredApiVersion: 6.11.0
ReleaseDate: 2024-10-27
PackageUrl: https://github.com/HerrKnarz/Playnite-Extensions/releases/download/2024-10-27/MetadataUtilities_485ab5f0-bfb1-4c17-93cc-20d8338673be_1_5_0.pext
Changelog:
- Cut loading time of Metadata Editor in half.
- Refactored settings access inside the addon.
- Added option to execute conditional actions only on new games before metadata was downloaded.
- All other conditional actions are now only processed after metadata changes as intended.
- Reworked, how the add-on detects a game as new. It's a list of games added since the last start now. Can be reset in the extensions menu.
- updated localizations.
- Version: 1.4.1
RequiredApiVersion: 6.11.0
ReleaseDate: 2024-10-23
Expand Down

0 comments on commit df62b8e

Please sign in to comment.