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