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