Skip to content

Commit

Permalink
LinkUtilities release 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
HerrKnarz committed May 19, 2023
1 parent 6ad04a0 commit 8c58e54
Show file tree
Hide file tree
Showing 3 changed files with 13 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("3.1.0.0")]
[assembly: AssemblyFileVersion("3.1.0.0")]
[assembly: AssemblyVersion("3.2.0.0")]
[assembly: AssemblyFileVersion("3.2.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: 3.1
Version: 3.2
Module: LinkUtilities.dll
Type: GenericPlugin
Icon: icon.png
10 changes: 10 additions & 0 deletions Manifest/HerrKnarz_LinkUtilities.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
AddonId: LinkUtilties_f692b4bb-238d-4080-ae76-4aaefde6f7a1
Packages:
- Version: 3.2
RequiredApiVersion: 6.8.0
ReleaseDate: 2023-05-19
PackageUrl: https://github.com/HerrKnarz/Playnite-Extensions/releases/download/2023-05-19/LinkUtilties_f692b4bb-238d-4080-ae76-4aaefde6f7a1_3_2.pext
Changelog:
- New option "Review duplicate links" opens a list with all found duplicates to be removed manually.
- Added option to choose which websites you want to add/search a link for in a dialog window.
- The link to be added from the clipboard is now shown in the message box text.
- Added option to not rename a link, when the link name contains a special character or string. Can be configured in the settings.
- Fixed bug preventing clipboard and bookmarklet links from being added when more than one game is selected.
- Version: 3.1
RequiredApiVersion: 6.8.0
ReleaseDate: 2023-05-07
Expand Down

0 comments on commit 8c58e54

Please sign in to comment.