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