Fixed notification script call (wrong allocation of command string).
[psensor.git] / NEWS
1 Psensor NEWS
2 ============
3
4 v1.1.1
5 ------
6
7 * Sensor properties stored in +$HOME/.psensor/psensor.cfg+ instead of
8   GConf.
9 * psensor settings stored with dconf.
10 * Fixed bug: psensor not autostarted when $HOME/.config/autostart does
11   not exist.
12 * Added menu separator for the application indicator menu between
13   sensor items and preferences.
14 * Fixed check of sensors/error.h.
15 * Fixed notification script call (wrong allocation of command string).
16
17 v1.0.3
18 ------
19
20 * Fixed bug: psensor not autostarted when $HOME/.config/autostart does
21   not exist.
22 * Fixed few swedish translations (Josef Andersson).
23 * Fixed psensor does not start: Attempt to unlock mutex that was not
24   locked during startup with glib 2.41.2. (LP: #1346299).
25 * Fixed FTBFS with clang instead of gcc. (Closes: #753061).
26
27 v1.0.2
28 ------
29
30 * +psensor-server+:
31   - Fixed file descriptor leaks.
32
33 v1.0.1
34 ------
35
36 * Smaller and more consistent with ubuntu themes appindicator icons.
37 * Sensors displayed directly in the top bar (experimental).
38 * Improved status icon in hicolor theme to fit well with white
39   background. (LP: #1310323).
40 * Psensor not autostarted by default.
41 * Added a setting to launch psensor on session startup. (Closes:
42   #728754)
43 * Fixed minor GUI bugs (widget alignments, padding, layout policy,
44   etc).
45 * Fixed missing translatable strings.
46 * Fixed FTBFS due to deprecation of json_object_object_get. (Closes:
47   #746145)
48 * Fixed typo (Celcius/Celsius).
49 * Merged german translation from LP.
50 * Merged turkish translation from LP (İbrahim Çelik).
51 * Merged chinese translation from LP.
52 * Merged hungarian translation from LP.
53 * Merged russian translation from LP (Dmitry Serov).
54 * Added support of swedish translation (Josef Andersson).
55 * Fixed NVIDIA strings.
56 * Fixed default sensor color which was always black.
57 * Fixed compilation on ppc64. (Closes: #749110)
58
59 v0.8.0.6
60 --------
61
62 * Updated jquery and jqplot to last version.
63 * Removed excanvas for copyright reason (apache license not compatible
64   with GPLv2 license).
65 * Use non-minimized version of .js and .css to avoid lintian errors
66   (source-is-missing).
67
68 v0.8.0.5
69 --------
70
71 * Added NEWS.html.
72 * Converted NEWS file to asciidoc.
73 * +psensor-server+:
74   - removed web fonts causing lintian warnings.
75   - redesigned web pages.
76 * Merged German translation from LP (Dennis Baudys).
77 * Merged Latvian translation from LP (tuxmaniack).
78 * Merged Russian translation from LP (Dmitry).
79 * Merged Turkish translation from LP (İbrahim Çelik).
80 * Added Dutch translation from LP (Pjotr12345).
81 * Fixed some french translations.
82 * AppIndicator icons: removed shadow, added padding. (LP: #1290072).
83 * Fixed compilation issue with gtk3.10 and deprecation of
84   GtkActionEntry. Menu is defined in glade file instead of
85   hardcoded. (LP: #1304108).
86
87 v0.8.0.4
88 --------
89         
90 * Added calling script when an alarm is raised.
91 * Reordering of the list of sensors.
92 * Added keywords in .desktop file.
93 * Added LFS support.
94 * Fixed compilation issue for x32 architecture on 64bits systems.
95 * Merged German translation from LP (Dennis Baudys).
96 * Merged Spanish translation from LP (Javier).
97 * Merged French translation from LP (londumas).
98 * Merged Brazilian translation from LP (Celio Alves).
99
100 v0.8.0.3
101 --------
102
103 * Switched to GtkColorChooserDialog instead of the
104    deprecated widget GtkColorSelectionDialog. (LP: #1184442)
105 * +psensor-server+: fixed compilation without gtop2 lib.
106
107 v0.8.0.2
108 --------
109
110 * GConf2/GTK/XEXT/X11 lib optional to allow psensor-server
111    compilation without them.
112 * Added support of libjson-c.
113 * merged German translation from LP (Dennis Baudys).
114 * merged Latvian translation from LP (tuxmaniack).
115
116 v0.8.0.1
117 --------
118
119 * added AMD GPU usage sensor (Contribution from MestreLion).
120 * added support of sensors log interval.
121 * +psensor-server+: protocole changes, API version incremented.
122 * fixed cpu load when fahrenheit is enabled.
123 * list of sensors can be reordered using the sensor preferences
124    dialog.
125 * merged Spanish translation from LP (Javier) and Tomeu R. .
126 * merged French translation from LP (Hélion du Mas des Bourboux).
127 * merged Italian translation from LP (Diego Pierotto).
128 * merged Brazillian Portugues translation from LP (MestreLion).
129 * fixed the quit menu of the application indicator which was
130    not translatable.
131
132 v07.0.5
133 --------
134
135 * fixed cpu load when fahrenheit is enabled.
136
137 v0.7.0.4
138 --------
139
140 * added Spanish translation from LP (Javier and Eduardo Alberto
141    Calvo).
142 * merged German translation from LP (Dennis Baudys).
143 * merged French translation from LP (Alain-OIivier Breysse).
144 * merged Hungarian from translation LP (Bence Lukács).
145 * merged Latvian translation from LP (tuxmaniack).
146 * merged Portuguese translation from LP (Daniel Serafim).
147 * merged Russian translation from LP (Ilya Volchanetskiy).
148 * merged Ukrainian translation from LP (Ilya Volchanetskiy).
149 * merged Chinese translation from LP (Wang Dianjin).
150 * psensor: fixed 'appindicator enabled' option not working correctly
151    for cpu usage. The option was inversed each time it is displayed in
152    the preference dialog.
153 * psensor: added an option to enable logging of sensors
154    ($HOME/.psensor/sensors.log).
155 * +psensor-server+: added sensors logging (--sensor-log-file).
156 * psensor: display the name of chip in sensor preferences.
157 * psensor: moved the sensor id into a expendable frame of the sensor
158    preferences.
159 * test target is now running cppcheck if available.
160 * fixed cppcheck reported errors (realloc and not freed var).
161 * fixed cppcheck (old values not used).
162 * added faq (requires asciidoc to build the html version).
163 * check target is now running cppcheck if installed.
164 * display a message if no graphs are enabled (Closes #689355).
165 * psensor: when 'hide window on startup' is set, it will
166    hide the window only if psensor can register to application
167    indicator or systray. Waiting 30s before trying to do it
168    in order to have better chance that systray is running during
169    session startup.
170 * fixed displaying of the fahrenheit temperature in the main
171    window.
172 * fixed compilation error in amd.c (hdll not used).
173
174 v0.7.0.3
175 --------
176
177 * psensor: removed gettext_domain in psensor.schemas causing
178    warnings.
179 * merged italian and russian translation from LP.
180
181 v0.7.0.2
182 --------
183
184 * psensor: added latvian translation file.
185 * psensor: added gconf schema. (LP: #1026807)
186 * psensor: hide sensors in the application indicator.
187 * psensor: removed hicolor/48x48/psensor_hot.png. (LP: #1029065)
188 * merge chinese translation from LP.
189
190 v0.7.0.1
191 --------
192
193 * psensor: minimum GTK version is now 3.0, GTK v2.x is no more
194    supported.
195 * psensor: fixed sensor type displayed in sensor preferences
196    dialog. (Closes LP: #968912)
197 * psensor: not calling g_thread_init when compiled with glib >= 2.31.
198 * psensor: added basic instruction in the README for compiling psensor
199             with the ATI/AMD GPU support.
200 * psensor: fixed compilation error on 64bits with ATI/AMD GPU support.
201 * psensor: added capability to use libatasmart for sata disk monitoring.
202 * psensor: added option --use-libatasmart.
203 * changed copyright dates to 2012.
204 * psensor: fixed systray and application indicator visible at the
205    same time. (Closes LP: #971098)
206 * psensor: fixed wrong background color, get the background color of
207    the window and not the canvas widget. (Closes LP: #973122)
208 * psensor: used the foreground color defined by the theme for the
209    font of the graph legend.
210 * psensor: used tab layout for psensor preferences.
211 * psensor: temperature unit choice (celsius/fahrenheit).
212 * +psensor-server+: fixed --wdir option.
213 * +psensor-server+: added log level to -d option.
214 * +psensor-server+: added --log-file option.
215 * +psensor-server+: logged measures when log level is 3.
216 * psensor: fixed many memory leaks in cfg.c (gconf2 keys).
217 * psensor: fixed memory leak (sensor name when specified by the
218    configuration).
219 * psensor: implemented the psensor uniquess, non-primary psensor
220    instances show the window of the primary psensor instance and
221    exits.
222 * many code quality improvements.
223 * psensor: added --new-instance option to allow the creation of
224    multiple instances of Psensor.
225 * psensor: added the degree sign before the temperature symbols
226             (Closes LP: #1021900).
227 * psensor: alarm limit edition using the temperature unit set in the
228    global pref.
229 * psensor: improved notification (added psensor icon and value of the
230    sensor).
231 * full french and hungarian translation.
232 * merged some chinese translation provided by LP.
233 * added translation files for Brazilian Portuguese, and Italian.
234 * partial translations for Russian, Serbian, Ukrainian, Slovenian and
235    German.
236 * psensor: fixed i18n support for the application indicator menu.
237 * psensor: fixed i18n support for the application menu.
238 * psensor: added low thresold support for alerts.
239 * psensor: added fan alert support.
240 * psensor: fixed hide window on startup for gnome-shell (Closes:
241    #676361).
242
243 v0.6.2.19
244 ---------
245
246 * psensor: fixed size of the icon hicolor/48x48/psensor_hot.png.
247    (LP: #1029065)
248
249 v0.6.2.18
250 ---------
251
252 * added degree sign for celsius (Closes LP: #1021900).
253 * added russian, brazilian, hungarian, serbian, slovenian,
254    italian, ukrainian and german translation files.
255 * merged translations from LP.
256 * psensor: fixed hide window on startup for gnome-shell (Closes:
257    #676361).
258
259 v0.6.2.17
260 ---------
261
262 * psensor: fixed sensor type displayed in sensor preferences
263    dialog. (Closes LP: #968912)
264 * psensor: fixed compilation error on 64bits with ATI/AMD GPU support.
265 * psensor: not calling g_thread_init when compiled with glib >= 2.31.
266 * changed copyright dates to 2012.
267
268 v0.6.2.16
269 ---------
270
271 * psensor: removed -pedantic and ignores deprecation warnings
272    to fix compilation against the glib version of Ubuntu Precise.
273    It fixes Ubuntu bug #905893.
274
275 v0.6.2.15
276 ---------
277
278 * +psensor-server+: uses glibtop instead of 'sysinfo' which is not
279    available on kfreebsd. It fixes Debian bug #650533.
280
281 v0.6.2.14
282 ---------
283
284 * psensor: support of gtk>=2.18
285 * psensor: inner space of the graph using the theme background color
286 * +psensor-server+: fixed compilation with microhttpd >=0x90200 and
287    64bits.
288 * added some information in the README (mostly about compilation on
289    CentOS).
290 * +psensor-server+: support of symbolic links to webfiles.
291
292 v0.6.2.13
293 ---------
294
295 * psensor can now be compiled and run with gtk3.
296 * psensor: added gtk3 support build detection.
297 * psensor: added libappindicator3-01 (gtk3 compliant version)
298    detection.
299 * psensor: use 'draw' signal instead of 'expose-event' when compiled
300    with gtk3. 
301 * psensor: fixed typo in french translation file.
302 * +psensor-server+: fixed compilation with microhttpd >= 0.9.2 (version
303    used by Fedora15) which introduced incompatible API changes.
304 * psensor: fixed compilation with libnotify 0.5.2 (submitted by Lubos
305    Stanek).
306 * psensor: added missing CPPFLAGS for Gtop (submitted by Lubos Stanek).
307 * psensor: fixed compilation with AMD/ATI GPU monitoring support
308    (submitted by Lubos Stanek).
309 * psensor: default log level set to LOG_WARN.
310 * few code refactoring and cleanup.
311 * psensor: added support of status tray icon for DE not supporting
312    Ubuntu Application Indicator.
313
314 v0.6.2.12
315 ---------
316
317 * psensor: added -d option to enable debug log (written to $HOME/.psensor/log).
318 * psensor: log sensor values in debug mode.
319 * psensor: added option to restore window position and size.
320
321 v0.6.2.11
322 ---------
323
324 * psensor-server/web interface: use jqplot default css.
325 * psensor-server/web interface: added excanvas for ie < 9 support.
326 * psensor-server/web interface: automatic update of the monitoring page.
327 * psensor-server/web interface: improved styling and navigation.
328 * psensor-server/web interface: added graph for cpu usage.
329 * psensor-server/web interface: fixed IE8 bug (page title change not
330    allowed).
331 * psensor-server/web interface: dynamic refresh of the graph.
332 * psensor: added appindicator monochrome icons from Christoph Buchner
333    (bilderbuchi).
334 * psensor: added log file (~/.psensor/log).
335 * psensor: added X-GNOME-Autostart-Delay in .desktop file to
336    workaround LP: #859724.
337
338 v0.6.2.10
339 ---------
340
341 * +psensor-server+: added network, cpu load and memory information in
342    JSON web interface.
343 * +psensor-server+: added monitor.html and details.html using jquery
344    and retrieving monitoring data from the JSON web interface.
345 * added experimental support for ATI/AMD gpus and fans.
346 * psensor: added support of CPU usage monitoring.
347 * +psensor-server+: display graph of sensors (web server).
348 * psensor: bug fixed compilation with -Wall.
349 * psensor: bug fixed unallocated memory read during termination.
350 * psensor: fixed memleak when window not drawable.
351 * psensor: release GConfClient when quitting.
352
353 v0.6.2.9
354 --------
355
356 * psensor: fixed UI freeze on Ubuntu Lucid when 'sensor preferences'.
357    is selected with application indicator.
358 * added missing src/description.txt file into source archive.
359 * psensor: appindicator displays unit of sensor values.
360 * psensor: added preference for hiding main window on startup.
361 * psensor: added 'about' dialog.
362 * psensor: merged Chinese Simplified translation from royclarck 
363 * psensor: autostarted by default
364 * nvidia: code cleanup
365 * nvidia: fixed init, error var not initialized
366 * nvidia: fixed nvidia_psensor_list_add, incorrect memory free
367 * psensor: when appindicator is not supported by wm:
368    - psensor quit on window close
369    - show psensor even if hide on startup is enabled
370
371 v0.6.2.8
372 --------
373
374 * psensor: escaped - in manpage.
375 * +psensor-server+: escaped - in manpage.
376 * psensor: added support of libnotify 0.7.
377 * psensor: added turkish support.
378 * psensor: fixed multi-languages support used by glade.
379 * switched from wpitchoune@gmail.com to jeanfi@gmail.com (my usual
380    email).
381 * merged french translation from v0.6.1.8.
382 * added missing french translation.
383 * added different sizes of psensor.png .
384 * psensor: added menu.
385 * psensor: added enable/disable unity launcher counter.
386 * psensor: unity launcher counter displays the higher temperature.
387 * avoid fetching hddtemp daemon when no hdd in the sensors list.
388 * psensor: closing the window hides psensor instead of quitting when
389    application indicator support is enabled. 
390 * psensor: dialog window for editing all sensors preferences.
391 * psensor: added support of GTK3.0 (GTK2.0 still supported).
392 * psensor: fixed crash when glade files cannot be read.
393 * psensor: display sensors information in the application indicator.
394
395 v0.6.2.7
396 --------
397
398 * psensor: src/glade/psensor-pref.glade, added button separator.
399 * psensor: src/glade/sensor-edit.glade, fixed horiz/vert padding.
400 * psensor: src/lib/measure.c, initialize time.
401 * psensor: fixed freeze when click on preferences appindicator with
402    natty.
403
404 v0.6.2.6
405 --------
406
407 * psensor: fixed min temp/fan of the graph
408 * psensor: very minor optimization (graph.c)
409
410 v0.6.2.5
411 --------
412
413 * psensor: dialog box for editing psensor preferences is using Glade
414 * psensor: dialog box for editing sensor preferences is using Glade
415 * psensor: added support of negative temperatures (lm-sensors)
416
417 v0.6.2.4
418 --------
419
420 * psensor, graph: fixed padding bugs 
421 * psensor, graph: drawing code refactored
422 * psensor: the value of the first detected sensor is displayed in the
423    unity launcher entry of psensor (requires unity >=3.4.2).
424
425 v0.6.2.3
426 --------
427
428 * +psensor-server+: new global variable 'psensor_version' for lua template
429 * +psensor-server+: /index.html replaced by /index.lua
430 * avoid useless lib linkage by using --as-needed
431
432 v0.6.2.2
433 --------
434
435 * +psensor-server+: web server support binary files
436 * +psensor-server+: added favicon.ico
437 * +psensor-server+: moved index.lua to monitor.lua
438 * +psensor-server+: added index.html (welcome page)
439
440 v0.6.2.1
441 --------
442
443 * added uptime/memory information (psensor-server web)
444 * added debug mode for psensor-server (--debug)
445 * when used in debug mode, psensor-server can be stopped remotely
446    using http://hostname:port/api/1.0/server/stop
447 * fixed memory leak (label of lmsensor)
448 * some code cleanup/refactoring
449
450 v0.6.1.10
451 --------
452
453 * psensor: support of appindicator < 0.2.9
454 * psensor: closing the window hides psensor instead of quitting when
455    application indicator support is enabled. 
456
457 v0.6.1.9
458 --------
459
460 * avoid fetching hddtemp daemon when no hdd in the sensors list
461
462 v0.6.1.8
463 --------
464
465 * psensor: added turkish language
466 * psensor: fixed freeze when click on preferences appindicator with
467    natty.
468 * fixed typo (${X11_LIBS}) in configure.ac
469 * psensor: full french language support
470
471 v0.6.1.7
472 --------
473
474 * psensor: add support of libnotify 0.7
475
476 v0.6.1.6
477 --------
478
479 * psensor: escaped - in manpage
480 * +psensor-server+: escaped - in manpage
481
482 v0.6.1.5
483 --------
484
485 * added multi-language for hdd.c/nvidia.c/lmsensor.c
486 * some code cleanup/refactoring
487
488 v0.6.1.4
489 --------
490
491 * fixed manpage formatting in 'REPORTING BUGS' section
492 * improved manpages
493 * removed few useless translations (fr/zh_CN)
494 * improved error messages for remote sensors + multilanguages support
495
496 v0.6.1.3
497 --------
498
499 * fixed compilation error of psensor when libcurl is present but not
500    libjson0
501 * suppress pointer to Textinfo manual (psensor/psensor-server).
502 * added --name to help2man call (psensor/psensor-server manpages).
503 * added more information in the psensor/psensor-server manpages.
504 * added warning about psensor-server and security in README.
505
506 v0.6.1.1
507 --------
508
509 * application icon is loaded using GtkIconTheme
510 * appindicator icon is now the psensor one
511 * added appindicator icon for status 'attention'
512
513 v0.6.1
514 ------
515
516 * added style.css for psensor-server
517 * use some styling in index.lua
518 * fixed typo in README
519 * fixed psensor-server short option -p
520 * multi-language support for psensor-server
521 * added some translation for French language0
522 * fixed psensor-server bug: first sensor was not displayed
523
524 v0.6.0.14
525 ---------
526
527 * psensor (gtk client):
528
529 ** added global preference: graph update interval
530 ** added global preference: graph monitoring duration
531 ** added global preference: sensor update interval
532 ** standard gnu command line interface for psensor
533 ** new psensor options: --help, --version, --url
534 ** added generation and installation of the psensor man
535 ** added remote monitoring it requires a new optionnal dependencies
536     (libjson0 and libcurl)
537 ** added internationnalization support for the UI
538 ** added Simplified Chinese Language (from DaBao <linux.dabao@gmail.com>)
539
540 * +psensor-server+:
541
542 ** psensor-server is now a minimal webserver based on microhttpd.
543     Lua5.1 is used to generate HTML pages to display temperatures and
544     gtop2 information
545 ** temperature information can be retrieved using a webservice based
546     on json
547 ** added cpu information (requires optional libgtop-2.0)
548 ** psensor-server 
549 ** psensor-server options: --port, --help, --version
550 ** added generation and installation of the psensor-server man
551
552 * common news for psensor and psensor-server:
553
554 ** moved to autoconf/automake
555 ** gnu standard: use NEWS instead of CHANGES file
556 ** moved LICENSE to COPYING
557
558 v0.5.1
559 ------
560
561 * Makefile: avoid debug compilation by default
562 * Makefile: fixed duplicate server.o in OBJS_SERVER
563 * moved LICENSE to copyright
564 * moved CHANGES to NEWS
565 * Fixed creation of directories for the target 'install'
566
567 v0.5.0
568 ------
569
570 * Added double buffering of the graph to avoid flickering
571 * Fixed README error gconf package name
572 * Refactoring makefile
573 * Added desktop notification support
574 * Added application indicator support
575 * Fixed MT issue (UI freeze, refresh_thread)
576 * Added global preferences editor (right click on the graph)
577 * Added sensor preferences editor (right click on the sensor table)
578 * Displayed name of each sensor can be changed
579 * Position of the sensor table can be changed
580 * Window decoration can be hidden
581 * Added 'keep window below' setting
582
583 v0.4.5
584 ------
585
586 * Makefile: fixed duplicate server.o in OBJS_SERVER
587
588 v0.4.4
589 ------
590
591 Added README.debian
592
593 v0.4.3
594 ------
595
596 * Fixed foreground graph color first time psensor is started
597 * Added support of gtk 2.12 (used by Debian 5.0.6 Lenny) by redefining
598 * gtk_dialog_get_content_area which exist since 2.14
599
600 v0.4.2
601 ------
602
603 * Fixed potential MT issue (refresh_thread)
604 * Added double buffering of the graph to avoid flickering
605 * Fixed minor graph code bugs
606
607 v0.4.1
608 ------
609
610 * Fixed README error gconf package name
611 * Refactoring makefile
612
613 v0.4.0
614 ------
615
616 * Added FAN support
617 * Added HDD support (using hddtemp daemon)
618 * Added popup menu for changing graph bg/fg colors and opacity
619 * Graph background can be transparent, opacity can be changed
620 * Fixed BR3: sensors with the same name but different chips share the same color configuration
621 * Fixed BR4: wrong OBJS variable and gconf when calling pkg-config in Makefile.distrib for compiling with NVidia support
622 Changed website URL
623 * Fixed BR5: Psensor crashes during startup with "You forgot to call g_type_init()"
624
625 v0.3.3
626 ------
627
628 * Fixed potential MT issue  (refresh_thread)
629 * Improved Makefile
630
631 v0.3.2
632 ------
633
634 * Fixed BR4: wrong OBJS variable and gconf when calling pkg-config in Makefile.distrib for compiling with NVidia support
635 * Changed website URL
636 * Fixed BR5: Psensor crashes during startup with "You forgot to call g_type_init()"
637
638 v0.3.1
639 ------
640
641 Fixed BR3: sensors with the same name but different chips share the same color configuration
642
643 v0.3.0
644 ------
645
646 * Sensor graph colors can be changed: click on the colored sensor cell in the information table)
647 * Background color of the graph can be changed: click on the graph
648 * Configuration is stored using GConf
649 * Fixed not initialized memory bug (min/max) in nvidia support
650
651 v0.2.7
652 ------
653
654 * Updated the website URL
655 * Added contact information in the README
656 * Backported Makefile improvement from trunk
657 * Removed pwiki styling of the README
658 * Backport: Fixed not initialized memory bug (min/max) in nvidia support
659
660
661 v0.2.6
662 ------
663
664 * Changed default graph colors and background
665 * Added vertical padding for the graph canvas
666 * Disabled row selection of the sensor table
667 * Fixed BR2: nvidia gpu is always using black color
668
669 v0.2.5
670 ------
671
672 Added a basic server to retrieve remotely temperatures
673
674 v0.2.4
675 ------
676
677 * Added application icon
678 * Added .desktop file
679
680 v0.2.3
681 ------
682
683 * Added max and min temperature information for each sensor
684 * Fixed a missing #include in nvidia.c
685 * Small UI improvements (scrollbar for the right panel + slider)
686
687 v0.2.2
688 ------
689
690 * Fixed compilation warning when NVidia support is disabled
691 * Fixed BR1: crash when no temperature sensor is available
692
693 v0.2.1
694 --------
695
696 Compilation dependance to Nvidia lib is optional
697
698 v0.2.0
699 ------
700
701 Added support of NVidia GPUs
702
703 v0.1.1
704 ------
705
706 Improved right panel (list of sensors) + ability to disable each sensor graph
707
708 v0.1.0
709 ------
710
711 Initial release