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