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