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