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