-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathInstallerManifest.yaml
More file actions
63 lines (63 loc) · 4.1 KB
/
InstallerManifest.yaml
File metadata and controls
63 lines (63 loc) · 4.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
AddonId: RiotGamesLibrary_91d13c6f-63d3-42ed-a100-6f811a8387ea
Packages:
- Version: 2.3.2
RequiredApiVersion: 6.2.0
ReleaseDate: 2025-10-25
PackageUrl: https://github.com/ASchoe311/RiotGamesLibrary/releases/download/v2.3.2/RiotGamesLibrary_91d13c6f-63d3-42ed-a100-6f811a8387ea_2_3_2.pext
Changelog:
- Add 2XKO support (detect installation, import into Playnite library with correct icon and metadata, game can be launched from Playnite)
- Version: 2.3.1
RequiredApiVersion: 6.2.0
ReleaseDate: 2024-10-24
PackageUrl: https://github.com/ASchoe311/RiotGamesLibrary/releases/download/v2.3.1/RiotGamesLibrary_91d13c6f-63d3-42ed-a100-6f811a8387ea_2_3_1.pext
Changelog:
- Fixed game icons being permanently deleted when any Riot Games game was removed from library
- Made OnGameClosed handler asynchronous to prevent blocking Playnite from reopening on slower machines
- Version: 2.3.0
RequiredApiVersion: 6.2.0
ReleaseDate: 2024-09-28
PackageUrl: https://github.com/ASchoe311/RiotGamesLibrary/releases/download/v2.3.0/RiotGamesLibrary_91d13c6f-63d3-42ed-a100-6f811a8387ea_2_3_0.pext
Changelog:
- Added localization support with crowdin
- Now uses higher quality icons for Riot Client and games
- Enabled option for Riot Client to be auto-closed through Playnite's "Auto Close Clients" settings menu
- Improved spacing of some items in plugin settings
- Fixed a bug preventing companion apps from auto-closing when they were not set to auto-launch
- Added translation(s) - Spanish
- Version: 2.2.0
RequiredApiVersion: 6.2.0
ReleaseDate: 2024-09-20
PackageUrl: https://github.com/ASchoe311/RiotGamesLibrary/releases/download/v2.2.0/RiotGamesLibrary_91d13c6f-63d3-42ed-a100-6f811a8387ea_2_2_0.pext
Changelog:
- Changed play action handling from pre-made actions to library integration play actions
- Revamped companion app closing process so that it now should properly close any set companion app
- Changed column header "Enabled" in companion app tables to "Auto-Launch" to better reflect the meaning behind the row values
- Added code to automatically remove obsolete game actions
- Fixed a bug where tracking paths were not properly set when games were installed
- Fixed potential out-of-bounds error during removal of companion app actions
- Reduced code duplication and improved code readability for multiple functions
- Version: 2.1.0
RequiredApiVersion: 6.2.0
ReleaseDate: 2024-09-19
PackageUrl: https://github.com/ASchoe311/RiotGamesLibrary/releases/download/v2.1.0/RiotGamesLibrary_91d13c6f-63d3-42ed-a100-6f811a8387ea_2_1_0.pext
Changelog:
- Added the ability to attach as many companion apps to League and Valorant as you want
- Completely revamped settings
- Added Riot Games as a source (This should update automatically upon installing the update)
- Note - If you used the prior version you may have an existing game action for opening the companion app. This should be automatically removed but if it isn't you should do so manually
- Version: 2.0
RequiredApiVersion: 6.2.0
ReleaseDate: 2024-09-18
PackageUrl: https://github.com/ASchoe311/RiotGamesLibrary/releases/download/v2.0/RiotGamesLibrary_91d13c6f-63d3-42ed-a100-6f811a8387ea_2_0.pext
Changelog:
- Overwolf-based companion apps are now handled correctly and are able to be launched and closed with League or Valorant
- Improvements to the look and function of settings menu
- Fixed a major bug where the arguments of a shortcut file would not be used when the shortcut was selected as the path for a companion app
- Fixed library icon display
- Added options to generate game actions to open companion apps for League and Valorant
- Version: 1.0
RequiredApiVersion: 6.2.0
ReleaseDate: 2024-09-14
PackageUrl: https://github.com/ASchoe311/RiotGamesLibrary/releases/download/v1.0/RiotGamesLibrary_91d13c6f-63d3-42ed-a100-6f811a8387ea_1_0.pext
Changelog:
- Initial release