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