Kaydet (Commit) fe0ff512 authored tarafından Hakan Dündar's avatar Hakan Dündar

Changes for new version (v2.25.1)

üst c7326013
# System Monitoring Center
### v2.25.1 (13.10.2023)
* Fix: High memory consumption in some cases (AMD GPUs)
* Disabled external tool usage for video engine load (AMD GPU)
* Disabled external tool usage for GPU info. columns (AMD GPU)
### v2.25.0 (13.10.2023)
* New: Temperature unit option (Sensors tab)
* New: Chinese (Simplified) translations
......
......@@ -79,12 +79,12 @@
</a>
</p>
### Features:
- Detailed system performance and usage usage monitoring/managing features:
- Monitoring CPU, RAM, Disk, Network, GPU hardware/usage information
- Monitoring and managing processes and services (systemd)
- Monitoring users, sensors and general system information
- GPU usage and GPU memory columns for processes (*)
- Supports PolicyKit. No need to run the application with "sudo"
- Hardware selection options (selecting CPU cores, disks, network cards, GPUs)
- Plotting performance data of multiple devices at the same time
......@@ -95,7 +95,7 @@
- Supports ARM architecture
- Hardware accelerated GUI
- Free and open source
- Note: GPU columns on Processes tab require `amdgpu_top>v0.2.0` or its build from latest source code.
### Installation:
- There are several options for using System Monitoring Center:
......@@ -129,7 +129,6 @@
- `polkit` (for Arch Linux)
- Optional dependencies:
- `amdgpu_top>0.2.0 (not released yet)` (for video engine load on GPU tab and per-process GPU usage, GPU memory columns on Processes tab of System Monitoring Center v2.x.x)
- `vcgencmd` (for physical RAM size, GPU frequency and video memory information on Raspberry Pi devices)
- `x11-xserver-utils` or `xorg-xrandr` (for more accurate screen resolution and refresh rate detection of System Monitoring Center v1.x.x)
---
......
......@@ -98,6 +98,15 @@
</screenshot>
</screenshots>
<releases>
<release version="2.25.1" date="2023-10-13">
<description>
<ul>
<li>Fix: High memory consumption in some cases (AMD GPUs)</li>
<li>Disabled external tool usage for video engine load (AMD GPU)</li>
<li>Disabled external tool usage for GPU info. columns (AMD GPU)</li>
</ul>
</description>
</release>
<release version="2.25.0" date="2023-10-13">
<description>
<ul>
......
system-monitoring-center (2.25.1) unstable; urgency=medium
* Fix: High memory consumption in some cases (AMD GPUs)
* Disabled external tool usage for video engine load (AMD GPU)
* Disabled external tool usage for GPU info. columns (AMD GPU)
-- Hakan Dündar <hakandundar34coding@gmail.com> Fri, 13 Oct 2023 18:00:00 +0300
system-monitoring-center (2.25.0) unstable; urgency=medium
* New: Temperature unit option (Sensors tab)
......
......@@ -56,5 +56,5 @@ modules:
sources:
- type: git
url: https://github.com/hakandundar34coding/system-monitoring-center.git
commit: bcd1c3dadacee2b886c275ad939e07cbd0594887
commit: 99ded81df1d1516f314b93bf21c2eb0912553630
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment