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