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