-
Notifications
You must be signed in to change notification settings - Fork 63
/
Copy pathnet.nokyan.Resources.metainfo.xml.in.in
277 lines (277 loc) · 13.2 KB
/
net.nokyan.Resources.metainfo.xml.in.in
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
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>@app-id@</id>
<name>Resources</name><!--Translators: The summary should be 35 characters or less according to Flathub appstream guidelines-->
<summary>Keep an eye on system resources</summary>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0-or-later</project_license>
<requires>
<display_length compare="ge">360</display_length>
</requires>
<recommends>
<control>keyboard</control>
<control>pointing</control>
<control>touch</control>
</recommends>
<description>
<p>
Resources allows you to check the utilization of your system resources and control your running processes and apps. It’s designed to be user-friendly and feel right at home on a modern desktop by using GNOME’s libadwaita.
</p>
<p>
Resources supports monitoring the following components:
</p>
<ul>
<li>CPU</li>
<li>Memory</li>
<li>GPU</li>
<li>Network Interfaces</li>
<li>Storage Devices</li>
<li>Batteries</li>
</ul>
</description>
<url type="homepage">https://apps.gnome.org/app/net.nokyan.Resources/</url>
<url type="contribute">https://welcome.gnome.org/app/Resources/</url>
<url type="bugtracker">https://github.com/nokyan/resources/issues</url>
<url type="vcs-browser">https://github.com/nokyan/resources</url>
<url type="translate">https://github.com/nokyan/resources/tree/main/po</url>
<content_rating type="oars-1.1"/>
<developer id="net.nokyan">
<name translate="no">nokyan</name>
</developer>
<update_contact>[email protected]</update_contact>
<translation type="gettext">@gettext-package@</translation>
<launchable type="desktop-id">@[email protected]</launchable>
<branding>
<color type="primary" scheme_preference="light">#94c4ff</color>
<color type="primary" scheme_preference="dark">#2d5e9a</color>
</branding>
<screenshots>
<screenshot type="default">
<image>https://raw.githubusercontent.com/nokyan/resources/main/data/resources/screenshots/1.png</image>
<caption>Apps page in light theme</caption>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/nokyan/resources/main/data/resources/screenshots/2.png</image>
<caption>Processes page in dark theme</caption>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/nokyan/resources/main/data/resources/screenshots/3.png</image>
<caption>Processor page in light theme</caption>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/nokyan/resources/main/data/resources/screenshots/4.png</image>
<caption>Memory page in dark theme</caption>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/nokyan/resources/main/data/resources/screenshots/5.png</image>
<caption>GPU page in light theme</caption>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/nokyan/resources/main/data/resources/screenshots/6.png</image>
<caption>Drive page in dark theme</caption>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/nokyan/resources/main/data/resources/screenshots/7.png</image>
<caption>Network Interface page in light theme</caption>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/nokyan/resources/main/data/resources/screenshots/8.png</image>
<caption>Battery page in dark theme</caption>
</screenshot>
</screenshots>
<releases>
<release version="1.7.1" date="2024-12-06">
<url type="details">https://github.com/nokyan/resources/releases/tag/v1.7.1</url>
<description translate="no">
<p>
Resources 1.7.1 has been published including a hotfix for a critical bug and a small improvement for network interface detection:
</p>
<ul>
<li>GPU, encoder and decoder usage stats for NVIDIA GPUs were displayed as 0% most of the time</li>
<li>Improved detection for VPN tunnels</li>
</ul>
</description>
</release>
<release version="1.7.0" date="2024-11-29">
<url type="details">https://github.com/nokyan/resources/releases/tag/v1.7.0</url>
<description translate="no">
<p>
Resources 1.7 has been released with a new supported device category and other improvements. Here are some highlights:
</p>
<ul>
<li>Support for monitoring Intel Neural Processing Units (NPUs)</li>
<li>Multiple processes can now be selected in the Processes view</li>
<li>Added a column for swap usage in the Apps and Processes view</li>
<li>Added temperature graphs</li>
<li>Improved handling of media engines on newer AMD GPUs</li>
</ul>
</description>
</release>
<release version="1.6.0" date="2024-08-23">
<url type="details">https://github.com/nokyan/resources/releases/tag/v1.6.0</url>
<description translate="no">
<p>
Resources 1.6 has landed and contains mainly internal changes and further preparations for GNOME Circle. Here are some highlights:
</p>
<ul>
<li>Introduction of commandline arguments for Resources</li>
<li>New dialog for changing a process’ priority and processor affinity</li>
<li>Improved application detection</li>
<li>Reduced memory usage over time</li>
<li>Added context menus in the Apps and Processes views</li>
</ul>
</description>
</release>
<release version="1.5.1" date="2024-07-07">
<description translate="no">
<p>
Resources 1.5.1 is a small bugfix and GNOME Circle preparation release.
</p>
<p>
🐛 Bug fixes
</p>
<ul>
<li>AMD GPU usage could be displayed to be higher than 100 %</li>
<li>Resources detected HID batteries resulting in unnecessary battery pages with little to no information</li>
<li>AMD GPU power usage couldn’t be determined sometimes</li>
</ul>
<p>
📈 Improvements
</p>
<ul>
<li>Smaller GNOME Circle related fixes and improvements</li>
</ul>
</description>
</release>
<release version="1.5.0" date="2024-06-23">
<description translate="no">
<p>
Resources 1.5 has landed and brings with it monitoring for batteries along with the usual bug fixes and improvements. Enjoy!
</p>
<p>
🐛 Bug fixes
</p>
<ul>
<li>If the Processes view was the last opened view and the “Show search fields on launch” setting was enabled, the search bar was not automatically focused</li>
<li>Graphs in the sidebar were reset when a drive or network interface was added or removed</li>
<li>App icons were not shown for user-wide installed Flatpaks</li>
<li>The calculated amount of logical CPUs was wrong for systems with multiple CPU sockets</li>
</ul>
<p>
✨ New features
</p>
<ul>
<li>Resources can now monitor connected batteries</li>
<li>CPU usage normalization can now be toggled off</li>
<li>Total read and write stats for drives</li>
</ul>
<p>
📈 Improvements
</p>
<ul>
<li>Graph colors have been revamped to avoid low contrast situations and improve consistency within views</li>
<li>Some keyboard shortcuts were changed to avoid clashes with standard shortcuts</li>
<li>More stability when performance statistics could not be determined</li>
<li>Some entries in the settings dialog now have subtitles</li>
<li>If a drive has no model name, its block device name will now be shown in the titlebar</li>
<li>Small accessibility improvements</li>
</ul>
</description>
</release>
<release version="1.4.0" date="2024-04-14">
<description translate="no">
<p>
Resources 1.4 is here and brings with it some quality of life features and bug fixes along with an upgrade to the new GNOME 46 runtime. Enjoy!
</p>
<p>
🐛 Bug fixes
</p>
<ul>
<li>Users other than the current user were mistakenly shown as root in the Processes view</li>
<li>The titlebar for GPU views was inconsistent with the other titlebars</li>
<li>Some widgets did not have accessibility labels</li>
<li>RAM size was calculated wrongly</li>
<li>Dialogs regarding process manipulation (such as ending a process) still said “Application”</li>
<li>App names in the Applications view were not localized into the user’s language</li>
</ul>
<p>
✨ New features
</p>
<ul>
<li>Resources can now show graphs in the sidebar too (this is enabled per default but can be toggled back to the old bars in the settings)</li>
<li>CPU time of processes can now be shown in the Processes view</li>
<li>Read speed and write speed in Drive views now also have graphs</li>
<li>When launched, Resources will now start with the view that was last opened</li>
<li>When launched, Resources will now sort the items in the Applications and Processes views by what they were last sorted by</li>
<li>Added device descriptions for better distinction between similar devices (disabled by default)</li>
<li>There are now keyboard shortcuts for manipulating processes and applications</li>
</ul>
<p>
📈 Improvements
</p>
<ul>
<li>Upgraded the Flatpak runtime to GNOME 46, allowing Resources to use libadwaita 1.5’s new and improved dialogs</li>
<li>Added brand colors and changed Resources’ summary to adhere to new Flathub guidelines</li>
<li>The column views in the Applications and Processes views now have undershoot and their backgrounds now looks less out of place</li>
<li>The power usage properties in GPU views are now more compact</li>
<li>Widgets with graphs in them now look closer to libadwaita’s not-that-new-anymore action rows</li>
<li>Improved app detection for GNOME Terminal and Google Chrome</li>
</ul>
</description>
</release>
<release version="1.3.0" date="2023-12-24">
<description translate="no">
<p>
Resources 1.3 has been a long time in the making and brings a number of new and exciting features as well as many bug fixes. Enjoy!
</p>
<p>
🐛 Bug fixes
</p>
<ul>
<li>Snap applications were not properly detected and categorized as system processes, this fix requires an additional Flatpak permission (read-only access to /var/lib/snapd/)</li>
<li>CPU usage of processes and applications was not calculated correctly</li>
<li>Newer AMD GPUs were not properly detected</li>
<li>The counting for multiple GPUs started at 0</li>
<li>bash was recognized as an application if there was a detected .desktop file using bash to start the app</li>
<li>“simple-framebuffers” were recognized as GPU</li>
<li>Displayed stock speed instead of overclocked speed for RAM using AMD EXPO or Intel XMP</li>
</ul>
<p>
✨ New features
</p>
<ul>
<li>GPU usage (including video encoder, video decoder and VRAM usage) is now tracked per-process</li>
<li>The amount of datapoints in graphs is now configurable</li>
<li>A grid can now be displayed for graphs</li>
<li>The counting for multiple GPUs started at 0</li>
<li>More statistics for Intel GPUs</li>
<li>The info window for applications and processes now shows the launch date</li>
</ul>
<p>
📈 Improvements
</p>
<ul>
<li>Vastly improved memory usage over time</li>
<li>Non-Wireguard VPNs are now recognized as such</li>
<li>Memory properties can now be accessed without root privileges</li>
<li>Resources needs less time to load after launch</li>
<li>Resources’ companion process “resources-processes” is now launched once to run for as long as Resources itself is running, rather than being launched on every refresh</li>
<li>Better recognition of Chromium-based applications and their many processes</li>
<li>AMD GPUs have a more precise name in the titlebar</li>
<li>Processes and applications refresh now as fast as the rest of the UI does</li>
<li>The scrollbar doesn’t jump around anymore when scrolling the processes or applications list during a refresh</li>
</ul>
</description>
</release>
<release version="1.2.1" date="2023-11-02"/>
<release version="1.2.0" date="2023-10-31"/>
<release version="1.1.0" date="2023-10-15"/>
<release version="1.0.3" date="2023-10-11"/>
<release version="1.0.2" date="2023-10-10"/>
<release version="1.0.1" date="2023-10-09"/>
<release version="1.0.0" date="2023-10-08"/>
</releases>
<custom>
<value key="Purism::form_factor">mobile</value>
</custom>
</component>