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