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