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