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