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

Commit

Permalink
Changes for new version (v1.39.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
hakandundar34coding committed Jan 10, 2023
1 parent c9b31c1 commit 9c3201e
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
5 changes: 5 additions & 0 deletions Changes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# System Monitoring Center

### v1.39.1 (10.01.2023)
* Fix: Disk name match when loop devices are reconnected
* Fix: Negative disk speed when loop devices are reconnected
* Code simplifications for Performance functions

### v2.4.1 (09.01.2023)
* Fix: Update device list (unified tab-device list)
* Fix: Process name of the application (Flatpak)
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,5 +143,6 @@
- GPU usage information availability depends on vendor/driver.
- GPU load is not tracked if GPU tab is switched off (for lower CPU usage).
- Virtual machines may not provide CPU min-max frequencies, sensors and RAM hardware information.
- Flatpak version of the application has slightly lower performance (start speed, CPU, RAM usage).
- Non-Flatpak versions of the application has higher performance (start speed, CPU, RAM usage).
- GTK4 (used for SMC v2) uses about 2x RAM when compared to GTK3 (used for SMC v1).

8 changes: 8 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
system-monitoring-center (1.39.1) unstable; urgency=medium

* Fix: Disk name match when loop devices are reconnected
* Fix: Negative disk speed when loop devices are reconnected
* Code simplifications for Performance functions

-- Hakan Dündar <[email protected]> Tue, 10 Jan 2023 09:00:00 +0300

system-monitoring-center (1.39.0) unstable; urgency=medium

* Improved read,write,download,upload speed accuracy
Expand Down
2 changes: 1 addition & 1 deletion src/__version__
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.39.0
1.39.1

0 comments on commit 9c3201e

Please sign in to comment.