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