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