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