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