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