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