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