Skip to content
This repository was archived by the owner on Nov 5, 2023. It is now read-only.

Commit fe0ff51

Browse files
Changes for new version (v2.25.1)
1 parent c732601 commit fe0ff51

File tree

6 files changed

+26
-5
lines changed

6 files changed

+26
-5
lines changed

Changes.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# System Monitoring Center
22

3+
### v2.25.1 (13.10.2023)
4+
* Fix: High memory consumption in some cases (AMD GPUs)
5+
* Disabled external tool usage for video engine load (AMD GPU)
6+
* Disabled external tool usage for GPU info. columns (AMD GPU)
7+
38
### v2.25.0 (13.10.2023)
49
* New: Temperature unit option (Sensors tab)
510
* New: Chinese (Simplified) translations

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,12 +79,12 @@
7979
</a>
8080
</p>
8181

82+
8283
### Features:
8384
- Detailed system performance and usage usage monitoring/managing features:
8485
- Monitoring CPU, RAM, Disk, Network, GPU hardware/usage information
8586
- Monitoring and managing processes and services (systemd)
8687
- Monitoring users, sensors and general system information
87-
- GPU usage and GPU memory columns for processes (*)
8888
- Supports PolicyKit. No need to run the application with "sudo"
8989
- Hardware selection options (selecting CPU cores, disks, network cards, GPUs)
9090
- Plotting performance data of multiple devices at the same time
@@ -95,7 +95,7 @@
9595
- Supports ARM architecture
9696
- Hardware accelerated GUI
9797
- Free and open source
98-
- Note: GPU columns on Processes tab require `amdgpu_top>v0.2.0` or its build from latest source code.
98+
9999

100100
### Installation:
101101
- There are several options for using System Monitoring Center:
@@ -129,7 +129,6 @@
129129
- `polkit` (for Arch Linux)
130130

131131
- Optional dependencies:
132-
- `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)
133132
- `vcgencmd` (for physical RAM size, GPU frequency and video memory information on Raspberry Pi devices)
134133
- `x11-xserver-utils` or `xorg-xrandr` (for more accurate screen resolution and refresh rate detection of System Monitoring Center v1.x.x)
135134
---

data/io.github.hakandundar34coding.system-monitoring-center.appdata.xml.in

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,15 @@
9898
</screenshot>
9999
</screenshots>
100100
<releases>
101+
<release version="2.25.1" date="2023-10-13">
102+
<description>
103+
<ul>
104+
<li>Fix: High memory consumption in some cases (AMD GPUs)</li>
105+
<li>Disabled external tool usage for video engine load (AMD GPU)</li>
106+
<li>Disabled external tool usage for GPU info. columns (AMD GPU)</li>
107+
</ul>
108+
</description>
109+
</release>
101110
<release version="2.25.0" date="2023-10-13">
102111
<description>
103112
<ul>

debian/changelog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
system-monitoring-center (2.25.1) unstable; urgency=medium
2+
3+
* Fix: High memory consumption in some cases (AMD GPUs)
4+
* Disabled external tool usage for video engine load (AMD GPU)
5+
* Disabled external tool usage for GPU info. columns (AMD GPU)
6+
7+
-- Hakan Dündar <[email protected]> Fri, 13 Oct 2023 18:00:00 +0300
8+
19
system-monitoring-center (2.25.0) unstable; urgency=medium
210

311
* New: Temperature unit option (Sensors tab)

io.github.hakandundar34coding.system-monitoring-center.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,5 @@ modules:
5656
sources:
5757
- type: git
5858
url: https://github.com/hakandundar34coding/system-monitoring-center.git
59-
commit: bcd1c3dadacee2b886c275ad939e07cbd0594887
59+
commit: 99ded81df1d1516f314b93bf21c2eb0912553630
6060

src/__version__

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.25.0
1+
2.25.1

0 commit comments

Comments
 (0)