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