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