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