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