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