Skip to content

Commit c3f8118

Browse files
committed
New Version (#67)
* Added CPU frequency unit. (#63) * Cpu Frequency unit fix * Fix prefs gui * Fix units #57 * Hide gpu name #58 * New gpu Icon #59 * Added gnome 44 support and updated copyright * Added display order #56 * Fix icons * Fix disk stats unit * Fix gpu mem unit * Fix cpu thermal sensor categorization #61 * #66 * Fix for GNOME 40 * Better error handling * Fix deprecated function * Fix parsing disk space * Added display of all disk devices #65 * Update README and version
1 parent 8aaef99 commit c3f8118

File tree

9 files changed

+792
-862
lines changed

9 files changed

+792
-862
lines changed

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Resource_Monitor is a GNOME Shell extension that Monitor the use of system resou
77
![](/images/main.png)
88

99
# GNOME Shell versions supported
10-
**40, 41, 42, 43**
10+
**40, 41, 42, 43, 44**
1111
- For older GNOME versions see the [gnome-3.28-3.38](../../tree/gnome-3.28-3.38) branch.
1212

1313
# How-To Install
@@ -62,10 +62,24 @@ gnome-extensions enable Resource_Monitor@Ory0n
6262

6363
![](/images/gpu.png)
6464

65+
# About Units
66+
Units are K,M,... (powers of 1024) or KB,MB,... (powers of 1000).
67+
6568
# Bug Reporting
6669
Use the GitHub [Issues](../../issues) tracker to report issues or ask for features.
6770

6871
# Change Log
72+
**version 19 (Mar 27, 2023)**
73+
- Added support for gnome 44.
74+
- Fixed Cpu Frequency Unit: thanks to @giacomo-boldini.
75+
- Fixed Unit and scale factor.
76+
- Added ability to hide GPU name.
77+
- Added GPU icon.
78+
- Added ability to choose the display position of items.
79+
- Fixed incorrect classification of CPU thermal sensors.
80+
- Added ability to show all disk devices for stats monitoring.
81+
- Bug fixed.
82+
6983
**version 18 (Oct 17, 2022)**
7084
- Added support for gnome 43.
7185
- Added GPU monitor (NVIDIA only).

Resource_Monitor@Ory0n/extension.js

Lines changed: 386 additions & 213 deletions
Large diffs are not rendered by default.
Lines changed: 54 additions & 0 deletions
Loading

Resource_Monitor@Ory0n/metadata.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@
99
"40",
1010
"41",
1111
"42",
12-
"43"
12+
"43",
13+
"44"
1314
],
1415
"url": "https://github.com/0ry0n/Resource_Monitor/",
1516
"uuid": "Resource_Monitor@Ory0n",
16-
"version": 18
17+
"version": 19
1718
}

0 commit comments

Comments
 (0)