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