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