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