Skip to content

Commit 46a111f

Browse files
authored
New version (#93)
1 parent 6ef7653 commit 46a111f

File tree

16 files changed

+1577
-163
lines changed

16 files changed

+1577
-163
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Resource_Monitor is a GNOME Shell extension designed to monitor system resources
1010
| ![Main View](/images/main.png) |
1111

1212
## GNOME Shell versions supported
13-
**45**
13+
**45, 46, 47**
1414
- For older GNOME versions see the [gnome-3.28-3.38](../../tree/gnome-3.28-3.38) or [gnome-40-44](../../tree/gnome-40-44) branch.
1515

1616
## How-To Install
@@ -50,6 +50,15 @@ To report issues or request features, please use the [GitHub Issues](../../issue
5050

5151
## Change Log
5252

53+
**Version 23 (Oct 18, 2024)**
54+
- Added support for GNOME 47.
55+
- Introduced memory alerts for RAM and SWAP usage to enhance monitoring capabilities.
56+
- Improved CPU frequency monitoring by reading all CPU core frequencies and displaying the highest value.
57+
- Added color coding for all items to enhance visual clarity and differentiation.
58+
- Integrated Zenpower thermal sensors; thanks to @mclvren for the contribution.
59+
- Fixed issues with CPU temperature reading.
60+
- Other bug fixes.
61+
5362
**Version 22 (Jun 3, 2024)**
5463
- Added support for GNOME 46: thanks to @DanielusG.
5564

Resource_Monitor@Ory0n/extension.js

Lines changed: 646 additions & 99 deletions
Large diffs are not rendered by default.

Resource_Monitor@Ory0n/metadata.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"description": "Monitor the use of system resources like cpu, ram, disk, network and display them in gnome shell top bar.",
55
"shell-version": [
66
"45",
7-
"46"
7+
"46",
8+
"47"
89
],
910
"url": "https://github.com/0ry0n/Resource_Monitor/",
1011
"donations": {

0 commit comments

Comments
 (0)