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