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

Commit 5bb4a34

Browse files
Changes for new version (v2.24.0)
1 parent 12951d4 commit 5bb4a34

File tree

4 files changed

+23
-2
lines changed

4 files changed

+23
-2
lines changed

Changes.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# System Monitoring Center
22

3+
### v2.24.0 (06.10.2023)
4+
* New: Video encoding/decoding engine load for AMD GPUs
5+
* New: GPU usage and GPU memory columns (AMD GPUs only)
6+
* New: Option for hiding kernel threads (Processes tab)
7+
* New: Show F5 shortcut of Refresh action (main menu)
8+
* Updated dependency versions (Flatpak)
9+
* Fix: Empty lists if old version of the application is run
10+
* Minor improvements (performance, translations, etc.)
11+
312
### v2.23.0 (29.09.2023)
413
* New: Process info. summation of multiple process selection
514
* New: Refresh action (main menu)

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
- Supports ARM architecture
9696
- Hardware accelerated GUI
9797
- Free and open source
98-
(*) GPU columns on Processes tab require `amdpu_top>v0.2.0` or its build from latest source code.
98+
- Note: GPU columns on Processes tab require `amdpu_top>v0.2.0` or its build from latest source code.
9999

100100
### Installation:
101101
- There are several options for using System Monitoring Center:

debian/changelog

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
system-monitoring-center (2.24.0) unstable; urgency=medium
2+
3+
* New: Video encoding/decoding engine load for AMD GPUs
4+
* New: GPU usage and GPU memory columns (AMD GPUs only)
5+
* New: Option for hiding kernel threads (Processes tab)
6+
* New: Show F5 shortcut of Refresh action (main menu)
7+
* Updated dependency versions (Flatpak)
8+
* Fix: Empty lists if old version of the application is run
9+
* Minor improvements (performance, translations, etc.)
10+
11+
-- Hakan Dündar <hakandundar34coding@gmail.com> Fri, 06 Oct 2023 07:15:00 +0300
12+
113
system-monitoring-center (2.23.0) unstable; urgency=medium
214

315
* New: Process info. summation of multiple process selection

src/__version__

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.23.0
1+
2.24.0

0 commit comments

Comments
 (0)