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