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