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