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