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