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