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