-
-
Notifications
You must be signed in to change notification settings - Fork 43
Expand file tree
/
Copy pathcom.vysp3r.ProtonPlus.metainfo.xml.in
More file actions
918 lines (909 loc) Β· 34.6 KB
/
com.vysp3r.ProtonPlus.metainfo.xml.in
File metadata and controls
918 lines (909 loc) Β· 34.6 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
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>com.vysp3r.ProtonPlus</id>
<metadata_license>FSFAP</metadata_license>
<project_license>GPL-3.0-or-later</project_license>
<name>ProtonPlus</name>
<summary>A modern compatibility tools manager</summary>
<description>
<p>Features:</p>
<ul>
<li>Manage supported compatiblity tools across supported launchers</li>
<li>Change the compatibility tool and launch options of your Steam games</li>
<li>And much more...</li>
</ul>
<p>Supported launchers:</p>
<ul>
<li>Steam</li>
<li>Lutris</li>
<li>Heroic Games Launcher</li>
<li>Bottles</li>
<li>WineZGUI</li>
</ul>
<p>Supported compatibility tools:</p>
<ul>
<li>Steam Tinker Launch</li>
<li>Proton-GE</li>
<li>Luxtorpeda</li>
<li>Boxtron</li>
<li>Roberta</li>
<li>Proton-GE RTSP</li>
<li>Proton CachyOS</li>
<li>Proton EM</li>
<li>Proton Tkg</li>
<li>Proton Sarek</li>
<li>Kron4ek Wine-Builds Proton</li>
<li>Kron4ek Wine-Builds Vanilla</li>
<li>Kron4ek Wine-Builds Staging</li>
<li>Kron4ek Wine-Builds Staging-Tkg</li>
<li>DXVK</li>
<li>DXVK (Sarek)</li>
<li>DXVK Async (Sarek)</li>
<li>DXVK GPL+Async (Ph42oN)</li>
<li>VKD3D-Lutris</li>
<li>VKD3D-Proton</li>
</ul>
</description>
<developer id="com.vysp3r">
<name>Vysp3r</name>
</developer>
<keywords>
<keyword>Proton</keyword>
<keyword>Wine</keyword>
<keyword>Steam Tinker Launch</keyword>
</keywords>
<!-- Requered: Should be a link to the upstream homepage for the component -->
<url type="homepage">https://protonplus.vysp3r.com/</url>
<!-- Recommended: It is highly recommended for open-source projects to display the source code repository -->
<url type="vcs-browser">https://github.com/Vysp3r/ProtonPlus</url>
<!-- Should point to the software's bug tracking system, for users to report new bugs -->
<url type="bugtracker">https://github.com/Vysp3r/ProtonPlus/issues</url>
<!-- Should link a FAQ page for this software, to answer some of the most-asked questions in detail -->
<!-- URLs of this type should point to a webpage where users can submit or modify translations of the upstream project -->
<url type="translate">https://hosted.weblate.org/projects/protonplus/protonplus</url>
<url type="donation">https://protonplus.vysp3r.com/#donate</url>
<translation type="gettext">com.vysp3r.ProtonPlus</translation>
<!-- All graphical applications having a desktop file must have this tag in the MetaInfo.
If this is present, appstreamcli compose will pull icons, keywords and categories from the desktop file. -->
<launchable type="desktop-id">com.vysp3r.ProtonPlus.desktop</launchable>
<!-- Use the OARS website (https://hughsie.github.io/oars/generate.html) to generate these and make sure to use oars-1.1 -->
<content_rating type="oars-1.1" />
<!-- Applications should set a brand color in both light and dark variants like so -->
<branding>
<color type="primary" scheme_preference="light">#ff00ff</color>
<color type="primary" scheme_preference="dark">#993d3d</color>
</branding>
<screenshots>
<screenshot type="default">
<image>https://raw.githubusercontent.com/Vysp3r/ProtonPlus/main/data/previews/Preview-1.png</image>
<caption>The main interface of ProtonPlus.</caption>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/Vysp3r/ProtonPlus/main/data/previews/Preview-2.png</image>
<caption>The library interface of ProtonPlus.</caption>
</screenshot>
</screenshots>
<releases>
<release version="0.5.16" date="2026-02-01">
<description>
<ul>
<li>β¨ Added DW-Proton Latest</li>
<li>β¨ Added Proton-Sarek Latest</li>
<li>β¨ Added Proton-Sarek (Async) Latest</li>
<li>β¨ Added Proton-EM Latest</li>
<li>β¨ Added Proton-GE RTSP Latest</li>
<li>π Fixed "Games" tab runners not refreshing when installing/removing a runner</li>
</ul>
</description>
</release>
<release version="0.5.15" date="2026-01-02">
<description>
<ul>
<li>β¨ Added DW-Proton</li>
<li>π Updated German localization</li>
<li>π Updated Portuguese localization</li>
</ul>
</description>
</release>
<release version="0.5.14" date="2025-12-08">
<description>
<ul>
<li>β¨ Migrate user_settings.py on update</li>
<li>β¨ Added a button to open runners install directory</li>
<li>β¨ Added a basic cache system for downloaded runners</li>
<li>β¨ Improved new user experience</li>
<li>β¨ Added API limit/connection issue warning dialog</li>
<li>β¨ Improved "Runners" tab filters</li>
<li>β¨ Added preferences dialog</li>
<li>β¨ Added report button to error dialogs</li>
<li>β¨ Added GitHub/GitLab access token</li>
<li>β¨ Added release date under release name</li>
<li>π Fixed possible negative remaining download time</li>
<li>π Fixed select/unselect all</li>
<li>π Fixed Proton-CachyOS not downloading the good version</li>
<li>π Fixed invalid files from being downloaded</li>
<li>π Fixed Wine-Proton invalid download url</li>
<li>π Fixed SteamTinkerLaunch download issue</li>
<li>π Fixed Proton-GE Latest version check issue</li>
<li>π Fixed Proton-CachyOS invalid directory name</li>
<li>π Added Japanese localization</li>
<li>π Updated Chinese localization</li>
<li>π Updated French localization</li>
<li>π Updated Spanish localization</li>
<li>π Updated Italian localization</li>
<li>π Updated Portuguese localization</li>
<li>π Updated Russian localization</li>
</ul>
</description>
</release>
<release version="0.5.13" date="2025-10-07">
<description>
<ul>
<li>β¨ Added a search bar in the "Games" tab</li>
<li>β¨ Added a way to see the speed and remaining time of downloads</li>
<li>β¨ Added Wine runners to Bottles</li>
<li>β¨ Update runtime to GNOME 49</li>
<li>π Fixed icons issue</li>
<li>π Fixed Proton-GE RTSP</li>
<li>π Fixed error when cancelling install during extraction</li>
<li>π Updated Spanish localization</li>
<li>π Updated Portuguese localization</li>
<li>π Updated Italian localization</li>
<li>π Updated Arabic localization</li>
<li>π Updated Finnish localization</li>
<li>π Updated Polish localization</li>
<li>π Updated French localization</li>
<li>π Updated Ukrainian localization</li>
</ul>
</description>
</release>
<release version="0.5.12" date="2025-07-25">
<description>
<ul>
<li>π Fixed launchers loading issue</li>
<li>π Fixed possible parsing issue</li>
<li>π Fixed force exit not working in the warning dialog when closing the application</li>
<li>π Fixed application freezing in a certain scenario</li>
<li>π Updated Czech localization</li>
<li>π Updated Russian localization</li>
</ul>
</description>
</release>
<release version="0.5.11" date="2025-07-24">
<description>
<ul>
<li>β¨ Added non-steam games support</li>
<li>β¨ Added an update indicator</li>
<li>β¨ Added a way to see the games prefix</li>
<li>β¨ Added a sticky filter bar to the "Runners" tab</li>
<li>β¨ Added a way to see which runners are used</li>
<li>β¨ Improve Proton-GE Latest handling</li>
<li>π Fixed a launcher loading issue</li>
<li>π Added Ukrainian localization</li>
<li>π Added Arabic localization</li>
<li>π Updated Indonesian localization</li>
<li>π Updated German localization</li>
<li>π Updated Chinese localization</li>
<li>π Updated Spanish localization</li>
<li>π Updated Portuguese localization</li>
<li>π Updated Dutch localization</li>
</ul>
</description>
</release>
<release version="0.5.10" date="2025-07-14">
<description>
<ul>
<li>β¨ Delete cache on exit</li>
<li>π Fixed runners not downloading for HGL</li>
<li>π Fixed recursive copy error</li>
<li>π Fixed icons not showing up when running under Flatpak</li>
<li>π Fixed WineZGUI Flatpak not appearing in launcher list</li>
<li>π Updated Chinese localization</li>
<li>π Updated Spanish localization</li>
</ul>
</description>
</release>
<release version="0.5.9" date="2025-07-13">
<description>
<ul>
<li>β¨ Added Proton-GE Latest</li>
<li>β¨ Added WineZGUI support</li>
<li>β¨ Added a profile switch button</li>
<li>β¨ Made the runners dynamic</li>
<li>β¨ Added a loading screen</li>
<li>β¨ Updated donation button link</li>
<li>β¨ Made the game list sort-able via the header</li>
<li>β¨ Added a shortcut to open protontricks</li>
<li>π Fixed "Load more" scrolling to top after clicking it</li>
<li>π Fixed SteamTinkerLaunch from being duplicated</li>
<li>π Fixed launch options parsing issue</li>
<li>π Fixed Steam shortcut not using system language to launch the application</li>
<li>π Fixed issue with incorrectly identifying Steam shortcut</li>
<li>π Fixed crash when CompatToolMapping is missing in config.vdf</li>
<li>π Fixed incorrect insertion position when launch options are missing</li>
<li>π Updated Italian localization</li>
<li>π Updated Portuguese localization</li>
<li>π Updated Indonesian localization</li>
<li>π Updated Russian localization</li>
<li>π Updated German localization</li>
<li>π Updated Dutch localization</li>
<li>π Updated Bosnian localization</li>
<li>π Updated Serbian localization</li>
<li>π Updated Chinese localization</li>
</ul>
</description>
</release>
<release version="0.5.8" date="2025-07-02">
<description>
<ul>
<li>π Fix games being duplicated when switching tab back and forth</li>
<li>π Update Polish localization</li>
<li>π Updated German localization</li>
</ul>
</description>
</release>
<release version="0.5.7" date="2025-06-30">
<description>
<ul>
<li>π Improved UI/UX</li>
<li>π Refined the game library list header</li>
<li>π Improved dropdown's in game library</li>
<li>π Removed Proton Kron4ek</li>
<li>π Fix issue related to the new custom dropdown's</li>
<li>π Fix changing compatibility tool not working in certain cases</li>
<li>π Update Czech localization</li>
<li>π Updated German localization</li>
<li>π Updated Chinese localization</li>
</ul>
</description>
</release>
<release version="0.5.6" date="2025-06-27">
<description>
<ul>
<li>β¨ Added an header to the library game list</li>
<li>β¨ Added a donation button</li>
<li>π Fix compatibility tool detection</li>
<li>π Change DXVK Sarek naming scheme</li>
<li>π Fix library loading issue</li>
<li>π Fix a crash</li>
<li>π Updated Chinese localization</li>
<li>π Updated Indonesian localization</li>
<li>π Updated Portuguese localization</li>
</ul>
</description>
</release>
<release version="0.5.5" date="2025-06-16">
<description>
<ul>
<li>π Fix Steam profile detection</li>
</ul>
</description>
</release>
<release version="0.5.4" date="2025-06-16">
<description>
<ul>
<li>π Fix Steam profile detection</li>
<li>π Updated Chinese localization</li>
<li>π Updated German localization</li>
<li>π Updated Portuguese localization</li>
</ul>
</description>
</release>
<release version="0.5.3" date="2025-06-14">
<description>
<ul>
<li>β¨ Added the ability to manage launch options of games</li>
<li>β¨ Added a way to open the install/prefix directory of games</li>
<li>β¨ Added the ability to set the default compatibility tool for Steam games</li>
<li>π Updated Chinese localization</li>
<li>π Updated German localization</li>
<li>π Updated Portuguese localization</li>
</ul>
</description>
</release>
<release version="0.5.2" date="2025-06-09">
<description>
<ul>
<li>π Fixed ProtonDB logo not appearing with light theme</li>
<li>π Fixed shortcut button not working properly</li>
<li>β¨ Made the games be sorted by name by default</li>
<li>β¨ Made it possible to unselect a game by clicking on it</li>
<li>β¨ Added a way to select/unselect all the games</li>
<li>β¨ Added a way to sort by game name and sort by compatbility tool name</li>
</ul>
</description>
</release>
<release version="0.5.1" date="2025-06-08">
<description>
<ul>
<li>π Fixed Proton Kron4ek</li>
</ul>
</description>
</release>
<release version="0.5.0" date="2025-06-07">
<description>
<ul>
<li>β¨ Added support for Proton Kron4ek</li>
<li>β¨ Added a way to add a shortcut of ProtonPlus in Steam</li>
<li>β¨ Added a way to see if a compatibility tool is used or not for Steam</li>
<li>β¨ Added the ability to change the compatibility tool of Steam games</li>
<li>β¨ Added the ability to change the compatibility tool of multiple Steam game at the same time</li>
<li>π Fix UI freeze when installing/removing STL</li>
<li>π Improved the UX of most of the dialogs</li>
</ul>
</description>
</release>
<release version="0.4.32" date="2025-06-02">
<description>
<ul>
<li>π Updated Portuguese localization</li>
<li>π Updated Indonesian localization</li>
<li>π Updated French localization</li>
</ul>
</description>
</release>
<release version="0.4.31" date="2025-05-25">
<description>
<ul>
<li>π Updated Chinese localization</li>
<li>π Updated German localization</li>
<li>π Updated French localization</li>
</ul>
</description>
</release>
<release version="0.4.30" date="2025-05-20">
<description>
<ul>
<li>β¨ Added support for Proton EM</li>
</ul>
</description>
</release>
<release version="0.4.29" date="2025-05-19">
<description>
<ul>
<li>π Fix only Steam showing up</li>
<li>π Updated Portuguese localization</li>
</ul>
</description>
</release>
<release version="0.4.28" date="2025-05-19">
<description>
<ul>
<li>π Added check for inactive Steam installations</li>
<li>π§βπ» Updated runtime to GNOME 48</li>
<li>π Updated Chinese localization</li>
</ul>
</description>
</release>
<release version="0.4.27" date="2025-03-11">
<description>
<ul>
<li>β¨ Added Proton CachyOS for Bottles</li>
<li>β¨ Re-ordered runners</li>
<li>β¨ Removed deprecated runners</li>
<li>π Updated German translation</li>
</ul>
</description>
</release>
<release version="0.4.26" date="2025-03-07">
<description>
<ul>
<li>β¨ Added support for Proton CachyOS</li>
<li>π Updated Spanish localization</li>
<li>π Updated Portuguese localization</li>
</ul>
</description>
</release>
<release version="0.4.25" date="2025-02-23">
<description>
<ul>
<li>π Fix some DXVK runners using the wrong name</li>
<li>π Fix typo in German localization</li>
</ul>
</description>
</release>
<release version="0.4.24" date="2025-02-16">
<description>
<ul>
<li>π Fix HGL support</li>
<li>π Updated German translation</li>
</ul>
</description>
</release>
<release version="0.4.23" date="2025-02-16">
<description>
<ul>
<li>π Fix Proton-Sarek install issues</li>
<li>π Updated German translation</li>
<li>π Updated Czech translation</li>
</ul>
</description>
</release>
<release version="0.4.22" date="2025-02-15">
<description>
<ul>
<li>π Fixed libadwaita version minimum requirement</li>
</ul>
</description>
</release>
<release version="0.4.21" date="2025-02-15">
<description>
<ul>
<li>β¨ Added a way to view the description of each release</li>
<li>β¨ Added support for DXVK Sarek</li>
<li>β¨ Added support for Proton in Lutris (without using Steam)</li>
<li>π Fixed installed only filter</li>
<li>π§βπ» Backend improvements</li>
<li>π Updated localization</li>
</ul>
</description>
</release>
<release version="0.4.20" date="2024-10-04">
<description>
<ul>
<li>π Switched app icon to PNG format due to poor SVG support in KDE</li>
</ul>
</description>
</release>
<release version="0.4.19" date="2024-10-03">
<description>
<ul>
<li>π Fix for Proton-Sarek support</li>
</ul>
</description>
</release>
<release version="0.4.18" date="2024-10-02">
<description>
<ul>
<li>β¨ Added support for Proton-Sarek</li>
<li>π Updated the application icon</li>
<li>π Updated Swedish translation</li>
</ul>
</description>
</release>
<release version="0.4.17" date="2024-09-16">
<description>
<ul>
<li>π Updated German translation</li>
</ul>
</description>
</release>
<release version="0.4.16" date="2024-09-12">
<description>
<ul>
<li>β¨ Added support for Steam Tinker Launch</li>
<li>β¨ Made Ctrl-Q quit the application</li>
<li>β¨ The window now remembers the last-used size</li>
<li>π Improved UI polish and consistency</li>
<li>π Made it easier to translate the application</li>
<li>π Added Swedish translation</li>
</ul>
</description>
</release>
<release version="0.4.15" date="2024-07-17">
<description>
<ul>
<li>π Fix appdata</li>
</ul>
</description>
</release>
<release version="0.4.11" date="2024-07-17">
<description>
<ul>
<li>π Updated localization</li>
</ul>
</description>
</release>
<release version="0.4.10" date="2024-04-29">
<description>
<ul>
<li>β¨ Added Proton-GE RTSP to Steam</li>
<li>π Updated localization</li>
</ul>
</description>
</release>
<release version="0.4.9" date="2023-12-10">
<description>
<ul>
<li>π Fixed installed only infinite loading</li>
<li>π Fixed GitLab downloads not working</li>
<li>π Updated localization</li>
</ul>
</description>
</release>
<release version="0.4.8" date="2023-11-23">
<description>
<ul>
<li>π Fixed missing Bottles icon</li>
<li>π Updated localization</li>
</ul>
</description>
</release>
<release version="0.4.7" date="2023-11-12">
<description>
<ul>
<li>π Modernised the UI</li>
<li>π§βπ» Backend improvements</li>
<li>π Updated localization</li>
</ul>
</description>
</release>
<release version="0.4.6" date="2023-08-26">
<description>
<ul>
<li>β¨ Added an installed only filter</li>
<li>β¨ Added Kron4ek builds and Proton-tkg to HGL</li>
<li>β¨ Added VKD3D support for Lutris</li>
<li>β¨ Added Kron4ek Wine-Builds Staging</li>
<li>β¨ Added DXVK GPL+Async (Ph42oN)</li>
<li>π Added description to groups</li>
<li>π Improved Steam Deck experience</li>
<li>π§βπ» General improvements</li>
<li>π Updated localization</li>
</ul>
</description>
</release>
<release version="0.4.5" date="2023-07-30">
<description>
<ul>
<li>π Updated README, appdata and preview image</li>
<li>π Fix Flathub download link</li>
<li>β»οΈ Update delete dialog</li>
<li>β¨ Added the ability to download older versions</li>
<li>π Updated localization</li>
</ul>
</description>
</release>
<release version="0.4.4" date="2023-06-13">
<description>
<ul>
<li>π± Replaced the preview video</li>
<li>π Fixed Proton Tkg</li>
<li>π Fixed install directories creation</li>
<li>π Updated German translation</li>
</ul>
</description>
</release>
<release version="0.4.3" date="2023-06-05">
<description>
<p>I disabled Proton-Tkg (Steam) for now. I will re-add it for the next update.</p>
<ul>
<li>π± Updated the preview images and video</li>
<li>π Updated the UI</li>
<li>β‘οΈ Backend optimization</li>
</ul>
</description>
</release>
<release version="0.4.2" date="2023-04-21">
<description>
<ul>
<li>π± Change preview video file format to webm</li>
<li>π Fixed README typo and added Czech translation</li>
<li>π Added German translation</li>
<li>β‘οΈ Backend optimization</li>
</ul>
</description>
</release>
<release version="0.4.1" date="2023-04-05">
<description>
<ul>
<li>β¨ Added a tasks queue system</li>
<li>π Updated the installer UI</li>
<li>π Fix window always being able to be closed</li>
<li>π Fix preferences page being empty</li>
<li>π Fix Steam install message</li>
<li>π Updated Flathub download logo</li>
</ul>
</description>
</release>
<release version="0.4.0" date="2023-04-04">
<description>
<ul>
<li>β¨ Complete UI Overhaul</li>
<li>π§βπ» Project Refactor</li>
</ul>
</description>
</release>
<release version="0.3.12" date="2023-03-15">
<description>
<ul>
<li>β¨ Added support for Bottles</li>
<li>π¨ Update appdata</li>
<li>π¬ Update the release notes</li>
</ul>
</description>
</release>
<release version="0.3.11" date="2023-03-12">
<description>
<ul>
<li>β¨ Added support for Heroic Games Launcher</li>
<li>π¨ Update appdata</li>
<li>π¬ Update the release notes</li>
</ul>
</description>
</release>
<release version="0.3.10" date="2023-03-02">
<description>
<ul>
<li>β¨ Updated the About window</li>
<li>π¨ Added utilities for folders and files</li>
<li>π¨ Migrated preferences system to GLib.Settings</li>
<li>β¨ Implementated cancelation dialog when downloading</li>
<li>π§ Modified filesystem permissions scopes</li>
<li>π¨ Update appdata</li>
<li>π¬ Update the release notes</li>
</ul>
</description>
</release>
<release version="0.3.9" date="2023-02-26">
<description>
<ul>
<li>π Fixed installer tool switching</li>
<li>π Remove debug log</li>
<li>π Updated icons</li>
<li>π Fixed tools and releases not being locked when needed</li>
<li>π Fixed progress bar not being hidden when needed</li>
<li>π Updated translation files</li>
<li>π¨ Update appdata</li>
<li>π¬ Update the release notes</li>
</ul>
</description>
</release>
<release version="0.3.8" date="2023-02-21">
<description>
<ul>
<li>π Fix flathub manifest</li>
<li>π Added missing russian translations</li>
<li>π¨ Update appdata</li>
<li>π¬ Update the release notes</li>
</ul>
</description>
</release>
<release version="0.3.7" date="2023-02-17">
<description>
<ul>
<li>β¨ Add warning for gamescope compatibility issues</li>
<li>π Remove debug log</li>
<li>π Fix download getting canceled randomly</li>
<li>π Added missing translations</li>
<li>π¨ Update appdata</li>
<li>π¬ Update the release notes</li>
</ul>
</description>
</release>
<release version="0.3.6" date="2023-01-29">
<description>
<ul>
<li>π Fix directory creation</li>
<li>π Fix releases not always changing</li>
<li>β¨ Added Proton Tkg</li>
<li>π¨ Update appdata</li>
<li>π¬ Update the release notes</li>
</ul>
</description>
</release>
<release version="0.3.5" date="2023-01-21">
<description>
<ul>
<li>π Add missing translations</li>
<li>π¨ Update appdata</li>
<li>π¬ Update the release notes</li>
</ul>
</description>
</release>
<release version="0.3.4" date="2023-01-15">
<description>
<ul>
<li>π Update README.md</li>
<li>π Add Chinese(Simplified) Translation</li>
<li>π Fix translation</li>
<li>π¨ Update appdata</li>
<li>π¬ Update the release notes</li>
</ul>
</description>
</release>
<release version="0.3.3" date="2023-01-04">
<description>
<ul>
<li>π Correct desktop file exec</li>
<li>π¨ Update appdata</li>
<li>π¬ Update the release notes</li>
</ul>
</description>
</release>
<release version="0.3.2" date="2023-01-03">
<description>
<ul>
<li>π Add Indonesian translation</li>
<li>π Add Brazilian Portuguese (pt-BR) translation</li>
<li>π Lock dialogs to main window</li>
<li>π Fix README.md typo</li>
<li>π Add desktop-file-utils link to README.md </li>
<li>π Fix possible crash scenario</li>
<li>π§βπ» Project refactor</li>
<li>π Fix tool renaming</li>
<li>π Fix download not working on some machine</li>
<li>π¨ Update appdata</li>
<li>π¬ Update the release notes</li>
</ul>
</description>
</release>
<release version="0.3.1" date="2022-12-13">
<description>
<ul>
<li>π¨ Correct desktop file category</li>
<li>π Adding a Russian translation</li>
<li>π Added spanish translation</li>
<li>π Fix installed tools not showing up properly</li>
<li>π Fix buttons being clickable when switching tool</li>
<li>π§± Rename InstallTool to Installer</li>
<li>β°οΈ Remove dead code from Release</li>
<li>πΈ Added a tooltip in About</li>
<li>π Add missing translation</li>
<li>π Update README.md</li>
<li>π¨ Update appdata</li>
<li>π¨ Update meson</li>
<li>π¬ Update the release notes</li>
</ul>
</description>
</release>
<release version="0.3.0" date="2022-12-11">
<description>
<ul>
<li>β¨ Add localization system</li>
<li>πΈ Added more tooltips</li>
<li>πΈ Update About for better UX</li>
<li>π§βπ» Project refactor</li>
<li>π Fix styles localization</li>
<li>β¨ Added remember last launcher preference</li>
<li>π± Update preview images</li>
<li>π Update README.md</li>
<li>π¨ Update appdata</li>
<li>π¨ Update meson</li>
<li>π¬ Update the release notes</li>
</ul>
</description>
</release>
<release version="0.2.3" date="2022-12-05">
<description>
<ul>
<li>π Fix ListBox CSS missing</li>
<li>π Renamed HomeInfo to AboutTool</li>
<li>π Update Home layout</li>
<li>π§βπ» Refactor ProtonMessageDialog</li>
<li>π Rename Selector to InstallTool</li>
<li>π Fix Adw-Critical error</li>
<li>π Fix crash on tool delete</li>
<li>π± Update preview images</li>
<li>π Update README.md</li>
<li>π¨ Update appdata</li>
<li>π¬ Update the release notes</li>
</ul>
</description>
</release>
<release version="0.2.2" date="2022-12-03">
<description>
<ul>
<li>π§βπ» Project refactor</li>
<li>π Fix ListBox missing scrollbar</li>
<li>β¨ Add launcher cleanup utility</li>
<li>π Fix possible crash scenario</li>
<li>β Remove Posix dependency</li>
<li>π Fix button always being active</li>
<li>π§βπ» Add new message dialog widget</li>
<li>π Fix useless log showing up</li>
<li>π¨ Update appdata</li>
<li>π¬ Update the release notes</li>
</ul>
</description>
</release>
<release version="0.2.1" date="2022-12-01">
<description>
<ul>
<li>π¨ Update appdata</li>
<li>π Fix tool renaming for nothing</li>
<li>π Fix selector window freezing</li>
<li>π Fix Gtk-Critical errors</li>
<li>π Fix buttons being active by default in selector</li>
<li>π¬ Update the release notes</li>
</ul>
</description>
</release>
<release version="0.2.0" date="2022-11-29">
<description>
<p>For stability reasons, I've decided to disable Bottles and Heroic Games Launcher support
for now. I also disabled Proton Tkg for the same reasons.</p>
<ul>
<li>β¨ Add NorthstarProton compatibility tool</li>
<li>π Fix NorthstarProton not showing up</li>
<li>π¨ Update flatpak config</li>
<li>π¬ Renamed tools in a uniform way</li>
<li>π§βπ» Project refactor</li>
<li>πΈ Add error message to selector</li>
<li>π¨ Update appdata</li>
<li>π¬ Update the release notes</li>
</ul>
</description>
</release>
<release version="0.1.9" date="2022-11-21">
<description>
<p>We are now officialy on Flathub!</p>
<ul>
<li>π¨ Update appdata</li>
<li>π¨ Update flatpak config</li>
<li>π± Update symbolic icon</li>
<li>π± Add icon</li>
<li>π¨ Update .desktop</li>
<li>π± Update the preview image</li>
<li>π± Add a preview image</li>
<li>π Fix install button always being clickable</li>
<li>π¬ Update the release notes</li>
</ul>
</description>
</release>
<release version="0.1.3" date="2022-11-19">
<description>
<p>The new naming convention for extracted directories is basically making sure each
installed tools is easily recognizable to make it easier to manage them.</p>
<p>Naming convention: Tool name + Tool version</p>
<p>Example: GE-Proton | GE-Proton7-41</p>
<ul>
<li>βοΈ Fix typo in the release notes</li>
<li>π± Update the preview image</li>
<li>β°οΈ Remove unused custom widget</li>
<li>π§ Add notifications tab</li>
<li>π Update selector window components to Libadwaita</li>
<li>π§± Separate Release from CompatibilityTool</li>
<li>π§± Rename CompatibilityTool to Tool</li>
<li>β°οΈ Remove unused file</li>
<li>π Update home message dialog to libadwaita</li>
<li>β°οΈ Remove unused custom widget</li>
<li>β¨ Added a naming convention extracted directories</li>
<li>π Rename compatibilitytool to tool</li>
<li>π¬ Update the release notes</li>
</ul>
</description>
</release>
<release version="0.1.2" date="2022-11-2">
<description>
<p>ProtonPlus now requires Libadwaita version 1.2 or higher.</p>
<ul>
<li>π Update README.md</li>
<li>π Fix Preferences window default siz</li>
<li>π Move main window to Libadwaita</li>
<li>π Move about window to Libadwaita</li>
<li>β°οΈ Remove dead code</li>
<li>π Update main window components to Libadwaita</li>
<li>β°οΈ Remove dead code</li>
<li>π Add an effect when extracting a tool</li>
<li>π Fix label not showing up</li>
<li>π Fix wrong label showing up</li>
<li>π Update preferences window to Libadwaita</li>
<li>β¬οΈ Update the runtime version</li>
<li>π¬ Update the release notes</li>
</ul>
</description>
</release>
<release version="0.1.1" date="2022-10-24">
<description>
<ul>
<li>π Fix Steam not showing up on fresh install</li>
<li>π Fix Kron4ek Wine-Builds Vanilla not showing properly</li>
<li>π Fix installed tools showing files</li>
<li>π Fix selector closing after an installation</li>
<li>π Fix extraction not always working</li>
<li>π Update README.md</li>
<li>π Fix Lutris DXVK not showing up</li>
</ul>
</description>
</release>
<release version="0.1.0" date="2022-10-23">
<description>
<ul>
<li>π Initial release</li>
<li>π Create pull request template</li>
</ul>
</description>
</release>
</releases>
</component>