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