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