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