-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathio.github.rfrench3.scopebuddy-gui.metainfo.xml
More file actions
154 lines (154 loc) · 7.3 KB
/
Copy pathio.github.rfrench3.scopebuddy-gui.metainfo.xml
File metadata and controls
154 lines (154 loc) · 7.3 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
<?xml version='1.0' encoding='utf-8'?>
<component type="desktop-application">
<!--Created with jdAppStreamEdit 9.2-->
<id>io.github.rfrench3.scopebuddy-gui</id>
<name>Scopebuddy GUI</name>
<summary>Configure Gamescope and more</summary>
<developer id="io.github.rfrench3">
<name>Robert French</name>
</developer>
<metadata_license>MIT</metadata_license>
<project_license>LGPL-3.0-only</project_license>
<update_contact>frenchrobertm@outlook.com</update_contact>
<description>
<p>Convenient interface for saving, editing, and loading configurations for games. If you have ScopeBuddy installed, it can even apply these configurations automatically!</p>
</description>
<screenshots>
<screenshot type="default">
<caption>The Scopebuddy GUI welcome screen.</caption>
<image type="source">https://raw.githubusercontent.com/rfrench3/scopebuddy-gui/v2.3.0/src/img/welcomeScreen.png</image>
<image type="source" xml:lang="en">https://raw.githubusercontent.com/rfrench3/scopebuddy-gui/v2.3.0/src/img/welcomeScreen.png</image>
</screenshot>
<screenshot>
<caption>The Scopebuddy GUI new launcher dialog.</caption>
<image type="source">https://raw.githubusercontent.com/rfrench3/scopebuddy-gui/v2.3.0/src/img/newFolder.png</image>
<image type="source" xml:lang="en">https://raw.githubusercontent.com/rfrench3/scopebuddy-gui/v2.3.0/src/img/newFolder.png</image>
</screenshot>
<screenshot>
<caption>The Scopebuddy GUI new file dialog.</caption>
<image type="source">https://raw.githubusercontent.com/rfrench3/scopebuddy-gui/v2.3.0/src/img/newFile.png</image>
<image type="source" xml:lang="en">https://raw.githubusercontent.com/rfrench3/scopebuddy-gui/v2.3.0/src/img/newFile.png</image>
</screenshot>
<screenshot>
<caption>The Scopebuddy GUI general settings screen.</caption>
<image type="source">https://raw.githubusercontent.com/rfrench3/scopebuddy-gui/v2.3.0/src/img/generalSettings.png</image>
<image type="source" xml:lang="en">https://raw.githubusercontent.com/rfrench3/scopebuddy-gui/v2.3.0/src/img/generalSettings.png</image>
</screenshot>
<screenshot>
<caption>The Scopebuddy GUI environment variables screen.</caption>
<image type="source">https://raw.githubusercontent.com/rfrench3/scopebuddy-gui/v2.3.0/src/img/environmentVariables.png</image>
<image type="source" xml:lang="en">https://raw.githubusercontent.com/rfrench3/scopebuddy-gui/v2.3.0/src/img/environmentVariables.png</image>
</screenshot>
<screenshot>
<caption>The Scopebuddy GUI gamescope settings screen.</caption>
<image type="source">https://raw.githubusercontent.com/rfrench3/scopebuddy-gui/v2.3.0/src/img/gamescope.png</image>
<image type="source" xml:lang="en">https://raw.githubusercontent.com/rfrench3/scopebuddy-gui/v2.3.0/src/img/gamescope.png</image>
</screenshot>
<screenshot>
<caption>Launch Options page.</caption>
<image type="source">https://raw.githubusercontent.com/rfrench3/scopebuddy-gui/v2.3.0/src/img/launchOptions.png</image>
<image type="source" xml:lang="en">https://raw.githubusercontent.com/rfrench3/scopebuddy-gui/v2.3.0/src/img/launchOptions.png</image>
</screenshot>
</screenshots>
<releases>
<release version="v2.4.1" date="2026-04-23" type="stable">
<description>
<p>Remove the misunderstood steam checkbox, fix a possible crash.</p>
</description>
</release>
<release version="v2.4.0" date="2026-01-02" type="stable">
<description>
<ul>
<li>Proper functionality has been given to the "Open Folder" button.</li>
<li>A new button has been added to manually edit the current file in a text editor.</li>
<li>The application has been relicensed from GPL-3.0-only to LGPL-3.0-only.</li>
<li>Upgrade from PySide6 6.9 to 6.10</li>
<li>Merged backend AppLogic and MainWindow classes to remove complexity.</li>
</ul>
</description>
</release>
<release version="v2.3.1" date="2025-12-11" type="stable">
<description>
<p>Minor visual improvements.</p>
</description>
</release>
<release version="v2.3.0" date="2025-11-05" type="stable">
<description>
<p>This update adds support for launchers outside of Steam. It also adds the ability to delete config files from within the launcher.</p>
</description>
</release>
<release version="v2.2.0" date="2025-10-11" type="stable">
<description>
<p>This update vastly improves UX. The Apply buttons on each page now adaptively enables/disables depending on whether or not changes are actually present, and this being tracked also means excessive "are you sure" popups could be removed.</p>
</description>
</release>
<release version="v2.1.2" date="2025-08-18" type="stable" urgency="low">
<description>
<p>Fix #39: Open Folder button no longer guides users to opening the incorrect folder.</p>
</description>
</release>
<release version="2.1.1" date="2025-08-11" type="stable">
<description>
<ul>
<li>New page to add launch options to games</li>
<li>Button to use global scopebuddy config in appid configs</li>
<li>Minor visual improvements to the Gamescope page</li>
</ul>
</description>
</release>
<release version="2.0.5" date="2025-08-02" type="stable">
<description>
<p>Fix a bug caused by 2.0.3 where the upscaler comboboxes would no longer load into the UI from the file</p>
</description>
</release>
<release version="2.0.3" date="2000-01-01" type="stable">
<description>
<p>Fixed the broken upscaler settings, updated the buttons on the welcome screen</p>
</description>
</release>
<release version="2.0.0" date="2025-07-10" type="stable">
<description>
<p>Added game-specific config selection and environment variables support.</p>
</description>
</release>
<release version="1.1.0" date="2025-06-22" type="stable">
<description>
<p>Overhauls the UI, adds some new buttons.</p>
</description>
</release>
<release version="1.0.0" date="2025-06-16" type="stable">
<description>
<p>Initial release.</p>
</description>
</release>
</releases>
<url type="homepage">https://rfrench3.github.io/scopebuddy-gui/</url>
<url type="bugtracker">https://github.com/rfrench3/scopebuddy-gui/issues</url>
<url type="vcs-browser">https://github.com/rfrench3/scopebuddy-gui</url>
<categories>
<category>Utility</category>
<category>Settings</category>
</categories>
<requires>
<display_length compare="ge">600</display_length>
</requires>
<recommends>
<control>pointing</control>
<control>keyboard</control>
</recommends>
<content_rating type="oars-1.1"/>
<launchable type="desktop-id">io.github.rfrench3.scopebuddy-gui.desktop</launchable>
<keywords>
<keyword>Gamescope</keyword>
<keyword>Scopebuddy</keyword>
<keyword>gaming</keyword>
<keyword>environment</keyword>
<keyword>variables</keyword>
<keyword>gui</keyword>
<keyword>settings</keyword>
</keywords>
<branding>
<color type="primary" scheme_preference="light">#c875ff</color>
<color type="primary" scheme_preference="dark">#380066</color>
</branding>
</component>