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