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