Skip to content

Commit

Permalink
pushed to version 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
HerrKnarz committed Jan 22, 2023
1 parent 44e4406 commit 1957eb0
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions Manifest/HerrKnarz_LinkUtilities.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
AddonId: LinkUtilties_f692b4bb-238d-4080-ae76-4aaefde6f7a1
Packages:
- Version: 2-0
RequiredApiVersion: 6.8.0
ReleaseDate: 2023-01-22
PackageUrl: https://github.com/HerrKnarz/Playnite-Extension-LinkUtilities/releases/download/v2.0/LinkUtilties_f692b4bb-238d-4080-ae76-4aaefde6f7a1_2_0.pext
Changelog:
- Added feature to add a tag to games that are missing specific links and remove them, when the link was added. Can be configured in the settings.
- Added option to add links automatically after a new game was added.
- Added default remove pattern for NewLink (thx chocolatechipcats)
- Fixed bug that all link sources would be searched, even if they aren't searchable or activated in the settings.
- On PCGamingWiki most games have links with capitalized word, so AddLink now additionally checks for those, if no link is found in the first run.
- additional translations to Ukrainian (thx SmithMD24)
- Version: 1.8
RequiredApiVersion: 6.8.0
ReleaseDate: 2022-12-28
Expand Down
4 changes: 2 additions & 2 deletions Source/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("1.8.0.0")]
[assembly: AssemblyFileVersion("1.8.0.0")]
[assembly: AssemblyVersion("2.0.0.0")]
[assembly: AssemblyFileVersion("2.0.0.0")]
2 changes: 1 addition & 1 deletion Source/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: 1.8
Version: 2.0
Module: LinkUtilities.dll
Type: GenericPlugin
Icon: icon.png

0 comments on commit 1957eb0

Please sign in to comment.