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