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