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