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