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