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