Skip to content

Commit 00d73ec

Browse files
authored
Sensors v5.10.2: Fixes #8316 (#8317)
1 parent be9ce17 commit 00d73ec

File tree

3 files changed

+12
-9
lines changed

3 files changed

+12
-9
lines changed

Sensors@claudiux/files/Sensors@claudiux/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
### v5.10.2~20260214
2+
* Fixes [#8316](https://github.com/linuxmint/cinnamon-spices-applets/issues/8316)
3+
14
### v5.10.1~20260130
25
* Ensures compatibility with several old versions of Cinnamon.
36

Sensors@claudiux/files/Sensors@claudiux/metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"uuid": "Sensors@claudiux",
33
"name": "Sensors Monitor",
44
"description": "Displays the values of many computer sensors concerning Temperatures (CPU - GPU - Power Supply), Fan Speed, Voltages, Intrusions. Notifies you with color changes when a value reaches or exceeds its limit.",
5-
"version": "5.10.1",
5+
"version": "5.10.2",
66
"max-instances": 1,
77
"cinnamon-version": [
88
"3.8",

Sensors@claudiux/files/Sensors@claudiux/settings-schema.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -400,13 +400,13 @@
400400
},
401401
"show_temp": {
402402
"type": "switch",
403-
"default": false,
403+
"default": true,
404404
"description": "Display the values of these selected sensors",
405405
"tooltip": "Whether or not to display the values of the sensors selected in the list below."
406406
},
407407
"show_temp_name": {
408408
"type": "switch",
409-
"default": false,
409+
"default": true,
410410
"description": "Display the 'Shown name' of each of these selected sensors",
411411
"tooltip": "Whether or not to display into this applet label the 'Shown name' of the sensors selected in the list below. Without effect in vertical panels.",
412412
"dependency": "show_temp"
@@ -615,13 +615,13 @@
615615
},
616616
"show_fan": {
617617
"type": "switch",
618-
"default": false,
618+
"default": true,
619619
"description": "Display the values of these selected sensors",
620620
"tooltip": "Whether or not to display the values of the sensors selected in the list below."
621621
},
622622
"show_fan_name": {
623623
"type": "switch",
624-
"default": false,
624+
"default": true,
625625
"description": "Display the 'Shown name' of each of these selected sensors",
626626
"tooltip": "Whether or not to display into this applet label the 'Shown name' of the sensors selected in the list below. Without effect in vertical panels.",
627627
"dependency": "show_fan"
@@ -757,13 +757,13 @@
757757
},
758758
"show_volt": {
759759
"type": "switch",
760-
"default": false,
760+
"default": true,
761761
"description": "Display the values of these selected sensors",
762762
"tooltip": "Whether or not to display the values of the sensors selected in the list below."
763763
},
764764
"show_volt_name": {
765765
"type": "switch",
766-
"default": false,
766+
"default": true,
767767
"description": "Display the 'Shown name' of each of these selected sensors",
768768
"tooltip": "Whether or not to display into this applet label the 'Shown name' of the sensors selected in the list below. Without effect in vertical panels.",
769769
"dependency": "show_volt"
@@ -882,13 +882,13 @@
882882
},
883883
"show_intrusion": {
884884
"type": "switch",
885-
"default": false,
885+
"default": true,
886886
"description": "Display the values of these selected sensors",
887887
"tooltip": "Whether or not to display the values of the sensors selected in the list below."
888888
},
889889
"show_intrusion_name": {
890890
"type": "switch",
891-
"default": false,
891+
"default": true,
892892
"description": "Display the 'Shown name' of each of these selected sensors",
893893
"tooltip": " Whether or not to display into this applet label the 'Shown name' of the sensors selected in the list below. Without effect in vertical panels.",
894894
"dependency": "show_intrusion"

0 commit comments

Comments
 (0)