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