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