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