Skip to content

Commit

Permalink
new version of Link Utilities
Browse files Browse the repository at this point in the history
  • Loading branch information
HerrKnarz committed Apr 10, 2023
1 parent 4d85578 commit 403b5ee
Show file tree
Hide file tree
Showing 3 changed files with 17 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("2.6.1.0")]
[assembly: AssemblyFileVersion("2.6.1.0")]
[assembly: AssemblyVersion("3.0.0.0")]
[assembly: AssemblyFileVersion("3.0.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: 2.6.1
Version: 3.0
Module: LinkUtilities.dll
Type: GenericPlugin
Icon: icon.png
14 changes: 14 additions & 0 deletions Manifest/HerrKnarz_LinkUtilities.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
AddonId: LinkUtilties_f692b4bb-238d-4080-ae76-4aaefde6f7a1
Packages:
- Version: 3.0
RequiredApiVersion: 6.8.0
ReleaseDate: 2023-04-10
PackageUrl: https://github.com/HerrKnarz/Playnite-Extensions/releases/download/2023-04-10/LinkUtilties_f692b4bb-238d-4080-ae76-4aaefde6f7a1_3_0.pext
Changelog:
- Adding links is now much faster thanks to simultaneous link processing.
- Added option to search only for missing links instead of all
- Added support for Lemon64
- Optimized Wikipedia search results with descriptions and better sorting.
- Optimized link processing by sorting, renaming etc. only after all links to a game have been added.
- Fixed link to gamepressure Guides. The site redirected to the homepage, when the link wasn't valid.
- Fixed broken search for PCGamingWiki.
- Fixed issue with searching on RAWG, when the results contained a game without any genres.
- 100% translations to German, Norwegian, Russian, Spanish and Ukrainian.
- Version: 2.6.1
RequiredApiVersion: 6.8.0
ReleaseDate: 2023-04-05
Expand Down

0 comments on commit 403b5ee

Please sign in to comment.