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