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