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