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