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