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