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