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

Commit 9a5157e

Browse files
Changes for new version (v2.23.0)
1 parent 76459c8 commit 9a5157e

File tree

4 files changed

+32
-1
lines changed

4 files changed

+32
-1
lines changed

Changes.md

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

3+
### v2.23.0 (29.09.2023)
4+
* New: Process info. summation of multiple process selection
5+
* New: Refresh action (main menu)
6+
* New: F5 key shortcut for refreshing current tab
7+
* New: RAM cached and swap cached values (Memory tab)
8+
* Fix: Alignment of performance summary on headerbar
9+
* Minor improvements (GUI, translations)
10+
311
### v2.22.2 (23.09.2023)
412
* Fix: Blocking code when spinner is used on some systems
513

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,18 @@
9595
</screenshot>
9696
</screenshots>
9797
<releases>
98+
<release version="2.23.0" date="2023-09-29">
99+
<description>
100+
<ul>
101+
<li>New: Process info. summation of multiple process selection</li>
102+
<li>New: Refresh action (main menu)</li>
103+
<li>New: F5 key shortcut for refreshing current tab</li>
104+
<li>New: RAM cached and swap cached values (Memory tab)</li>
105+
<li>Fix: Alignment of performance summary on headerbar</li>
106+
<li>Minor improvements (GUI, translations)</li>
107+
</ul>
108+
</description>
109+
</release>
98110
<release version="2.22.2" date="2023-09-23">
99111
<description>
100112
<ul>

debian/changelog

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
system-monitoring-center (2.23.0) unstable; urgency=medium
2+
3+
* New: Process info. summation of multiple process selection
4+
* New: Refresh action (main menu)
5+
* New: F5 key shortcut for refreshing current tab
6+
* New: RAM cached and swap cached values (Memory tab)
7+
* Fix: Alignment of performance summary on headerbar
8+
* Minor improvements (GUI, translations)
9+
10+
-- Hakan Dündar <[email protected]> Fri, 29 Sep 2023 07:45:00 +0300
11+
112
system-monitoring-center (2.22.2) unstable; urgency=medium
213

314
* Fix: Blocking code when spinner is used on some systems

src/__version__

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.22.2
1+
2.23.0

0 commit comments

Comments
 (0)