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