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