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