Skip to content

Commit

Permalink
Prepared release of Link Utilities v4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
HerrKnarz committed Sep 30, 2024
1 parent 70709dd commit 71839c7
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 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.0.0.0")]
[assembly: AssemblyFileVersion("4.0.0.0")]
[assembly: AssemblyVersion("4.1.0.0")]
[assembly: AssemblyFileVersion("4.1.0.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.0
Version: 4.1
Module: LinkUtilities.dll
Type: GenericPlugin
Icon: icon.png
Expand Down
15 changes: 15 additions & 0 deletions Manifest/HerrKnarz_LinkUtilities.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
AddonId: LinkUtilties_f692b4bb-238d-4080-ae76-4aaefde6f7a1
Packages:
- Version: 4.1
RequiredApiVersion: 6.11.0
ReleaseDate: 2024-09-30
PackageUrl: https://github.com/HerrKnarz/Playnite-Extensions/releases/download/2024-09-30/LinkUtilties_f692b4bb-238d-4080-ae76-4aaefde6f7a1_4_1.pext
Changelog:
- Added option to remove specific links from selected games via a new dialog.
- Added support for Killer List Of Video Games
- Only run through games, that actually changed something in their links and still have any after game metadata was changed.
- Removed support for HowLongToBeat for the time being, since they made it even more difficult to access their not publicly available API. I'll maybe reintroduce it, once there is a public API available.
- Fixed linker for IsThereAnyDeal. Old links for non steam games already added unfortunately won't work anymore, since they changed their link structure some time ago.
- Rearranged game menu items to make often used ones more accessible.
- Small layout optimizations in dialogs
- Replaced github wiki links with my own website
- Cleaned up code
- updated localizations
- Version: 4.0
RequiredApiVersion: 6.8.0
ReleaseDate: 2024-01-12
Expand Down

0 comments on commit 71839c7

Please sign in to comment.