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