-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathinstaller.yaml
More file actions
605 lines (605 loc) · 30.5 KB
/
Copy pathinstaller.yaml
File metadata and controls
605 lines (605 loc) · 30.5 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
AddonId: LegendaryLibrary
Packages:
- Version: 1.15.0
RequiredApiVersion: 6.14.0
ReleaseDate: 2026-06-03
PackageUrl: https://github.com/hawkeye116477/playnite-legendary-plugin/releases/download/1.15.0/LegendaryLibrary_1_15_0.pext
Changelog:
- Added support for gamepad at full screen mode
- Fixed downloading updates for Heroic's fork
- Restored alternative authentication method (main method should work for most
people, while this one not, but for some people it's reverse)
- Version: 1.14.4
RequiredApiVersion: 6.14.0
ReleaseDate: 2026-04-13
PackageUrl: https://github.com/hawkeye116477/playnite-legendary-plugin/releases/download/1.14.4/LegendaryLibrary_1_14_4.pext
Changelog:
- Solved potential problems during updating apps
- Version: 1.14.3
RequiredApiVersion: 6.14.0
ReleaseDate: 2026-04-13
PackageUrl: https://github.com/hawkeye116477/playnite-legendary-plugin/releases/download/1.14.3/LegendaryLibrary_1_14_3.pext
Changelog:
- Now installer window will be closed instantly if UDM or launcher not installed
- Added missing icons to few buttons
- Fixed potential problems with old downloads migration (if you had problems
with incorrect displayed data, then close Playnite, go to plugin data dir,
remove `downloads.json`, then rename `downloadManager.json.migrated` by removing
`.migrated` part from it, then go to UDM data dir, remove `unifiedDownloads.json`
file and launch Playnite again)
- Version: 1.14.1
RequiredApiVersion: 6.14.0
ReleaseDate: 2026-04-12
PackageUrl: https://github.com/hawkeye116477/playnite-legendary-plugin/releases/download/1.14.1/LegendaryLibrary_1_14_1.pext
Changelog:
- Adjusted to new UDM Api
- Version: 1.14.0
RequiredApiVersion: 6.14.0
ReleaseDate: 2026-04-11
PackageUrl: https://github.com/hawkeye116477/playnite-legendary-plugin/releases/download/1.14.0/LegendaryLibrary_1_14_0.pext
Changelog:
- Added possibility to update launcher
- Improved launcher path handling (now you can select legendary*.exe)
- Moved downloads list to Unified Download Manager plugin (new plugin is required)
- Old download entries should be migrated on startup after installing UDM
- Version: 1.13.5
RequiredApiVersion: 6.14.0
ReleaseDate: 2026-02-10
PackageUrl: https://github.com/hawkeye116477/playnite-legendary-plugin/releases/download/1.13.5/LegendaryLibrary_1_13_5.pext
Changelog:
- Fixed setting preferred CDN
- Fixed game updating for some cases
- Version: 1.13.4
RequiredApiVersion: 6.14.0
ReleaseDate: 2026-02-05
PackageUrl: https://github.com/hawkeye116477/playnite-legendary-plugin/releases/download/1.13.4/LegendaryLibrary_1_13_4.pext
Changelog:
- Prevented silent crashes
- Version: 1.13.3
RequiredApiVersion: 6.14.0
ReleaseDate: 2026-01-27
PackageUrl: https://github.com/hawkeye116477/playnite-legendary-plugin/releases/download/1.13.3/LegendaryLibrary_1_13_3.pext
Changelog:
- Added checking if user is logged in before doing migration
- LEGENDARY_SECRET_USER_DATA env will now be only added if encrypted file present
- Set my launcher fork as default update source due to increased security
- Updated translations
- Version: 1.13.2
RequiredApiVersion: 6.14.0
ReleaseDate: 2026-01-10
PackageUrl: https://github.com/hawkeye116477/playnite-legendary-plugin/releases/download/1.13.2/LegendaryLibrary_1_13_2.pext
Changelog:
- Fixed possible crashes
- Version: 1.13.1
RequiredApiVersion: 6.14.0
ReleaseDate: 2026-01-10
PackageUrl: https://github.com/hawkeye116477/playnite-legendary-plugin/releases/download/1.13.1/LegendaryLibrary_1_13_1.pext
Changelog:
- Added possibility to reload updater data
- Fixed crashes
- Version: 1.13.0
RequiredApiVersion: 6.14.0
ReleaseDate: 2026-01-10
PackageUrl: https://github.com/hawkeye116477/playnite-legendary-plugin/releases/download/1.13.0/LegendaryLibrary_1_13_0.pext
Changelog:
- Improved security by adding possibility to encrypt login tokens (switch to
my forked legendary and then logout and login again)
- Moved cloud settings to new "Cloud and other services" tab
- Improved settings layout
- Added automatic clearing cache for automatic update checking
- Added updating login status to connect account checkbox
- Version: 1.12.0
RequiredApiVersion: 6.14.0
ReleaseDate: 2025-12-19
PackageUrl: https://github.com/hawkeye116477/playnite-legendary-plugin/releases/download/1.12.0/LegendaryLibrary_1_12_0.pext
Changelog:
- Added possibility to faster reload game data in Installer and DLC Manager
- Added possibility to finish games installation by manual (sometimes depends
needs to be installed)
- Added possibility to revert migration from Epic to Legendary
- Added retry logic for some things
- Fixed crashing
- Version: 1.11.3
RequiredApiVersion: 6.14.0
ReleaseDate: 2025-12-09
PackageUrl: https://github.com/hawkeye116477/playnite-legendary-plugin/releases/download/1.11.3/LegendaryLibrary_1_11_3.pext
Changelog:
- Fixed disposing install controller by using new SDK method
- Version: 1.11.2
RequiredApiVersion: 6.4.0
ReleaseDate: 2025-12-09
PackageUrl: https://github.com/hawkeye116477/playnite-legendary-plugin/releases/download/1.11.2/LegendaryLibrary_1_11_2.pext
Changelog:
- Added Chinese Simplified translations by [fejich](https://github.com/fejich)
- Fixed problems with updating games
- Version: 1.11.1
RequiredApiVersion: 6.4.0
ReleaseDate: 2025-10-24
PackageUrl: https://github.com/hawkeye116477/playnite-legendary-plugin/releases/download/1.11.1/LegendaryLibrary_1_11_1.pext
Changelog:
- Fixed problems with third-party managed games
- Fixed crashing
- Version: 1.11.0
RequiredApiVersion: 6.4.0
ReleaseDate: 2025-10-12
PackageUrl: https://github.com/hawkeye116477/playnite-legendary-plugin/releases/download/1.11.0/LegendaryLibrary_1_11_0.pext
Changelog:
- Fixed authentication
- Added possibility to change update source of launcher (currently only 3 authors
defined)
- Changed default update source of launcher to Heroic fork due to long time
without update
- Version: 1.10.10
RequiredApiVersion: 6.4.0
ReleaseDate: 2025-10-05
PackageUrl: https://github.com/hawkeye116477/playnite-legendary-plugin/releases/download/1.10.10/LegendaryLibrary_1_10_10.pext
Changelog:
- Added new special status for download errors
- Added instant closing installer window if user is not authenticated
- Fixed displaying text in uninstall dialog
- Version: 1.10.9
RequiredApiVersion: 6.4.0
ReleaseDate: 2025-08-24
PackageUrl: https://github.com/hawkeye116477/playnite-legendary-plugin/releases/download/1.10.9/LegendaryLibrary_1_10_9.pext
Changelog:
- Fixed Download Manager style
- Fixed potential problems with prerequisites
- Fixed fetching games which require EA App
- Improved error handling for third-party activations (Ubisoft needs to be fixed
by legendary maintainers)
- Fluentization for localization was carried out
- Added skipping importing UE plugins
- Version: 1.10.8
RequiredApiVersion: 6.12.0
ReleaseDate: 2025-07-29
PackageUrl: https://github.com/hawkeye116477/playnite-legendary-plugin/releases/download/1.10.8/LegendaryLibrary_1_10_8.pext
Changelog:
- Fixed issues with non-English Windows environments
- 'NOTE: If you had issues with playing EA App games, then you may need to install
additional tool, more at wiki'
- Version: 1.10.7
RequiredApiVersion: 6.4.0
ReleaseDate: 2025-07-29
PackageUrl: https://github.com/hawkeye116477/playnite-legendary-plugin/releases/download/1.10.7/LegendaryLibrary_1_10_7.pext
Changelog:
- Fixed issues with non-English Windows environments
- This is probably last update compatible with older than W10 and this Playnite's
version
- This also contains some of changes from previous build which was only for
newer Playnite version
- 'NOTE: If you had issues with playing EA App games, then you may need to install
additional tool, more at wiki'
- Version: 1.10.6
RequiredApiVersion: 6.12.0
ReleaseDate: 2025-06-24
PackageUrl: https://github.com/hawkeye116477/playnite-legendary-plugin/releases/download/1.10.6/LegendaryLibrary_1_10_6.pext
Changelog:
- Added experimental displaying of Download Manager at full screen mode
- Fixed full screen styling
- Fixed starting console client for some cases from Playnite's menu
- Fixed full screen mode anomaly during cloud operations
- Updated localizations
- Version: 1.10.5
RequiredApiVersion: 6.4.0
ReleaseDate: 2025-02-20
PackageUrl: https://github.com/hawkeye116477/playnite-legendary-plugin/releases/download/1.10.5/LegendaryLibrary_1_10_5.pext
Changelog:
- Added alternative Epic authentication method
- Version: 1.10.4
RequiredApiVersion: 6.4.0
ReleaseDate: 2024-12-15
PackageUrl: https://github.com/hawkeye116477/playnite-legendary-plugin/releases/download/1.10.4/LegendaryLibrary_1_10_4.pext
Changelog:
- Fixed download properties window
- Fixed downloading updates for some games
- Fixed crashing in full screen mode
- Version: 1.10.3
RequiredApiVersion: 6.4.0
ReleaseDate: 2024-12-15
PackageUrl: https://github.com/hawkeye116477/playnite-legendary-plugin/releases/download/1.10.3/LegendaryLibrary_1_10_3.pext
Changelog:
- Fixed parsing startup arguments of games
- Added useful information to log file
- Solved problems with full screen mode
- Version: 1.10.2
RequiredApiVersion: 6.4.0
ReleaseDate: 2024-11-20
PackageUrl: https://github.com/hawkeye116477/playnite-legendary-plugin/releases/download/1.10.2/LegendaryLibrary_1_10_2.pext
Changelog:
- Solved problems during uninstalling games
- Version: 1.10.1
RequiredApiVersion: 6.4.0
ReleaseDate: 2024-11-20
PackageUrl: https://github.com/hawkeye116477/playnite-legendary-plugin/releases/download/1.10.1/LegendaryLibrary_1_10_1.pext
Changelog:
- Solved problems during uninstalling EOS Overlay
- Version: 1.10.0
RequiredApiVersion: 6.4.0
ReleaseDate: 2024-11-19
PackageUrl: https://github.com/hawkeye116477/playnite-legendary-plugin/releases/download/1.10.0/LegendaryLibrary_1_10_0.pext
Changelog:
- Added possibility to automatically remove completed downloads from list
- Moved download settings to separate tab (games installation path is here now
too)
- Added missing scrollbars in few places
- Added possibility to import non-installable EA games (it's experimental, so
everything can happen)
- Version: 1.9.7
RequiredApiVersion: 6.4.0
ReleaseDate: 2024-11-16
PackageUrl: https://github.com/hawkeye116477/playnite-legendary-plugin/releases/download/1.9.7/LegendaryLibrary_1_9_7.pext
Changelog:
- Fixed potential problems which might occur during repairing and installation
of games
- Enabled playtime sync by default if it's also enabled in Playnite's settings
- Version: 1.9.6
RequiredApiVersion: 6.4.0
ReleaseDate: 2024-11-06
PackageUrl: https://github.com/hawkeye116477/playnite-legendary-plugin/releases/download/1.9.6/LegendaryLibrary_1_9_6.pext
Changelog:
- Fixed problems with migration of games from Epic plugin
- Fixed problems with downloading of games
- Added displaying troubleshooting link when Legendary isn't installed
- Version: 1.9.5
RequiredApiVersion: 6.4.0
ReleaseDate: 2024-11-02
PackageUrl: https://github.com/hawkeye116477/playnite-legendary-plugin/releases/download/1.9.5/LegendaryLibrary_1_9_5.pext
Changelog:
- Fixed problems with displaying sizes when digit grouping symbol used
- Version: 1.9.4
RequiredApiVersion: 6.4.0
ReleaseDate: 2024-10-24
PackageUrl: https://github.com/hawkeye116477/playnite-legendary-plugin/releases/download/1.9.4/LegendaryLibrary_1_9_4.pext
Changelog:
- Feature allowing moving games will be displayed now only when needed
- Fixed possible issues which might occur during repairing, updating and uploading
playtime
- Removed checking for game updates after launching games (now it will check
only after launching Playnite if user wants that)
- Checking for games updates once per month is new default setting
- Improved layout of manual cloud sync
- Added countdown for download complete action (60 seconds for a decision)
- Version: 1.9.3
RequiredApiVersion: 6.4.0
ReleaseDate: 2024-10-07
PackageUrl: https://github.com/hawkeye116477/playnite-legendary-plugin/releases/download/1.9.3/LegendaryLibrary_1_9_3.pext
Changelog:
- Improved games installation in multitasking mode
- Reduced number of disk writes
- Improved calculation of game sizes
- Changed install folder for EOS Overlay (.overlay => .eos-overlay)
- Stats will be cleared now after removing running download item
- Fixed possible crashes
- Fixed changing max workers value
- Games requiring EA App will no longer be imported now
- Installed DLCs and SDLs will be now selected in repair mode
- Added support for checking version of Heroic's Legendary fork
- Added possibility to change SDLs at Download Properties view only when download
is canceled
- If SDL is available, then now sizes will be displayed at Download Properties
view
- Added German translations by @oscilloscopa
- Version: 1.9.2
RequiredApiVersion: 6.4.0
ReleaseDate: 2024-09-26
PackageUrl: https://github.com/hawkeye116477/playnite-legendary-plugin/releases/download/1.9.2/LegendaryLibrary_1_9_2.pext
Changelog:
- Fixed installing EOS Overlay
- Fixed max value for worker processes
- Version: 1.9.1
RequiredApiVersion: 6.4.0
ReleaseDate: 2024-09-25
PackageUrl: https://github.com/hawkeye116477/playnite-legendary-plugin/releases/download/1.9.1/LegendaryLibrary_1_9_1.pext
Changelog:
- Added possibility to disable desktop notifications about finished tasks
- Changed notification message for updating and repairing
- Fixed potential crashes when downloading games
- Fixed error handling for install command
- Version: 1.9.0
RequiredApiVersion: 6.4.0
ReleaseDate: 2024-09-04
PackageUrl: https://github.com/hawkeye116477/playnite-legendary-plugin/releases/download/1.9.0/LegendaryLibrary_1_9_0.pext
Changelog:
- Added possibility to install, repair and uninstall multiple games at once
(select games from list using Ctrl key)
- Added displaying disk write speed at Download Manager
- Added saving download percent progress and downloaded size for each download
item
- Added displaying percent progress at panel icon
- DateTime in Download Manager will be displayed now in local Format
- Special Epic registry key will be added now for all games installations due
to demand of it from more games
- Changed order of game menu items
- Fixed displaying download progress when resuming
- Fixed potential crash when canceling and removing download
- Removed migration for old settings as promised
- Version: 1.8.1
RequiredApiVersion: 6.4.0
ReleaseDate: 2024-08-16
PackageUrl: https://github.com/hawkeye116477/playnite-legendary-plugin/releases/download/1.8.1/LegendaryLibrary_1_8_1.pext
Changelog:
- Fixed path for Heroic's Legendary binary to make it compatible with latest
version
- Version: 1.8.0
RequiredApiVersion: 6.4.0
ReleaseDate: 2024-08-13
PackageUrl: https://github.com/hawkeye116477/playnite-legendary-plugin/releases/download/1.8.0/LegendaryLibrary_1_8_0.pext
Changelog:
- Added unattended mode for installation
- Added downloading all DLCs to settings (always all DLCs will be selected)
- DLC Manager can be displayed now even if chosen game isn't installed
- Removed downloading wrong developer info
- Fixed tooltips for toggling reordering
- Fixed problems with updating games
- Version: 1.7.7
RequiredApiVersion: 6.4.0
ReleaseDate: 2024-07-08
PackageUrl: https://github.com/hawkeye116477/playnite-legendary-plugin/releases/download/1.7.7/LegendaryLibrary_1_7_7.pext
Changelog:
- Fixed DLCs being imported as separate games (you need to clear extension cache
to see the effect)
- Added checking if Legendary Launcher is installed after launch game attempt
- Added filling launcher version field for not installed case in GitHub issue
form
- Version: 1.7.6
RequiredApiVersion: 6.4.0
ReleaseDate: 2024-05-17
PackageUrl: https://github.com/hawkeye116477/playnite-legendary-plugin/releases/download/1.7.6/LegendaryLibrary_1_7_6.pext
Changelog:
- Solved problems with activating some EA games
- Added Russian translations made by FerNikoMF
- Version: 1.7.5
RequiredApiVersion: 6.4.0
ReleaseDate: 2024-04-28
PackageUrl: https://github.com/hawkeye116477/playnite-legendary-plugin/releases/download/1.7.5/LegendaryLibrary_1_7_5.pext
Changelog:
- 'Removed support for "offline" updates (bug #65)'
- Version: 1.7.4
RequiredApiVersion: 6.4.0
ReleaseDate: 2024-04-21
PackageUrl: https://github.com/hawkeye116477/playnite-legendary-plugin/releases/download/1.7.4/LegendaryLibrary_1_7_4.pext
Changelog:
- Fixed playtime counting during system suspension (adapted changes from Playnite's
source code)
- Fixed launch state if user will decide not to use offline mode (if no internet
connection available)
- Version: 1.7.3
RequiredApiVersion: 6.4.0
ReleaseDate: 2024-04-03
PackageUrl: https://github.com/hawkeye116477/playnite-legendary-plugin/releases/download/1.7.3/LegendaryLibrary_1_7_3.pext
Changelog:
- Removed duplicated "Check for games updates" option (that one at main Playnite
menu remained)
- Prerequisites should be installed now only during first launch of game instead
of after downloading. That was done to avoid potential noises at night
- Moved games settings to separate files (old file will be migrated, but it
will still remain renamed as `gamesSettings.json.migrated` as a backup, but
it can be safely removed if everything will be fine)
- Added support for using `LEGENDARY_CONFIG_PATH` environment variable (it will
be used if exists instead of original Legendary's config path)
- Added Italian translation by AlienLogic
- Version: 1.7.2
RequiredApiVersion: 6.4.0
ReleaseDate: 2024-03-27
PackageUrl: https://github.com/hawkeye116477/playnite-legendary-plugin/releases/download/1.7.2/LegendaryLibrary_1_7_2.pext
Changelog:
- Menu items should now display only when 1 game is selected
- Fixed problems with authentication
- Added mapping for source path names displayed in log file to make it clearer
where it comes from
- Added icons for menu items
- Added "check for games updates" option under Extensions main menu section
for faster access
- Version: 1.7.1
RequiredApiVersion: 6.4.0
ReleaseDate: 2024-03-13
PackageUrl: https://github.com/hawkeye116477/playnite-legendary-plugin/releases/download/1.7.1/LegendaryLibrary_1_7_1.pext
Changelog:
- Fixed plugin crashing when user had invalid/expired token, which can't be
renewed
- Fixed displaying update sizes
- Reduced number of displayed error messages during update checking
- Added EOS Overlay to list of games updates
- Added version info for EOS Overlay to update window
- Version: 1.7.0
RequiredApiVersion: 6.4.0
ReleaseDate: 2024-02-27
PackageUrl: https://github.com/hawkeye116477/playnite-legendary-plugin/releases/download/1.7.0/LegendaryLibrary_1_7_0.pext
Changelog:
- Added possibility to install prerequisites
- Added few keyboard shortcuts for Download Manager
- Added missing advanced settings for autoupdating games
- Added possibility to authenticate and import not installed games without Legendary
launcher installed
- Added displaying all executed Legendary commands to log file
- Added caching EOS Overlay info
- Added checking if EA App is installed after clicking to activate EA games
- Added possibility to check all extra content in download properties window
of Download Manager
- Improved repairing games with SDLs
- Added possibility to change connection timeout
- Added possibility to move entries of Download Manager in 4 directions
- Added possibility to ignore free space
- Improved Download Manager layout
- Added checking if path is writable before downloading (that should prevent
situation when Legendary tries to write to some non-writable path few hours)
- Added displaying message when it's not possible to do multiple tasks at once
- Added tooltips for few settings which explain what's up
- Moved importing installed game to separate menu item
- Added possibility to import games requiring Ubisoft Connect (disabled by default)
- Fixed tracking playtime for Ubisoft Connect games
- Fixed displaying verification progress
- Fixed calculating sizes of games with DLCs for Download Manager
- Fixed displaying after install size
- Fixed possible crashes
- Improved error handling
- Version: 1.6.0
RequiredApiVersion: 6.4.0
ReleaseDate: 2024-02-05
PackageUrl: https://github.com/hawkeye116477/playnite-legendary-plugin/releases/download/1.6.0/LegendaryLibrary_1_6_0.pext
Changelog:
- Added after installing size for Game Installer and DLC Manager
- Improved Game Updater
- Added message about successful uninstalling
- Added success and fail messages for import installed game feature
- Improved authentication and sign out functions
- Game Installer will now add missing registry key for Dishonored Death of the
Outsider and Fallout New Vegas if needed
- Added possibility to update EOS Overlay
- Improved appearance of Troubleshooting Info tab in plugin's settings
- Fixed problems related with launcher's config path
- Added missing null checking to prevent crashing (some DLCs IDs can be null)
- Improved error handling
- Thanks for all bug hunters and translators!
- Version: 1.5.0
RequiredApiVersion: 6.4.0
ReleaseDate: 2024-01-25
PackageUrl: https://github.com/hawkeye116477/playnite-legendary-plugin/releases/download/1.5.0/LegendaryLibrary_1_5_0.pext
Changelog:
- Added possibility to manually check for all games updates at once
- Improved updating (more choices in settings and because of that you may need
to review and reapply update settings to make them working again)
- Added displaying account name to plugin settings
- Added confirmation dialog to sign out
- Added nice descriptions for more Launcher's error messages
- Improved Game Installer and DLC Manager appearance
- Fixed potential problems with new Heroic config path
- Fixed bugs in clouds
- Fixed bugs related with queuing downloads
- Version: 1.4.0
RequiredApiVersion: 6.4.0
ReleaseDate: 2024-01-22
PackageUrl: https://github.com/hawkeye116477/playnite-legendary-plugin/releases/download/1.4.0/LegendaryLibrary_1_4_0.pext
Changelog:
- Added possibility to upload playtime to cloud (experimental feature)
- Added cloud settings to per game settings (manual sync, etc)
- Added possibility to move games to other base path
- Added DLC Manager for installed games (so non-launchable DLCs won't be longer
added to library, instead they will show up here)
- Added question if user wants to switch offline mode for playing game if can't
sign in
- Added possibility to display download speed in bits per second
- Added possibility to check all extra content in Game Installer
- Added offline mode as possible feature to metadata provider
- Improved games updating (added optional automatic updates and now DLCs will
be updated together with base game)
- Added possibility to display message when new launcher version will appear
- Added possibility to remove game settings while uninstalling game
- Added possibility to activate Ubisoft and EA titles (Plugin settings=>Additional
services)
- Improved clearing cache
- Improved Game Installer appearance
- Moved EOS Overlay settings to new Additional services tab
- Renamed game menu item 'Legendary launcher settings' to 'Modify launch settings'
- Playtime synchronization is now disabled by default
- Ubisoft Connect games won't be imported to library now
- All DLCs shouldn't start downloading now if user don't want them
- Disabled few things from metadata provider, cuz they can be not proper
- Removed parsing ini config file (that was used only to set some values as
default)
- Fixed detecting installed games for Heroic 2.9.0+
- Fixed few Download Manager bugs
- Improved error handling
- Added Portuguese (Brazilian) translation by BrutuZ
- Version: 1.3.1
RequiredApiVersion: 6.4.0
ReleaseDate: 2024-01-07
PackageUrl: https://github.com/hawkeye116477/playnite-legendary-plugin/releases/download/1.3.1/LegendaryLibrary_1_3_1.pext
Changelog:
- Improved displaying sizes for Download Manager and Installer
- Install size should be now added automatically after installing some game
- Fixed installing some games with selective content
- Version: 1.3.0
RequiredApiVersion: 6.4.0
ReleaseDate: 2024-01-04
PackageUrl: https://github.com/hawkeye116477/playnite-legendary-plugin/releases/download/1.3.0/LegendaryLibrary_1_3_0.pext
Changelog:
- Added possibility to download a little metadata from official store
- Added DLCs to Game Installer
- Added per game specific settings
- Removed exclude offline games window (functionality moved to new per game
specific settings window)
- Speeded up checking for Launcher's update
- Fixed disabling update check for games
- Updated translations
- Removed inactive (not enough translated) languages to save up disk space
- Version: 1.2.0
RequiredApiVersion: 6.4.0
ReleaseDate: 2023-12-21
PackageUrl: https://github.com/hawkeye116477/playnite-legendary-plugin/releases/download/1.2.0/LegendaryLibrary_1_2_0.pext
Changelog:
- Added new buttons for Download Manager to select all, remove completed downloads
and open download directory
- Added possibility to sign out
- Added possibility to check for games and Launcher updates
- Added troubleshooting info tab to settings
- Reduced number of confirmation dialogs for removing Download Manager entries
- Moved games installation path to advanced options
- Removed checkbox for custom launcher path
- Improved custom launcher path selection dialog
- Improved appearence of settings
- Added checking if Legendary Launcher is installed for more cases
- Updated translations
- Version: 1.1.3
RequiredApiVersion: 6.4.0
ReleaseDate: 2023-10-20
PackageUrl: https://github.com/hawkeye116477/playnite-legendary-plugin/releases/download/1.1.3/LegendaryLibrary_1_1_3.pext
Changelog:
- Fixed monitoring for some games (Playnite should correctly detect game launch
state now)
- Added fallback to default games installation path if no path is provided
- Added possibility to use PlayniteDir variable for launcher and games installation
custom paths
- Changed default paths for launcher (`{PlayniteDir}\Legendary`) and games installation
(`{PlayniteDir}\Games`) for Portable mode
- Updated translations
- Version: 1.1.2
RequiredApiVersion: 6.4.0
ReleaseDate: 2023-06-19
PackageUrl: https://github.com/hawkeye116477/playnite-legendary-plugin/releases/download/1.1.2/LegendaryLibrary_1_1_2.pext
Changelog:
- Fixed crashes occurring when some files are corrupted
- Fixed installing EOS Overlay
- Added possibility to skip displaying notice about Download Manager
- Added other minor improvements
- Version: 1.1.1
RequiredApiVersion: 6.4.0
ReleaseDate: 2023-06-04
PackageUrl: https://github.com/hawkeye116477/playnite-legendary-plugin/releases/download/1.1.1/LegendaryLibrary_1_1_1.pext
Changelog:
- Added showing text if Download Manager's filter is active
- Updated Turkish translations (thanks to serdarsaglam)
- Fixed filters of Download Manager
- Added other smaller fixes
- Version: 1.1.0
RequiredApiVersion: 6.4.0
ReleaseDate: 2023-05-30
PackageUrl: https://github.com/hawkeye116477/playnite-legendary-plugin/releases/download/1.1.0/LegendaryLibrary_1_1_0.pext
Changelog:
- Added possibility to migrate game entries from Epic plugin
- Added more amount of advanced download settings
- Added caching for information needed for Game Installer (cache will be cleared
after 7 days for some files if you click to install game)
- Added possibility to clear cache
- Added possibility to automatically clear cache within intervals
- Moved Download Manager to sidebar and redesigned (added more buttons and icons,
queuing downloads, saving list of downloaded files and other features)
- Added support for games with selective content (like Fallout New Vegas, Fortnite
and co)
- Added advanced options for Game Installer
- Separated import and repair functions (new game menu entry for repair function)
- Added initial support for installing in full screen mode (inheriting theme
for plugins isn't possible currently, so colors aren't that well matched and
no Download Manager currently)
- Improved launching games
- Improved error handling
- Downgraded SDK for compatibility with older Playnite's versions
- Fixed problems with authentication
- Fixed parsing installation path
- Updated translations (for now only Polish and Turkish are 100% translated)
- Version: 1.0.0
RequiredApiVersion: 6.9.0
ReleaseDate: 2023-04-18
PackageUrl: https://github.com/hawkeye116477/playnite-legendary-plugin/releases/download/1.0.0/LegendaryLibrary_1_0_0.pext
Changelog:
- "Bugs \U0001F642"