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