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