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