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