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