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