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