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