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