+ Bug fixes:
- Column names were not announced to screen readers
- Apps view and Processes view were hard to navigate using just
a keyboard
- CPU frequency reading could be off for some users
- Titles of drives were not updated when the data unit prefix
was changed
+ New features:
- Added support for AMD NPUs using the amdxdna driver (note
that your kernel and firmware needs to be up-to-date for
proper detection)
- Searching for multiple process names at once is now possible
using the “|” operator in the search field
- Added support for detecting AppImage apps managed by
appimaged
- Added support for detecting apps managed by Portable
- LXC bridge network interfaces are now properly detected
+ Improvements:
- CPU usage of Resources’ companion process has been cut down
significantly
- Resources’ companion process now also offers debug logs
- Improved app detection by adhering to the XDG standard for
cgroups better
- Per-process memory usage is now determined by VmRSS — this
will lead to higher memory readings overall. Further
improvements to gathering per-process memory usage are being
explored along with ways to perhaps make this a
user-controllable option
- Less Cargo dependencies
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/resources?expand=0&rev=21
24 lines
884 B
XML
24 lines
884 B
XML
<?xml version="1.0"?>
|
|
<services>
|
|
<service name="obs_scm" mode="manual">
|
|
<param name="url">https://github.com/nokyan/resources.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="revision">v1.10.0</param>
|
|
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
|
<param name="versionrewrite-pattern">v(.*)\+0</param>
|
|
<param name="versionrewrite-replacement">\1</param>
|
|
<!-- <param name="changesgenerate">enable</param> -->
|
|
</service>
|
|
<service name="set_version" mode="manual"/>
|
|
<service name="tar" mode="buildtime"/>
|
|
<service name="recompress" mode="buildtime">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">zst</param>
|
|
</service>
|
|
<service name="cargo_vendor" mode="manual">
|
|
<param name="srcdir">resources</param>
|
|
<param name="compression">zst</param>
|
|
<param name="update">true</param>
|
|
</service>
|
|
</services>
|