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