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