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