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