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