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