-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathcom.steamgriddb.SGDBoop.appdata.xml
153 lines (153 loc) · 5.82 KB
/
com.steamgriddb.SGDBoop.appdata.xml
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
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>com.steamgriddb.SGDBoop</id>
<name>SGDBoop</name>
<launchable type="desktop-id">com.steamgriddb.SGDBoop.desktop</launchable>
<categories>
<category>Utility</category>
<category>Game</category>
</categories>
<metadata_license>FSFAP</metadata_license>
<project_license>Zlib</project_license>
<content_rating type="oars-1.0" />
<releases>
<release version="1.2.8" date="2023-06-09">
<description>
<ul>
<li>Fix booping non-Steam shortcuts not working for some users.</li>
<li>Windows: Fix registering not working if users System32 was not in the PATH.</li>
<li>Windows: Added Visual Style manifest for better looking UI.</li>
<li>Windows: Make error message shown when executing without privs clearer.</li>
</ul>
</description>
</release>
<release version="1.2.7" date="2023-03-11">
<description>
<ul>
<li>Update appdata to make it easier to find by @pktiuk in #46</li>
<li>Appid may contain special bytes. by @Xzonn in #50</li>
</ul>
</description>
</release>
<release version="1.2.6" date="2022-09-10">
<description>
<ul>
<li>Fixed logging for Flatpak version.</li>
<li>Showing logfile location when launched normally (via double click or through Discover).</li>
<li>Disabled logging of URI protocol creations errors for linux.</li>
<li>(Steam Deck) Mods stored in the MicroSD card are now properly accessed.</li>
</ul>
</description>
</release>
<release version="1.2.5" date="2022-09-09">
<description>
<ul>
<li>Fixed logging for Flatpak version.</li>
<li>Showing logfile location when launched normally (via double click or through Discover).</li>
<li>(Steam Deck) Mods stored in the MicroSD card are now properly accessed.</li>
</ul>
</description>
</release>
<release version="1.2.4" date="2022-09-08">
<description>
<ul>
<li>Fixed logging for linux.</li>
</ul>
</description>
</release>
<release version="1.2.3" date="2022-08-29">
<description>
<ul>
<li>Final Release (unless something major breaks).</li>
<li>Added API User Agent.</li>
</ul>
</description>
</release>
<release version="1.2.2" date="2022-08-27">
<description>
<ul>
<li>Fix crash when scanning for some source mods.</li>
</ul>
</description>
</release>
<release version="1.2.1" date="2022-08-26">
<description>
<p>v1.2.1:</p>
<ul>
<li>Fix Big Picture Mode assets not loading for Non-Steam shortcuts.</li>
</ul>
<p>v1.2.0:</p>
<ul>
<li>Ability to change icons for non-Steam apps.</li>
<li>Support for Source and GoldSrc mods.</li>
<li>Boop default Steam assets onto non-Steam apps.</li>
<li>Added "sgdb://boop/test" to test if SGDBoop is launching from the browser properly.</li>
<li>Functionality to apply multiple assets to a single app at once.</li>
<li>Error logging.</li>
<li>Fixed bugs.</li>
</ul>
</description>
</release>
<release version="1.2.0" date="2022-08-22">
<description>
<ul>
<li>Ability to change icons for non-Steam apps.</li>
<li>Support for Source and GoldSrc mods.</li>
<li>Boop default Steam assets onto non-Steam apps.</li>
<li>Added "sgdb://boop/test" to test if SGDBoop is launching from the browser properly.</li>
<li>Functionality to apply multiple assets to a single app at once.</li>
<li>Error logging.</li>
<li>Fixed bugs.</li>
</ul>
</description>
</release>
<release version="1.1.0" date="2022-05-11">
<description>
<p>Added ability to change assets for non-Steam apps.</p>
</description>
</release>
<release version="1.0.13" date="2022-05-06"/>
<release version="1.0.12" date="2022-04-28"/>
</releases>
<screenshots>
<screenshot type="default">
<caption>Custom assets in Steam library</caption>
<image>https://github.com/SteamGridDB/SGDBoop/raw/main/res/screenshots/in-library.png</image>
</screenshot>
<screenshot>
<caption>Adding assets to non-Steam apps</caption>
<image>https://github.com/SteamGridDB/SGDBoop/raw/main/res/screenshots/nonsteam-selector.png</image>
</screenshot>
<screenshot>
<caption>Button to press to trigger SGDBoop</caption>
<image>https://github.com/SteamGridDB/SGDBoop/raw/main/res/screenshots/apply-with-boop.png</image>
</screenshot>
</screenshots>
<summary>Apply SteamGridDB assets to Steam</summary>
<description>
<p>
A tool that automatically applies assets from SteamGridDB directly to your Steam library, removing the need to download and set them manually.
</p>
<p>
Note: SGDBoop is intended to be executed via sgdb:// links on SteamGridDB.
</p>
<p>
Continue setup from "Step 2" here: https://www.steamgriddb.com/boop
</p>
</description>
<branding>
<color type="primary" scheme_preference="light">#96ccf2</color>
<color type="primary" scheme_preference="dark">#32414c</color>
</branding>
<url type="homepage">https://www.steamgriddb.com/boop</url>
<url type="bugtracker">https://github.com/SteamGridDB/SGDBoop/issues</url>
<url type="donation">https://www.patreon.com/steamgriddb</url>
<developer_name>SteamGridDB</developer_name>
<keywords>
<keyword translate="no">Steam</keyword>
<keyword translate="no">SteamGridDB</keyword>
<keyword translate="no">Deck</keyword>
<keyword>Artwork</keyword>
<keyword>Cover</keyword>
</keywords>
</component>