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